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-17T03:46:04.755Z||main|||||INFO|500||The following profiles are active: basic
2022-06-17T03:46:28.126Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-17T03:46:28.127Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-17T03:46:28.352Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-17T03:46:37.365Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-17T03:46:38.294Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-17T03:46:39.367Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-17T03:46:39.389Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-17T03:46:39.695Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-17T03:46:40.683Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-17T03:46:42.085Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-17T03:46:47.030Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-17T03:46:51.199Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-17T03:46:51.319Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-17T03:46:52.381Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-17T03:46:53.075Z||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-17T03:46:55.484Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-17T03:46:57.453Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-06-17T03:46:57.498Z||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$$9ade955a.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-17T03:46:57.500Z||main|||||WARN|500||The sdc end point is not alive
2022-06-17T03:47:03.995Z||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-17T03:47:09.567Z||main|||||WARN|500||---
2022-06-17T03:47:09.568Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-17T03:47:09.570Z||main|||||WARN|500||---
2022-06-17T03:47:10.571Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-17T03:47:19.351Z||main|||||INFO|500||Started Application in 81.255 seconds (JVM running for 86.622)
2022-06-17T03:47:19.394Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-17T03:47:19.399Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-17T03:47:19.430Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-17T03:47:19.477Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-17T03:47:19.584Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3214b240-bd2a-4818-861f-1c870e56c5da url= /sdc/v1/artifactTypes
2022-06-17T03:47:19.585Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-17T03:47:20.115Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-17T03:47:20.160Z||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-17T03:47:20.203Z||scheduling-1|||||DEBUG|500||create keys
2022-06-17T03:47:20.217Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-17T03:47:20.252Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T03:47:20.281Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 8fa07f45-6838-4a3a-a2f8-820d8849b29f url= /sdc/v1/registerForDistribution
2022-06-17T03:47:20.399Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 8fa07f45-6838-4a3a-a2f8-820d8849b29f url= /sdc/v1/registerForDistribution
2022-06-17T03:47:20.400Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-17T03:47:20.421Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T03:47:20.433Z||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-17T03:47:20.434Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T03:47:20.436Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-17T03:47:20.441Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T03:47:20.447Z||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-17T03:47:20.447Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T03:47:30.725Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T03:47:30.745Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T03:48:20.414Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T03:48:20.415Z||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-17T03:48:20.416Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T03:48:20.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T03:48:20.421Z||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-17T03:48:20.421Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T03:48:29.974Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T03:48:29.976Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T03:49:20.414Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T03:49:20.415Z||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-17T03:49:20.415Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T03:49:20.420Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T03:49:20.422Z||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-17T03:49:20.422Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T03:49:29.977Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T03:49:29.981Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T03:50:20.415Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T03:50:20.416Z||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-17T03:50:20.417Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T03:50:20.419Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T03:50:20.421Z||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-17T03:50:20.421Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T03:50:29.971Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T03:50:29.969Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T03:51:20.414Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T03:51:20.418Z||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-17T03:51:20.419Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T03:51:20.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T03:51:20.420Z||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-17T03:51:20.420Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T03:51:29.985Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T03:51:29.985Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T03:52:20.414Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T03:52:20.415Z||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-17T03:52:20.416Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T03:52:20.425Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T03:52:20.426Z||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-17T03:52:20.427Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T03:52:29.979Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T03:52:29.994Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T03:53:20.414Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T03:53:20.416Z||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-17T03:53:20.417Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T03:53:20.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T03:53:20.420Z||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-17T03:53:20.421Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T03:53:29.973Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T03:53:29.977Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T03:54:20.414Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T03:54:20.416Z||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-17T03:54:20.417Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T03:54:20.419Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T03:54:20.421Z||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-17T03:54:20.421Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T03:54:29.972Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T03:54:29.982Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T03:55:20.414Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T03:55:20.416Z||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-17T03:55:20.416Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T03:55:20.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T03:55:20.421Z||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-17T03:55:20.421Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T03:55:29.971Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T03:55:29.972Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T03:56:08.739Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-17T03:56:20.414Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T03:56:20.417Z||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-17T03:56:20.417Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T03:56:20.419Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T03:56:20.420Z||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-17T03:56:20.420Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T03:56:29.973Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T03:56:29.980Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T03:57:20.414Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T03:57:20.416Z||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-17T03:57:20.417Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T03:57:20.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T03:57:20.420Z||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-17T03:57:20.421Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T03:57:29.984Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T03:57:29.992Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T03:58:20.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T03:58:20.415Z||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-17T03:58:20.415Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T03:58:20.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T03:58:20.420Z||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-17T03:58:20.421Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T03:58:29.970Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T03:58:29.976Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T03:59:20.414Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T03:59:20.415Z||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-17T03:59:20.416Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T03:59:20.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T03:59:20.425Z||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-17T03:59:20.426Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T03:59:29.976Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T03:59:29.991Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:00:20.414Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:00:20.415Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-17T04:00:20.416Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:00:20.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:00:20.423Z||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-17T04:00:20.423Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T04:00:29.978Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:00:29.979Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:01:20.414Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:01:20.415Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-17T04:01:20.415Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:01:20.419Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:01:20.420Z||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-17T04:01:20.420Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T04:01:29.987Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:01:29.990Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:02:20.414Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:02:20.416Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-17T04:02:20.416Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:02:20.424Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:02:20.426Z||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-17T04:02:20.427Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T04:02:29.981Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:02:29.981Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:03:20.414Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:03:20.417Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-17T04:03:20.417Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:03:20.420Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:03:20.422Z||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-17T04:03:20.422Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T04:03:29.970Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:03:29.978Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:04:20.414Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:04:20.415Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-17T04:04:20.416Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:04:20.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:04:20.420Z||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-17T04:04:20.421Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T04:04:29.970Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:04:29.982Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:05:20.414Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:05:20.415Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-17T04:05:20.415Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:05:20.419Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:05:20.421Z||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-17T04:05:20.421Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T04:05:29.975Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:05:29.978Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:06:20.414Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:06:20.415Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-17T04:06:20.415Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:06:20.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:06:20.420Z||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-17T04:06:20.420Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T04:06:29.968Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:06:29.972Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:07:20.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:07:20.414Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-17T04:07:20.415Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:07:20.419Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:07:20.420Z||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-17T04:07:20.421Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T04:07:29.978Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:07:29.978Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:08:20.414Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:08:20.415Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-17T04:08:20.415Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:08:20.420Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:08:20.423Z||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-17T04:08:20.424Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T04:08:29.972Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:08:29.977Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:09:20.414Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:09:20.415Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-17T04:09:20.415Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:09:20.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:09:20.421Z||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-17T04:09:20.421Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T04:09:29.964Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:09:29.966Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:10:20.415Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:10:20.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:10:20.421Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-17T04:10:20.422Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:10:20.421Z||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-17T04:10:20.424Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T04:10:30.005Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:10:30.003Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:11:20.414Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:11:20.415Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-17T04:11:20.415Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:11:20.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:11:20.421Z||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-17T04:11:20.421Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T04:11:29.968Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:11:29.971Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:12:20.413Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:12:20.415Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-17T04:12:20.415Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:12:20.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:12:20.420Z||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-17T04:12:20.421Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T04:12:29.979Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:12:29.988Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:13:20.414Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:13:20.415Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-17T04:13:20.415Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:13:20.419Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:13:20.420Z||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-17T04:13:20.420Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T04:13:29.963Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:13:29.977Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:14:20.414Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:14:20.415Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-17T04:14:20.416Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:14:20.420Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:14:20.422Z||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-17T04:14:20.422Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T04:14:29.972Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:14:29.978Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:15:20.414Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:15:20.415Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-17T04:15:20.416Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:15:20.419Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:15:20.420Z||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-17T04:15:20.420Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T04:15:29.967Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:15:29.967Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:16:20.415Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:16:20.416Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-17T04:16:20.417Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:16:20.420Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:16:20.421Z||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-17T04:16:20.421Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T04:16:29.962Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:16:29.965Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:17:20.413Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:17:20.415Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-17T04:17:20.415Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:17:20.419Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:17:20.421Z||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-17T04:17:20.421Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T04:17:29.967Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:17:29.967Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:18:20.414Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:18:20.416Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-17T04:18:20.416Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:18:20.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:18:20.420Z||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-17T04:18:20.420Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T04:18:29.973Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:18:29.972Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:19:20.414Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:19:20.416Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-17T04:19:20.416Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:19:20.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:19:20.420Z||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-17T04:19:20.420Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T04:19:30.013Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:19:30.035Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:20:20.413Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:20:20.415Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-17T04:20:20.415Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:20:20.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:20:20.421Z||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-17T04:20:20.422Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T04:20:29.984Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:20:29.984Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:21:20.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:21:20.414Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-17T04:21:20.415Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:21:20.419Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:21:20.420Z||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-17T04:21:20.420Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T04:21:29.962Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:21:29.969Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:22:20.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:22:20.415Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-17T04:22:20.415Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:22:20.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:22:20.420Z||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-17T04:22:20.421Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T04:22:29.962Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:22:29.964Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:23:20.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:23:20.414Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-17T04:23:20.415Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:23:20.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:23:20.420Z||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-17T04:23:20.420Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T04:23:29.966Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:23:29.968Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:24:20.413Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:24:20.415Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-17T04:24:20.415Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:24:20.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:24:20.422Z||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-17T04:24:20.422Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T04:24:29.958Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:24:29.965Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:25:20.414Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:25:20.415Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-17T04:25:20.415Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:25:20.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:25:20.420Z||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-17T04:25:20.420Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T04:25:29.972Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:25:29.973Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:26:20.414Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:26:20.417Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-17T04:26:20.418Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:26:20.419Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:26:20.420Z||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-17T04:26:20.420Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T04:26:29.970Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:26:29.973Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:27:20.414Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:27:20.415Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-17T04:27:20.415Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:27:20.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:27:20.420Z||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-17T04:27:20.420Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T04:27:29.968Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:27:29.975Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:28:20.414Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:28:20.415Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-17T04:28:20.416Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:28:20.419Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:28:20.420Z||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-17T04:28:20.420Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T04:28:29.976Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:28:29.982Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:29:20.414Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:29:20.415Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-17T04:29:20.415Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:29:20.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:29:20.420Z||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-17T04:29:20.421Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T04:29:20.648Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:29:20.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:29:20.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "ves-openapi-manager",
"timestamp": 1655440144572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:29:20.777Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:29:20.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:29:20.778Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "aai-ml",
"timestamp": 1655440147669,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:29:20.778Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:29:20.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:29:20.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655440143104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:29:20.779Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:29:20.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:29:20.780Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "aai-ml",
"timestamp": 1655440147669,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vfw6b70cb21d16a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:29:20.780Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:29:20.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:29:20.781Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "ves-openapi-manager",
"timestamp": 1655440144572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vfw6b70cb21d16a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:29:20.781Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:29:20.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:29:20.781Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655440143104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vfw6b70cb21d16a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:29:20.782Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:29:20.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:29:20.782Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "ves-openapi-manager",
"timestamp": 1655440144572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:29:20.783Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:29:20.783Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:29:20.784Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "aai-ml",
"timestamp": 1655440147669,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:29:20.784Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:29:20.784Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:29:20.784Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655440143104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:29:20.785Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:29:20.785Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:29:20.785Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "cds",
"timestamp": 1655440154851,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:29:20.785Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:29:20.786Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:29:20.786Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "clamp",
"timestamp": 1655440155801,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:29:20.787Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:29:20.787Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:29:20.787Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "ves-openapi-manager",
"timestamp": 1655440144572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:29:20.788Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:29:20.788Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:29:20.789Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "aai-ml",
"timestamp": 1655440147669,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:29:20.789Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:29:20.789Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:29:20.790Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655440143104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:29:20.790Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:29:20.791Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:29:20.791Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "cds",
"timestamp": 1655440154851,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vfw6b70cb21d16a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:29:20.792Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:29:20.793Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:29:20.793Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "clamp",
"timestamp": 1655440155801,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vfw6b70cb21d16a0_modules.json",
"status": "NOTIFIED"
}
2022-06-17T04:29:20.795Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:29:20.795Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:29:20.796Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "aai-ml",
"timestamp": 1655440147669,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:29:20.796Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:29:20.796Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:29:20.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "ves-openapi-manager",
"timestamp": 1655440144572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:29:20.797Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:29:20.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:29:20.798Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655440143104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:29:20.798Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:29:20.798Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:29:20.798Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "cds",
"timestamp": 1655440154851,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:29:20.799Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:29:20.799Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:29:20.799Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "clamp",
"timestamp": 1655440155801,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:29:20.800Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:29:20.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:29:20.800Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "ves-openapi-manager",
"timestamp": 1655440144572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:29:20.800Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:29:20.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:29:20.801Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "aai-ml",
"timestamp": 1655440147669,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:29:20.802Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:29:20.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:29:20.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655440143104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:29:20.803Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:29:20.803Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:29:20.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "cds",
"timestamp": 1655440154851,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:29:20.805Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:29:20.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:29:20.807Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "clamp",
"timestamp": 1655440155801,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:29:20.809Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:29:20.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:29:20.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "ves-openapi-manager",
"timestamp": 1655440144572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:29:20.810Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:29:20.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:29:20.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "aai-ml",
"timestamp": 1655440147669,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar",
"status": "NOTIFIED"
}
2022-06-17T04:29:20.812Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:29:20.812Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:29:20.812Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655440143104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar",
"status": "NOTIFIED"
}
2022-06-17T04:29:20.813Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:29:20.813Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:29:20.818Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "cds",
"timestamp": 1655440154851,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:29:20.819Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:29:20.819Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:29:20.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "clamp",
"timestamp": 1655440155801,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:29:20.820Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:29:21.055Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:29:21.057Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-17T04:29:21.057Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"ebbef837-482d-4749-851a-c2c1113f37f9","serviceName":"vFW 2022-06-17 04-28-07","serviceVersion":"1.0","serviceUUID":"1a000473-b451-4ee5-b85b-3f6336e051c8","serviceDescription":"catalog service description","serviceInvariantUUID":"509d6398-cc7b-4d9a-86f3-faebe2e58d4e","resources":[{"resourceInstanceName":"vFW 6b70cb21-d16a 0","resourceName":"vFW 6b70cb21-d16a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2a377bbc-cada-4be8-98d2-6a49f2171ba8","resourceInvariantUUID":"d7f1ed8b-9e64-4c35-9e0e-83657d0e4497","resourceCustomizationUUID":"27856f6e-5d6f-4e18-aac3-2111a0025045","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vf-license-model.xml","artifactChecksum":"YWI1NWY0NWVkMGEyYTAxMDQ5ZTk5ZDg3YTkxOWYzODE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5e1c8394-27b8-49f6-9811-03ddc8dcb8ec","artifactVersion":"1"},{"artifactName":"vfw6b70cb21d16a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vfw6b70cb21d16a0_modules.json","artifactChecksum":"MWM1NjEyY2Q3NzVkN2RkY2YzNmM4NDk0NWQ1YTI2YzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cd8d999f-dea4-425d-95be-23b39366aaa1","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"90a1495a-dada-4cb5-a7c3-8a5d18373f48","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vendor-license-model.xml","artifactChecksum":"NTRhN2I1ZTEyMjViYjcxODI0YjYwZmMyNzBlMjdmNjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d500261f-5bd4-4b9a-9967-5839a29ed6ac","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bdbf1a0e-e7ee-4018-a92f-0f1252ec352e","artifactVersion":"2","generatedFromUUID":"90a1495a-dada-4cb5-a7c3-8a5d18373f48"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220617042807-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-template.yml","artifactChecksum":"YjI1NGM4YTI3ZDhmNmNlYjJkMjg5M2U5MzBjMjhhYzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1aeb9c92-f385-47c5-80b3-a2076f041ef5","artifactVersion":"1"},{"artifactName":"service-Vfw20220617042807-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar","artifactChecksum":"MGYzMzZlMTJmNTJlYzBhOTBjYzY1YWQyM2Y2MjllOGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9519c695-dcf9-4672-836d-ec5c64d533f2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-17T04:29:21.069Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-17T04:29:21.079Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-17T04:29:21.098Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-17T04:29:21.099Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440160413,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:29:21.199Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-06-17T04:29:21.209Z||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-17T04:29:21.210Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:29:21.228Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:29:21.231Z||pool-3-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-17T04:29:22.110Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-17T04:29:22.111Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-17T04:29:22.115Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-17T04:29:22.116Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440160413,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vfw6b70cb21d16a0_modules.json",
"status": "NOTIFIED"
}
2022-06-17T04:29:22.215Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-17T04:29:22.217Z||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-17T04:29:22.217Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:29:22.232Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:29:22.233Z||pool-4-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-17T04:29:23.124Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-17T04:29:23.125Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-17T04:29:23.129Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-17T04:29:23.129Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440160413,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-17T04:29:23.229Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-17T04:29:23.232Z||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-17T04:29:23.233Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:29:23.250Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:29:23.251Z||pool-5-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-17T04:29:24.130Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-17T04:29:24.132Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-17T04:29:24.136Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-17T04:29:24.137Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440160413,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:29:24.236Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-17T04:29:24.238Z||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-17T04:29:24.238Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:29:24.255Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:29:24.257Z||pool-6-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-17T04:29:25.138Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-17T04:29:25.140Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-17T04:29:25.146Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-17T04:29:25.147Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440160413,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-17T04:29:25.245Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-17T04:29:25.247Z||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-17T04:29:25.247Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:29:25.264Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:29:25.266Z||pool-7-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-17T04:29:26.148Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-17T04:29:26.149Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-17T04:29:26.153Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-17T04:29:26.153Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440160413,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:29:26.253Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-17T04:29:26.254Z||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-17T04:29:26.255Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:29:26.271Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:29:26.272Z||pool-8-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-17T04:29:27.154Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-17T04:29:27.155Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-17T04:29:27.159Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-17T04:29:27.159Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440160413,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar",
"status": "NOTIFIED"
}
2022-06-17T04:29:27.260Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-17T04:29:27.261Z||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-17T04:29:27.262Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:29:27.282Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:29:27.284Z||pool-9-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-17T04:29:28.165Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"serviceName": "vFW 2022-06-17 04-28-07",
"serviceVersion": "1.0",
"serviceUUID": "1a000473-b451-4ee5-b85b-3f6336e051c8",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "509d6398-cc7b-4d9a-86f3-faebe2e58d4e",
"resources": [
{
"resourceInstanceName": "vFW 6b70cb21-d16a 0",
"resourceCustomizationUUID": "27856f6e-5d6f-4e18-aac3-2111a0025045",
"resourceName": "vFW 6b70cb21-d16a",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "2a377bbc-cada-4be8-98d2-6a49f2171ba8",
"resourceInvariantUUID": "d7f1ed8b-9e64-4c35-9e0e-83657d0e4497",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw6b70cb21d16a0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vfw6b70cb21d16a0_modules.json",
"artifactChecksum": "MWM1NjEyY2Q3NzVkN2RkY2YzNmM4NDk0NWQ1YTI2YzM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "cd8d999f-dea4-425d-95be-23b39366aaa1",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "90a1495a-dada-4cb5-a7c3-8a5d18373f48",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "bdbf1a0e-e7ee-4018-a92f-0f1252ec352e",
"generatedFromUUID": "90a1495a-dada-4cb5-a7c3-8a5d18373f48"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "bdbf1a0e-e7ee-4018-a92f-0f1252ec352e",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220617042807-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar",
"artifactChecksum": "MGYzMzZlMTJmNTJlYzBhOTBjYzY1YWQyM2Y2MjllOGQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9519c695-dcf9-4672-836d-ec5c64d533f2"
}
],
"workloadContext": "Production"
}
2022-06-17T04:29:28.167Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-17T04:29:28.168Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1a000473-b451-4ee5-b85b-3f6336e051c8 ASDC
2022-06-17T04:29:28.414Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:ebbef837-482d-4749-851a-c2c1113f37f9
ServiceName:vFW 2022-06-17 04-28-07
ServiceVersion:1.0
ServiceUUID:1a000473-b451-4ee5-b85b-3f6336e051c8
ServiceInvariantUUID:509d6398-cc7b-4d9a-86f3-faebe2e58d4e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220617042807-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar
ArtifactUUID:9519c695-dcf9-4672-836d-ec5c64d533f2
ArtifactChecksum:MGYzMzZlMTJmNTJlYzBhOTBjYzY1YWQyM2Y2MjllOGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6b70cb21-d16a 0
ResourceCustomizationUUID:27856f6e-5d6f-4e18-aac3-2111a0025045
ResourceInvariantUUID:d7f1ed8b-9e64-4c35-9e0e-83657d0e4497
ResourceName:vFW 6b70cb21-d16a
ResourceType:VF
ResourceUUID:2a377bbc-cada-4be8-98d2-6a49f2171ba8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6b70cb21d16a0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vfw6b70cb21d16a0_modules.json
ArtifactUUID:cd8d999f-dea4-425d-95be-23b39366aaa1
ArtifactChecksum:MWM1NjEyY2Q3NzVkN2RkY2YzNmM4NDk0NWQ1YTI2YzM=
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/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.yaml
ArtifactUUID:90a1495a-dada-4cb5-a7c3-8a5d18373f48
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/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.env
ArtifactUUID:bdbf1a0e-e7ee-4018-a92f-0f1252ec352e
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/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.env
ArtifactUUID:bdbf1a0e-e7ee-4018-a92f-0f1252ec352e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-17T04:29:28.415Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1a000473-b451-4ee5-b85b-3f6336e051c8 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-17T04:29:28.945Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-17T04:29:28.962Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-17T04:29:28.967Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-17T04:29:28.969Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 9519c695-dcf9-4672-836d-ec5c64d533f2 from URL: /sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar
2022-06-17T04:29:28.969Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-17T04:29:28.976Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar
2022-06-17T04:29:29.176Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-17T04:29:29.203Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar 9519c695-dcf9-4672-836d-ec5c64d533f2 99004
2022-06-17T04:29:29.205Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar ASDC sendASDCNotification
2022-06-17T04:29:29.206Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar
2022-06-17T04:29:29.210Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-17T04:29:29.211Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-17T04:29:29.214Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-17T04:29:29.215Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440169204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-17T04:29:29.315Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-17T04:29:29.317Z||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-17T04:29:29.317Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:29:29.331Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:29:29.333Z||pool-10-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-17T04:29:30.216Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-17T04:29:30.217Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-17T04:29:30.218Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 9519c695-dcf9-4672-836d-ec5c64d533f2, URL: /sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar to file: /app/ASDC/1/service-Vfw20220617042807-csar.csar
2022-06-17T04:29:30.219Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220617042807-csar.csar
2022-06-17T04:29:30.354Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220617042807-csar.csar
2022-06-17T04:29:30.354Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220617042807-csar.csar
2022-06-17T04:29:31.451Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17452515136967820191/Definitions/service-Vfw20220617042807-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-17T04:29:36.424Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-17T04:29:36.431Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-17T04:29:36.432Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220617042807-csar.csar
2022-06-17T04:29:36.432Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-17T04:29:36.433Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||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-Vfw20220617042807-csar.csar
2022-06-17T04:29:36.433Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||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-Vfw20220617042807-csar.csar
2022-06-17T04:29:36.434Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220617042807-csar.csar
2022-06-17T04:29:36.434Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220617042807-csar.csar
2022-06-17T04:29:36.434Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220617042807-csar.csar
2022-06-17T04:29:36.435Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||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-Vfw20220617042807-csar.csar
2022-06-17T04:29:36.435Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6b70cb21-d16a 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-Vfw20220617042807-csar.csar
2022-06-17T04:29:36.435Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220617042807-csar.csar
2022-06-17T04:29:36.436Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||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-Vfw20220617042807-csar.csar
2022-06-17T04:29:36.436Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220617042807-csar.csar
2022-06-17T04:29:36.436Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||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-Vfw20220617042807-csar.csar
2022-06-17T04:29:36.437Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220617042807-csar.csar
2022-06-17T04:29:36.437Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220617042807-csar.csar
2022-06-17T04:29:36.437Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-17T04:29:36.446Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:29:36.449Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-17 04-28-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-17T04:29:36.456Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70cb21-d16a 0 is matching search criteria
2022-06-17T04:29:36.457Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-17T04:29:36.459Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6b70cb21-d16a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-17T04:29:36.462Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:29:36.463Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-17 04-28-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-17T04:29:36.463Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70cb21-d16a 0 is matching search criteria
2022-06-17T04:29:36.464Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-17T04:29:36.464Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6b70cb21-d16a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-17T04:29:36.465Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:29:36.465Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-17 04-28-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-17T04:29:36.471Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:29:36.472Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70cb21-d16a 0 is not matching search criteria
2022-06-17T04:29:36.472Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-17T04:29:36.473Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-17T04:29:36.473Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-17T04:29:36.474Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-17T04:29:36.474Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-17T04:29:36.474Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-17T04:29:36.475Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-17T04:29:36.475Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-17T04:29:36.475Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-17T04:29:36.475Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-17T04:29:36.476Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-17T04:29:36.476Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-17T04:29:36.476Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-17T04:29:36.477Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-17T04:29:36.477Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-17T04:29:36.478Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-17T04:29:36.478Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:29:36.479Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-17 04-28-07 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-17T04:29:36.482Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:29:36.482Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70cb21-d16a 0 is matching search criteria
2022-06-17T04:29:36.482Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6b70cb21-d16a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-17T04:29:36.483Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:29:36.483Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70cb21-d16a 0 is matching search criteria
2022-06-17T04:29:36.484Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6b70cb21-d16a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-17T04:29:36.484Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:29:36.484Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70cb21-d16a 0 is matching search criteria
2022-06-17T04:29:36.485Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6b70cb21-d16a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-17T04:29:36.485Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:29:36.486Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70cb21-d16a 0 is not matching search criteria
2022-06-17T04:29:36.486Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-17T04:29:36.486Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-17T04:29:36.487Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-17T04:29:36.487Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-17T04:29:36.487Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-17T04:29:36.488Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-17T04:29:36.488Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-17T04:29:36.488Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-17T04:29:36.489Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-17T04:29:36.489Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-17T04:29:36.490Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-17T04:29:36.490Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=675428a2-606d-4b7a-8a13-dc2bdc667639
2022-06-17T04:29:36.491Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:29:36.491Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70cb21-d16a 0 is not matching search criteria
2022-06-17T04:29:36.491Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-17T04:29:36.492Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-17T04:29:36.492Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-17T04:29:36.493Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-17T04:29:36.493Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-17T04:29:36.493Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-17T04:29:36.494Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-17T04:29:36.494Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-17T04:29:36.495Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-17T04:29:36.495Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-17T04:29:36.495Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-17T04:29:36.496Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-17T04:29:36.496Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=93dca116-ecdc-4efb-ba35-13d93b8c4886
2022-06-17T04:29:36.497Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:29:36.497Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70cb21-d16a 0 is not matching search criteria
2022-06-17T04:29:36.498Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-17T04:29:36.498Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-17T04:29:36.499Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-17T04:29:36.499Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-17T04:29:36.499Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-17T04:29:36.500Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-17T04:29:36.500Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-17T04:29:36.500Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-17T04:29:36.501Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-17T04:29:36.501Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-17T04:29:36.501Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-17T04:29:36.502Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-17T04:29:36.502Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=012cc7fd-ed93-4a82-95bb-3c8ed10595c4
2022-06-17T04:29:36.503Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:29:36.503Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-17 04-28-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-17T04:29:36.504Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:29:36.504Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-17 04-28-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-17T04:29:36.505Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:29:36.505Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-17 04-28-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-17T04:29:36.505Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:29:36.506Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-17 04-28-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-17T04:29:36.506Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-06-17 04-28-07
Description:catalog service description
Model UUID:1a000473-b451-4ee5-b85b-3f6336e051c8
Model Version:NULL
Model InvariantUuid:509d6398-cc7b-4d9a-86f3-faebe2e58d4e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 6b70cb21-d16a
Model UUID:00a12c94-9ac5-402d-bde4-313a2eff5672
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d7f1ed8b-9e64-4c35-9e0e-83657d0e4497
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:27856f6e-5d6f-4e18-aac3-2111a0025045
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:81177b69-5b65-4b16-8e24-f2ca176a0ef6
ModelName:Vfw6b70cb21D16a..base_vfw..module-0
ModelUuid:f9524020-d950-4cd0-82a8-fe622eb9bad0
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:675428a2-606d-4b7a-8a13-dc2bdc667639
ModelInvariantUuid:cd0e77bb-ed86-46ce-a333-c0b873ecfeb4
ModelName:vFW 6b70cb21-d16a-nodes.vfwCvfc
ModelUuid:5fd6115d-cc4a-49d8-b23e-7c425d88e683
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:493c1644-bb2c-48da-a35a-b48d354c7c4b
ModelInvariantUuid:1933dbeb-1d70-4448-b415-b5fc2dc234c2
ModelName:Vfw6b70cb21D16a.compute.nodes.heat.vfw
ModelUuid:69c9c3ee-984a-493a-bc94-254a70dfdb1a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:93dca116-ecdc-4efb-ba35-13d93b8c4886
ModelInvariantUuid:5136f664-2ba2-4419-83a1-70bb9254275c
ModelName:vFW 6b70cb21-d16a-nodes.vsnCvfc
ModelUuid:0e993bd2-86ef-493e-8d0f-d73be43f1c5c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:8e099bd7-b140-4513-9224-3401494e267a
ModelInvariantUuid:776efe0e-bed8-4708-9d76-6a0088f9a736
ModelName:Vfw6b70cb21D16a.compute.nodes.heat.vsn
ModelUuid:95dc4fc8-e9cb-4efe-9e01-7657bdf98051
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:012cc7fd-ed93-4a82-95bb-3c8ed10595c4
ModelInvariantUuid:e1bb11d6-7741-48ac-8eca-af2d29feaa8e
ModelName:vFW 6b70cb21-d16a-nodes.vpgCvfc
ModelUuid:7305ddc4-397d-4606-ba4f-4faaa203c012
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:35a219d4-d0a8-4a92-b1d1-99a4f23e49b2
ModelInvariantUuid:23ca7258-62af-4ee5-a8a8-e73566e5c6e8
ModelName:Vfw6b70cb21D16a.compute.nodes.heat.vpg
ModelUuid:9f6f847a-8726-4961-a0bc-ba045ef68c30
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-17T04:29:36.536Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 2a377bbc-cada-4be8-98d2-6a49f2171ba8
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-17T04:29:36.665Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||vFW 6b70cb21-d16a 0
2022-06-17T04:29:36.676Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2a377bbc-cada-4be8-98d2-6a49f2171ba8
2022-06-17T04:29:36.676Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: cd8d999f-dea4-425d-95be-23b39366aaa1 from URL: /sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vfw6b70cb21d16a0_modules.json
2022-06-17T04:29:36.677Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-17T04:29:36.678Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vfw6b70cb21d16a0_modules.json
2022-06-17T04:29:36.746Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-17T04:29:36.747Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vfw6b70cb21d16a0_modules.json cd8d999f-dea4-425d-95be-23b39366aaa1 785
2022-06-17T04:29:36.747Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vfw6b70cb21d16a0_modules.json ASDC sendASDCNotification
2022-06-17T04:29:36.747Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vfw6b70cb21d16a0_modules.json
2022-06-17T04:29:36.748Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-17T04:29:36.748Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-17T04:29:36.752Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-17T04:29:36.752Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440176747,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vfw6b70cb21d16a0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-17T04:29:36.852Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-17T04:29:36.853Z||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-17T04:29:36.853Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:29:36.868Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:29:36.869Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-17T04:29:37.754Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw6b70cb21D16a..base_vfw..module-0",
"vfModuleModelInvariantUUID": "81177b69-5b65-4b16-8e24-f2ca176a0ef6",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f9524020-d950-4cd0-82a8-fe622eb9bad0",
"vfModuleModelCustomizationUUID": "79aa4fe4-a755-4ca7-a82a-3ad9f04add67",
"isBase": true,
"artifacts": [
"90a1495a-dada-4cb5-a7c3-8a5d18373f48",
"bdbf1a0e-e7ee-4018-a92f-0f1252ec352e"
],
"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-17T04:29:37.772Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6b70cb21D16a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f9524020-d950-4cd0-82a8-fe622eb9bad0
VfModuleModelInvariantUUID:81177b69-5b65-4b16-8e24-f2ca176a0ef6
VfModuleModelDescription:NULL
Artifacts UUID List:{
90a1495a-dada-4cb5-a7c3-8a5d18373f48
,
bdbf1a0e-e7ee-4018-a92f-0f1252ec352e
}
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-17T04:29:37.777Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw6b70cb21D16a..base_vfw..module-0",
"vfModuleModelInvariantUUID": "81177b69-5b65-4b16-8e24-f2ca176a0ef6",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f9524020-d950-4cd0-82a8-fe622eb9bad0",
"vfModuleModelCustomizationUUID": "79aa4fe4-a755-4ca7-a82a-3ad9f04add67",
"isBase": true,
"artifacts": [
"90a1495a-dada-4cb5-a7c3-8a5d18373f48",
"bdbf1a0e-e7ee-4018-a92f-0f1252ec352e"
],
"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-17T04:29:37.778Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6b70cb21D16a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f9524020-d950-4cd0-82a8-fe622eb9bad0
VfModuleModelInvariantUUID:81177b69-5b65-4b16-8e24-f2ca176a0ef6
VfModuleModelDescription:NULL
Artifacts UUID List:{
90a1495a-dada-4cb5-a7c3-8a5d18373f48
,
bdbf1a0e-e7ee-4018-a92f-0f1252ec352e
}
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-17T04:29:37.778Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 90a1495a-dada-4cb5-a7c3-8a5d18373f48 from URL: /sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.yaml
2022-06-17T04:29:37.779Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-17T04:29:37.779Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.yaml
2022-06-17T04:29:37.844Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-17T04:29:37.846Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.yaml 90a1495a-dada-4cb5-a7c3-8a5d18373f48 20368
2022-06-17T04:29:37.846Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-17T04:29:37.847Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.yaml
2022-06-17T04:29:37.847Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-17T04:29:37.847Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-17T04:29:37.851Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-17T04:29:37.852Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440177846,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-17T04:29:37.951Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-17T04:29:37.953Z||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-17T04:29:37.953Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:29:37.968Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:29:37.969Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-17T04:29:38.856Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: bdbf1a0e-e7ee-4018-a92f-0f1252ec352e from URL: /sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.env
2022-06-17T04:29:38.873Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-17T04:29:38.874Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.env
2022-06-17T04:29:38.934Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-17T04:29:38.935Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.env bdbf1a0e-e7ee-4018-a92f-0f1252ec352e 2098
2022-06-17T04:29:38.935Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-17T04:29:38.935Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.env
2022-06-17T04:29:38.936Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-17T04:29:38.937Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-17T04:29:38.944Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-17T04:29:38.944Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440178935,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-17T04:29:39.044Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-17T04:29:39.046Z||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-17T04:29:39.047Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:29:39.062Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:29:39.063Z||pool-13-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-17T04:29:39.945Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 1a000473-b451-4ee5-b85b-3f6336e051c8
2022-06-17T04:29:39.946Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6b70cb21-d16a 0 2a377bbc-cada-4be8-98d2-6a49f2171ba8 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-17T04:29:40.011Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@72ec5e0d, org.onap.sdc.toscaparser.api.parameters.Input@3ec46c37, org.onap.sdc.toscaparser.api.parameters.Input@4ad3ca79, org.onap.sdc.toscaparser.api.parameters.Input@323b3343, org.onap.sdc.toscaparser.api.parameters.Input@22370f3f]
2022-06-17T04:29:40.019Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:29:40.019Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-17 04-28-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-17T04:29:40.020Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2022-06-17T04:29:40.020Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 27856f6e-5d6f-4e18-aac3-2111a0025045
2022-06-17T04:29:40.020Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 27856f6e-5d6f-4e18-aac3-2111a0025045 matches Tosca VF Customization UUID: 27856f6e-5d6f-4e18-aac3-2111a0025045
2022-06-17T04:29:40.021Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 27856f6e-5d6f-4e18-aac3-2111a0025045 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-17T04:29:40.035Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:29:40.036Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-17 04-28-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-17T04:29:40.039Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 27856f6e-5d6f-4e18-aac3-2111a0025045: {\"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-17T04:29:40.039Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@110a83aa
2022-06-17T04:29:40.040Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:29:40.040Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-17 04-28-07 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-17T04:29:40.041Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 79aa4fe4-a755-4ca7-a82a-3ad9f04add67
2022-06-17T04:29:40.043Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 79aa4fe4-a755-4ca7-a82a-3ad9f04add67
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-17T04:29:40.054Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:29:40.055Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70cb21-d16a 0 is matching search criteria
2022-06-17T04:29:40.055Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6b70cb21-d16a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-17T04:29:40.057Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:29:40.057Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70cb21-d16a 0 is matching search criteria
2022-06-17T04:29:40.058Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6b70cb21-d16a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-17T04:29:40.060Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:29:40.061Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70cb21-d16a 0 is not matching search criteria
2022-06-17T04:29:40.061Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-17T04:29:40.062Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-17T04:29:40.062Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-17T04:29:40.062Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-17T04:29:40.063Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-17T04:29:40.063Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-17T04:29:40.063Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-17T04:29:40.064Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-17T04:29:40.064Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-17T04:29:40.065Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-17T04:29:40.066Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-17T04:29:40.066Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=675428a2-606d-4b7a-8a13-dc2bdc667639
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-17T04:29:40.090Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:29:40.091Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70cb21-d16a 0 is matching search criteria
2022-06-17T04:29:40.091Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6b70cb21-d16a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-17T04:29:40.092Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:29:40.092Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70cb21-d16a 0 is not matching search criteria
2022-06-17T04:29:40.093Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-17T04:29:40.093Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-17T04:29:40.093Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-17T04:29:40.093Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-17T04:29:40.094Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-17T04:29:40.094Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-17T04:29:40.094Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-17T04:29:40.095Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-17T04:29:40.095Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-17T04:29:40.095Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-17T04:29:40.095Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-17T04:29:40.096Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-17T04:29:40.096Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=93dca116-ecdc-4efb-ba35-13d93b8c4886
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-17T04:29:40.100Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:29:40.101Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70cb21-d16a 0 is matching search criteria
2022-06-17T04:29:40.102Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6b70cb21-d16a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-17T04:29:40.107Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:29:40.107Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70cb21-d16a 0 is not matching search criteria
2022-06-17T04:29:40.108Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-17T04:29:40.108Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-17T04:29:40.109Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-17T04:29:40.109Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-17T04:29:40.109Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-17T04:29:40.109Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-17T04:29:40.110Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-17T04:29:40.110Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-17T04:29:40.110Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-17T04:29:40.111Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-17T04:29:40.111Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-17T04:29:40.111Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-17T04:29:40.111Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=012cc7fd-ed93-4a82-95bb-3c8ed10595c4
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-17T04:29:40.115Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:29:40.116Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70cb21-d16a 0 is matching search criteria
2022-06-17T04:29:40.116Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6b70cb21-d16a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-17T04:29:40.117Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:29:40.117Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70cb21-d16a 0 is matching search criteria
2022-06-17T04:29:40.117Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6b70cb21-d16a 0] matching following query criteria: sdcType=VF, customizationUUID=27856f6e-5d6f-4e18-aac3-2111a0025045
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-17T04:29:40.120Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:29:40.120Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-17 04-28-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-17T04:29:40.121Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 1a000473-b451-4ee5-b85b-3f6336e051c8: vFW 6b70cb21-d16a
2022-06-17T04:29:40.121Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:29:40.122Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-17 04-28-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-17T04:29:40.122Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:29:40.122Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-17 04-28-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-17T04:29:40.123Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:29:40.123Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-17 04-28-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-17T04:29:40.124Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:29:40.124Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-17 04-28-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-17T04:29:40.128Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:29:40.128Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-17 04-28-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-17T04:29:40.129Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-06-17 04-28-07
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-17T04:29:40.556Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6b70cb21-d16a 2a377bbc-cada-4be8-98d2-6a49f2171ba8 1 ASDC deployResourceStructure
2022-06-17T04:29:40.556Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vfw6b70cb21d16a0_modules.json ASDC sendASDCNotification
2022-06-17T04:29:40.557Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vfw6b70cb21d16a0_modules.json
2022-06-17T04:29:40.557Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-17T04:29:40.558Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-17T04:29:40.560Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-17T04:29:40.560Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440180556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vfw6b70cb21d16a0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-17T04:29:40.661Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-17T04:29:40.662Z||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-17T04:29:40.663Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:29:40.679Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:29:40.681Z||pool-14-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-17T04:29:41.562Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-17T04:29:41.562Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.yaml
2022-06-17T04:29:41.563Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-17T04:29:41.563Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-17T04:29:41.567Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-17T04:29:41.567Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440181562,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-17T04:29:41.667Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-17T04:29:41.669Z||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-17T04:29:41.671Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:29:41.686Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:29:41.687Z||pool-15-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-17T04:29:42.569Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-17T04:29:42.570Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.env
2022-06-17T04:29:42.571Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-17T04:29:42.571Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-17T04:29:42.582Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-17T04:29:42.583Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440182569,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-17T04:29:42.675Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-06-17T04:29:42.676Z||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-17T04:29:42.677Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:29:42.692Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:29:42.693Z||pool-16-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-17T04:29:43.583Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar ASDC sendASDCNotification
2022-06-17T04:29:43.584Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar
2022-06-17T04:29:43.585Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-17T04:29:43.587Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-17T04:29:43.590Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-17T04:29:43.590Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440183583,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-17T04:29:43.690Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-17T04:29:43.692Z||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-17T04:29:43.693Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:29:43.709Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:29:43.710Z||pool-17-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-17T04:29:44.592Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebbef837-482d-4749-851a-c2c1113f37f9
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-17T04:29:44.630Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebbef837-482d-4749-851a-c2c1113f37f9
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-17T04:29:44.635Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-17T04:29:44.636Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-17T04:29:44.636Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-17T04:30:14.637Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebbef837-482d-4749-851a-c2c1113f37f9
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-17T04:30:14.653Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebbef837-482d-4749-851a-c2c1113f37f9
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-17T04:30:14.657Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-17T04:30:14.657Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-17T04:30:14.657Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-17T04:30:20.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:30:20.420Z||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-17T04:30:20.420Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T04:30:20.462Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:30:20.463Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:30:20.463Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "cds",
"timestamp": 1655440154851,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:30:20.464Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:30:44.658Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebbef837-482d-4749-851a-c2c1113f37f9
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-17T04:30:44.674Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebbef837-482d-4749-851a-c2c1113f37f9
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-17T04:30:44.679Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-17T04:30:44.680Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-17T04:30:44.681Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-17T04:31:14.682Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebbef837-482d-4749-851a-c2c1113f37f9
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-17T04:31:14.693Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebbef837-482d-4749-851a-c2c1113f37f9
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-17T04:31:14.697Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-17T04:31:14.699Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-17T04:31:14.699Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-17T04:31:20.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:31:20.421Z||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-17T04:31:20.421Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T04:31:20.498Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:31:20.498Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:31:20.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655440159962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-17T04:31:20.500Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-17T04:31:44.700Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebbef837-482d-4749-851a-c2c1113f37f9
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-17T04:31:44.732Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebbef837-482d-4749-851a-c2c1113f37f9
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-17T04:31:44.736Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-17T04:31:44.736Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-17T04:31:44.738Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-17T04:32:14.745Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebbef837-482d-4749-851a-c2c1113f37f9
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-17T04:32:14.758Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebbef837-482d-4749-851a-c2c1113f37f9
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-17T04:32:14.761Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-17T04:32:14.762Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-17T04:32:14.762Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-17T04:32:20.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:32:20.420Z||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-17T04:32:20.420Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T04:32:20.959Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:32:20.963Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:32:20.963Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "aai-ml",
"timestamp": 1655440160464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-17T04:32:20.965Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-17T04:32:20.965Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:32:20.965Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "clamp",
"timestamp": 1655440155801,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:32:20.966Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:32:20.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:32:20.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440160413,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:32:20.966Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:32:20.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:32:20.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "cds",
"timestamp": 1655440154851,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar",
"status": "NOTIFIED"
}
2022-06-17T04:32:20.967Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:32:20.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:32:20.967Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "clamp",
"timestamp": 1655440155801,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar",
"status": "NOTIFIED"
}
2022-06-17T04:32:20.967Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:32:20.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:32:20.967Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440160413,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vfw6b70cb21d16a0_modules.json",
"status": "NOTIFIED"
}
2022-06-17T04:32:20.968Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:32:20.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:32:20.968Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655440161971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:32:20.968Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:32:20.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:32:20.969Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "cds",
"timestamp": 1655440162728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-17T04:32:20.969Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-17T04:32:20.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:32:20.969Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "policy-id",
"timestamp": 1655440162716,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:32:20.969Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:32:20.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:32:20.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440160413,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-17T04:32:20.970Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:32:20.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:32:20.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655440161971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vfw6b70cb21d16a0_modules.json",
"status": "NOTIFIED"
}
2022-06-17T04:32:20.970Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:32:20.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:32:20.971Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "cds",
"timestamp": 1655440163747,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-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-17T04:32:20.979Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ebbef837-482d-4749-851a-c2c1113f37f9
2022-06-17T04:32:20.980Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ebbef837-482d-4749-851a-c2c1113f37f9 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-17T04:32:20.992Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:32:20.993Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "policy-id",
"timestamp": 1655440162716,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vfw6b70cb21d16a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:32:20.993Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:32:20.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:32:20.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440160413,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:32:20.994Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:32:20.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:32:20.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655440161971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-17T04:32:20.994Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:32:20.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:32:20.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "policy-id",
"timestamp": 1655440162716,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-17T04:32:20.995Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:32:20.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:32:20.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440160413,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-17T04:32:20.995Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:32:20.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:32:20.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655440161971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:32:20.996Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:32:20.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:32:20.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655440165078,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-17T04:32:20.997Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-17T04:32:20.997Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:32:20.997Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "policy-id",
"timestamp": 1655440162716,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:32:20.997Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:32:20.997Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:32:20.998Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440160413,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:32:20.998Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:32:20.998Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:32:20.998Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655440161971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-17T04:32:20.998Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:32:20.999Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:32:20.999Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655440166084,
"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-17T04:32:21.004Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ebbef837-482d-4749-851a-c2c1113f37f9
2022-06-17T04:32:21.005Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ebbef837-482d-4749-851a-c2c1113f37f9 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-17T04:32:21.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:32:21.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "policy-id",
"timestamp": 1655440162716,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:32:21.030Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:32:21.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:32:21.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440160413,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar",
"status": "NOTIFIED"
}
2022-06-17T04:32:21.031Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:32:21.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:32:21.032Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655440161971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:32:21.032Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:32:21.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:32:21.032Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "policy-id",
"timestamp": 1655440162716,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:32:21.032Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:32:21.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:32:21.033Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655440161971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar",
"status": "NOTIFIED"
}
2022-06-17T04:32:21.033Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:32:21.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:32:21.033Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "policy-id",
"timestamp": 1655440162716,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar",
"status": "NOTIFIED"
}
2022-06-17T04:32:21.034Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:32:21.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:32:21.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440169204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-17T04:32:21.034Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-17T04:32:21.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:32:21.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655440169781,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vfw6b70cb21d16a0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-17T04:32:21.035Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-17T04:32:21.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:32:21.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "policy-id",
"timestamp": 1655440170523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-17T04:32:21.035Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-17T04:32:21.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:32:21.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655440170867,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-17T04:32:21.036Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-17T04:32:21.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:32:21.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "policy-id",
"timestamp": 1655440171535,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-17T04:32:21.037Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-17T04:32:21.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:32:21.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655440171994,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-17T04:32:21.037Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-17T04:32:21.038Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:32:21.038Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "policy-id",
"timestamp": 1655440172540,
"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-17T04:32:21.044Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ebbef837-482d-4749-851a-c2c1113f37f9
2022-06-17T04:32:21.044Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ebbef837-482d-4749-851a-c2c1113f37f9 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-17T04:32:21.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:32:21.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655440173061,
"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-17T04:32:21.059Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ebbef837-482d-4749-851a-c2c1113f37f9
2022-06-17T04:32:21.060Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ebbef837-482d-4749-851a-c2c1113f37f9 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-17T04:32:21.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:32:21.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655440174067,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vfw6b70cb21d16a0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-17T04:32:21.068Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-17T04:32:21.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:32:21.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "clamp",
"timestamp": 1655440176311,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-17T04:32:21.069Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-17T04:32:21.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:32:21.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "aai-ml",
"timestamp": 1655440175876,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-17T04:32:21.069Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-17T04:32:21.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:32:21.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440176747,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vfw6b70cb21d16a0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-17T04:32:21.070Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-17T04:32:21.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:32:21.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "aai-ml",
"timestamp": 1655440176883,
"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-17T04:32:21.076Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ebbef837-482d-4749-851a-c2c1113f37f9
2022-06-17T04:32:21.076Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ebbef837-482d-4749-851a-c2c1113f37f9 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-17T04:32:21.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:32:21.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "clamp",
"timestamp": 1655440178319,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-17T04:32:21.091Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-17T04:32:21.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:32:21.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440177846,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-17T04:32:21.092Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-17T04:32:21.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:32:21.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "clamp",
"timestamp": 1655440179325,
"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-17T04:32:21.096Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ebbef837-482d-4749-851a-c2c1113f37f9
2022-06-17T04:32:21.096Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ebbef837-482d-4749-851a-c2c1113f37f9 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-17T04:32:21.107Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:32:21.107Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440178935,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-17T04:32:21.108Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-17T04:32:21.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:32:21.108Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440180556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/vfw6b70cb21d16a0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-17T04:32:21.108Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-17T04:32:21.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:32:21.109Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440181562,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-17T04:32:21.109Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-17T04:32:21.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:32:21.109Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440182569,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/resourceInstances/vfw6b70cb21d16a0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-17T04:32:21.110Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-17T04:32:21.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:32:21.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440183583,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220617042807/1.0/artifacts/service-Vfw20220617042807-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-17T04:32:21.110Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-17T04:32:44.763Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebbef837-482d-4749-851a-c2c1113f37f9
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-17T04:32:44.782Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebbef837-482d-4749-851a-c2c1113f37f9
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-17T04:32:44.791Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-17T04:32:44.793Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-17T04:32:44.793Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-17T04:32:44.793Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-17T04:32:44.794Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-17T04:32:44.794Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-17T04:32:44.794Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-17T04:32:44.795Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-17T04:32:44.795Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-17T04:32:44.795Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-17T04:32:44.796Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-17T04:32:44.813Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-17T04:33:14.814Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ebbef837-482d-4749-851a-c2c1113f37f9 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-17T04:33:14.834Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ebbef837-482d-4749-851a-c2c1113f37f9 and serviceModelVersionId: 1a000473-b451-4ee5-b85b-3f6336e051c8
2022-06-17T04:33:14.835Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 509d6398-cc7b-4d9a-86f3-faebe2e58d4e
2022-06-17T04:33:20.420Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:33:20.422Z||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-17T04:33:20.423Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T04:33:29.975Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:33:38.442Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/509d6398-cc7b-4d9a-86f3-faebe2e58d4e/model-vers/model-ver/1a000473-b451-4ee5-b85b-3f6336e051c8?depth=0
2022-06-17T04:33:38.647Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-06-17T04:33:39.544Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/509d6398-cc7b-4d9a-86f3-faebe2e58d4e/model-vers/model-ver/1a000473-b451-4ee5-b85b-3f6336e051c8?depth=0|INFO|500||Invoke
2022-06-17T04:33:39.563Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/509d6398-cc7b-4d9a-86f3-faebe2e58d4e/model-vers/model-ver/1a000473-b451-4ee5-b85b-3f6336e051c8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/509d6398-cc7b-4d9a-86f3-faebe2e58d4e/model-vers/model-ver/1a000473-b451-4ee5-b85b-3f6336e051c8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ebbef837-482d-4749-851a-c2c1113f37f9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[db920f5a-7e19-4e0e-bcc6-7473e5daf81a], X-ECOMP-RequestID=[ebbef837-482d-4749-851a-c2c1113f37f9], X-TransactionId=[], X-ONAP-RequestID=[ebbef837-482d-4749-851a-c2c1113f37f9], Content-Type=[application/merge-patch+json]}
2022-06-17T04:33:39.750Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/509d6398-cc7b-4d9a-86f3-faebe2e58d4e/model-vers/model-ver/1a000473-b451-4ee5-b85b-3f6336e051c8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-17T04:33:39.985Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/509d6398-cc7b-4d9a-86f3-faebe2e58d4e/model-vers/model-ver/1a000473-b451-4ee5-b85b-3f6336e051c8?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/509d6398-cc7b-4d9a-86f3-faebe2e58d4e/model-vers/model-ver/1a000473-b451-4ee5-b85b-3f6336e051c8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220617-04:33:39:038-15615], vertex-id=[176280], Content-Length=[0], Date=[Fri, 17 Jun 2022 04:33:39 GMT], Content-Type=[application/json]}
2022-06-17T04:33:39.988Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/509d6398-cc7b-4d9a-86f3-faebe2e58d4e/model-vers/model-ver/1a000473-b451-4ee5-b85b-3f6336e051c8?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-17T04:33:39.989Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/509d6398-cc7b-4d9a-86f3-faebe2e58d4e/model-vers/model-ver/1a000473-b451-4ee5-b85b-3f6336e051c8?depth=0|INFO|500||InvokeReturn
2022-06-17T04:33:39.995Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-17T04:33:39.996Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-17T04:33:40.005Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-17T04:33:40.007Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ebbef837-482d-4749-851a-c2c1113f37f9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-17T04:33:40.009Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-17T04:33:40.009Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-17T04:33:40.016Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-17T04:33:40.017Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440420007,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-17T04:33:40.114Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-06-17T04:33:40.116Z||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-17T04:33:40.116Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:33:40.132Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:33:40.135Z||pool-18-thread-1|||||INFO|500||cambria reply ok (20 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-17T04:33:41.035Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:33:41.036Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-17T04:33:41.037Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:33:50.212Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:33:50.213Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-17T04:33:50.214Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"3fccc2d6-7cf1-4e53-a97b-ba73552a7c88","serviceName":"basic_onboard_vGJNBL","serviceVersion":"1.0","serviceUUID":"dcc69867-37ee-4142-8653-0431aa4b3c05","serviceDescription":"service","serviceInvariantUUID":"0431a1e0-a35f-4481-a9d9-7481460d6e15","resources":[{"resourceInstanceName":"basic_onboard_vGJNBL 0","resourceName":"basic_onboard_vGJNBL","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d6db9252-be4c-472a-8c7a-96059e10e9e5","resourceInvariantUUID":"21a0bd86-4eca-457a-8bd8-bf97fbafb22b","resourceCustomizationUUID":"b7f739c5-ad79-4da1-a792-57409c6513ca","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/vf-license-model.xml","artifactChecksum":"ZjUyZDlkZjM0MDNhN2IwZjU1MTk1YTE4MDFjYmFiZGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8a37854e-5c22-45a0-b6fc-5bbd10aa196d","artifactVersion":"1"},{"artifactName":"basic_onboard_vgjnbl0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/basic_onboard_vgjnbl0_modules.json","artifactChecksum":"ZTE0ZTg5YjJmOTU4NmE5ZDVmZGYyNGI4MWRjOWFlNzQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1f9c7bd6-c14b-4dbc-a4b1-c01e8045e06c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"26518721-81ad-4afd-a8bd-aac99fdd189e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d269c2a1-cf26-4f9f-b0b0-e7a5dbe7c5f4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"85f5938f-6bd1-474d-b143-e2490b840f95","artifactVersion":"2","generatedFromUUID":"26518721-81ad-4afd-a8bd-aac99fdd189e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVgjnbl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-template.yml","artifactChecksum":"OGFlOTE3OTdmNWFjYWIwM2FiNzgwOGEzNTU4Y2U1MTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cbe42c59-5e3a-414c-93c5-09c15a63418e","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVgjnbl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar","artifactChecksum":"ZWQxM2JkNGJiYjA4NzUyYTMxMDZmODliMTdjYzA2NGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7d2df7f8-777b-4af0-b5cb-99e841b9cace","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-17T04:33:50.218Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-17T04:33:50.219Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-17T04:33:50.222Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-17T04:33:50.222Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440421035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:33:50.322Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-17T04:33:50.323Z||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-17T04:33:50.324Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:33:50.338Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:33:50.339Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-17T04:33:51.223Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-17T04:33:51.224Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-17T04:33:51.230Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-17T04:33:51.232Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440421035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/basic_onboard_vgjnbl0_modules.json",
"status": "NOTIFIED"
}
2022-06-17T04:33:51.327Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-17T04:33:51.328Z||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-17T04:33:51.329Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:33:51.351Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:33:51.351Z||pool-20-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-17T04:33:52.233Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-17T04:33:52.234Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-17T04:33:52.237Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-17T04:33:52.238Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440421035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-17T04:33:52.338Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-17T04:33:52.339Z||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-17T04:33:52.339Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:33:52.354Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:33:52.355Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-17T04:33:53.238Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-17T04:33:53.239Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-17T04:33:53.242Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-17T04:33:53.242Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440421035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:33:53.344Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-17T04:33:53.345Z||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-17T04:33:53.345Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:33:53.362Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:33:53.363Z||pool-22-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-17T04:33:54.243Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-17T04:33:54.245Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-17T04:33:54.248Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-17T04:33:54.249Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440421035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-17T04:33:54.349Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-17T04:33:54.350Z||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-17T04:33:54.351Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:33:54.367Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:33:54.369Z||pool-23-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-17T04:33:55.250Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-17T04:33:55.251Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-17T04:33:55.255Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-17T04:33:55.255Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440421035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:33:55.356Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-17T04:33:55.358Z||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-17T04:33:55.359Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:33:55.374Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:33:55.375Z||pool-24-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-17T04:33:56.256Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-17T04:33:56.257Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-17T04:33:56.259Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-17T04:33:56.260Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440421035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar",
"status": "NOTIFIED"
}
2022-06-17T04:33:56.360Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-17T04:33:56.361Z||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-17T04:33:56.361Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:33:56.376Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:33:56.377Z||pool-25-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-17T04:33:57.263Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"serviceName": "basic_onboard_vGJNBL",
"serviceVersion": "1.0",
"serviceUUID": "dcc69867-37ee-4142-8653-0431aa4b3c05",
"serviceDescription": "service",
"serviceInvariantUUID": "0431a1e0-a35f-4481-a9d9-7481460d6e15",
"resources": [
{
"resourceInstanceName": "basic_onboard_vGJNBL 0",
"resourceCustomizationUUID": "b7f739c5-ad79-4da1-a792-57409c6513ca",
"resourceName": "basic_onboard_vGJNBL",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "d6db9252-be4c-472a-8c7a-96059e10e9e5",
"resourceInvariantUUID": "21a0bd86-4eca-457a-8bd8-bf97fbafb22b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_vgjnbl0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/basic_onboard_vgjnbl0_modules.json",
"artifactChecksum": "ZTE0ZTg5YjJmOTU4NmE5ZDVmZGYyNGI4MWRjOWFlNzQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1f9c7bd6-c14b-4dbc-a4b1-c01e8045e06c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "26518721-81ad-4afd-a8bd-aac99fdd189e",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "85f5938f-6bd1-474d-b143-e2490b840f95",
"generatedFromUUID": "26518721-81ad-4afd-a8bd-aac99fdd189e"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "85f5938f-6bd1-474d-b143-e2490b840f95",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardVgjnbl-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar",
"artifactChecksum": "ZWQxM2JkNGJiYjA4NzUyYTMxMDZmODliMTdjYzA2NGY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7d2df7f8-777b-4af0-b5cb-99e841b9cace"
}
],
"workloadContext": "Production"
}
2022-06-17T04:33:57.264Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-17T04:33:57.264Z|ebbef837-482d-4749-851a-c2c1113f37f9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dcc69867-37ee-4142-8653-0431aa4b3c05 ASDC
2022-06-17T04:33:57.265Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:3fccc2d6-7cf1-4e53-a97b-ba73552a7c88
ServiceName:basic_onboard_vGJNBL
ServiceVersion:1.0
ServiceUUID:dcc69867-37ee-4142-8653-0431aa4b3c05
ServiceInvariantUUID:0431a1e0-a35f-4481-a9d9-7481460d6e15
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVgjnbl-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar
ArtifactUUID:7d2df7f8-777b-4af0-b5cb-99e841b9cace
ArtifactChecksum:ZWQxM2JkNGJiYjA4NzUyYTMxMDZmODliMTdjYzA2NGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_vGJNBL 0
ResourceCustomizationUUID:b7f739c5-ad79-4da1-a792-57409c6513ca
ResourceInvariantUUID:21a0bd86-4eca-457a-8bd8-bf97fbafb22b
ResourceName:basic_onboard_vGJNBL
ResourceType:VF
ResourceUUID:d6db9252-be4c-472a-8c7a-96059e10e9e5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vgjnbl0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/basic_onboard_vgjnbl0_modules.json
ArtifactUUID:1f9c7bd6-c14b-4dbc-a4b1-c01e8045e06c
ArtifactChecksum:ZTE0ZTg5YjJmOTU4NmE5ZDVmZGYyNGI4MWRjOWFlNzQ=
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/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.yaml
ArtifactUUID:26518721-81ad-4afd-a8bd-aac99fdd189e
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/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.env
ArtifactUUID:85f5938f-6bd1-474d-b143-e2490b840f95
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/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.env
ArtifactUUID:85f5938f-6bd1-474d-b143-e2490b840f95
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-17T04:33:57.266Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dcc69867-37ee-4142-8653-0431aa4b3c05 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-17T04:33:57.314Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-17T04:33:57.315Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-17T04:33:57.316Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-17T04:33:57.316Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7d2df7f8-777b-4af0-b5cb-99e841b9cace from URL: /sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar
2022-06-17T04:33:57.316Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-17T04:33:57.317Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar
2022-06-17T04:33:57.427Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-17T04:33:57.436Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar 7d2df7f8-777b-4af0-b5cb-99e841b9cace 71571
2022-06-17T04:33:57.437Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar ASDC sendASDCNotification
2022-06-17T04:33:57.437Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar
2022-06-17T04:33:57.438Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-17T04:33:57.438Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-17T04:33:57.468Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-17T04:33:57.469Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440437437,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-17T04:33:57.543Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 74 ms
2022-06-17T04:33:57.545Z||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-17T04:33:57.545Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:33:57.559Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:33:57.560Z||pool-26-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-17T04:33:58.470Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-17T04:33:58.472Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-17T04:33:58.472Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 7d2df7f8-777b-4af0-b5cb-99e841b9cace, URL: /sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar to file: /app/ASDC/1/service-BasicOnboardVgjnbl-csar.csar
2022-06-17T04:33:58.473Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardVgjnbl-csar.csar
2022-06-17T04:33:58.474Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardVgjnbl-csar.csar
2022-06-17T04:33:58.474Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardVgjnbl-csar.csar
2022-06-17T04:33:58.754Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2575613827947009891/Definitions/service-BasicOnboardVgjnbl-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-17T04:34:00.751Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-17T04:34:00.752Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-17T04:34:00.752Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardVgjnbl-csar.csar
2022-06-17T04:34:00.752Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-17T04:34:00.753Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_vGJNBL 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-BasicOnboardVgjnbl-csar.csar
2022-06-17T04:34:00.753Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||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-BasicOnboardVgjnbl-csar.csar
2022-06-17T04:34:00.753Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVgjnbl-csar.csar
2022-06-17T04:34:00.753Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||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-BasicOnboardVgjnbl-csar.csar
2022-06-17T04:34:00.754Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVgjnbl-csar.csar
2022-06-17T04:34:00.754Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardVgjnbl-csar.csar
2022-06-17T04:34:00.754Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardVgjnbl-csar.csar
2022-06-17T04:34:00.754Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVgjnbl-csar.csar
2022-06-17T04:34:00.755Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||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-BasicOnboardVgjnbl-csar.csar
2022-06-17T04:34:00.755Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-17T04:34:00.755Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:34:00.756Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vGJNBL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-17T04:34:00.756Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_vGJNBL 0 is matching search criteria
2022-06-17T04:34:00.757Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-17T04:34:00.757Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_vGJNBL 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-17T04:34:00.757Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:34:00.758Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vGJNBL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-17T04:34:00.758Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_vGJNBL 0 is matching search criteria
2022-06-17T04:34:00.758Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-17T04:34:00.758Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_vGJNBL 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-17T04:34:00.759Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:34:00.759Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vGJNBL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-17T04:34:00.760Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:34:00.760Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_vGJNBL 0 is not matching search criteria
2022-06-17T04:34:00.760Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-17T04:34:00.761Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-17T04:34:00.761Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-17T04:34:00.761Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-17T04:34:00.762Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-17T04:34:00.762Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:34:00.762Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vGJNBL is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-17T04:34:00.763Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:34:00.763Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_vGJNBL 0 is matching search criteria
2022-06-17T04:34:00.763Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_vGJNBL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-17T04:34:00.764Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:34:00.764Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_vGJNBL 0 is matching search criteria
2022-06-17T04:34:00.764Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_vGJNBL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-17T04:34:00.765Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:34:00.765Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_vGJNBL 0 is matching search criteria
2022-06-17T04:34:00.765Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_vGJNBL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-17T04:34:00.766Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:34:00.766Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_vGJNBL 0 is not matching search criteria
2022-06-17T04:34:00.766Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-17T04:34:00.766Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-17T04:34:00.766Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e67863b2-0135-45e5-aead-69f0d6f25944
2022-06-17T04:34:00.766Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:34:00.767Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vGJNBL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-17T04:34:00.767Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:34:00.767Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vGJNBL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-17T04:34:00.768Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:34:00.768Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vGJNBL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-17T04:34:00.768Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:34:00.768Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vGJNBL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-17T04:34:00.768Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_vGJNBL
Description:service
Model UUID:dcc69867-37ee-4142-8653-0431aa4b3c05
Model Version:NULL
Model InvariantUuid:0431a1e0-a35f-4481-a9d9-7481460d6e15
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_vGJNBL
Model UUID:426dc046-aa8b-4d10-8ed8-46c10d2efb1d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:21a0bd86-4eca-457a-8bd8-bf97fbafb22b
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:b7f739c5-ad79-4da1-a792-57409c6513ca
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:2bb199a8-99c7-4e55-8a8b-9f2dfd25b69c
ModelName:BasicOnboardVgjnbl..base_ubuntu18..module-0
ModelUuid:7f0a32b5-46f6-4fcd-b522-38cdcd12ffb6
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:e67863b2-0135-45e5-aead-69f0d6f25944
ModelInvariantUuid:f206a53f-1e6d-4698-aea0-f96c264b91f8
ModelName:basic_onboard_vGJNBL-nodes.ubuntu18Cvfc
ModelUuid:82409ab9-04aa-4edf-9d81-f5faa1c14ccd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:1c5c4777-b2f2-4aa1-b13a-8ecab3cb8e70
ModelInvariantUuid:b4d61605-2407-4480-9e3d-fc59bc28f1bd
ModelName:BasicOnboardVgjnbl.compute.nodes.heat.ubuntu18
ModelUuid:ba688289-4d75-4880-8c84-82fd3c555adc
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-17T04:34:00.777Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: d6db9252-be4c-472a-8c7a-96059e10e9e5
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-17T04:34:00.782Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||basic_onboard_vGJNBL 0
2022-06-17T04:34:00.782Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d6db9252-be4c-472a-8c7a-96059e10e9e5
2022-06-17T04:34:00.783Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1f9c7bd6-c14b-4dbc-a4b1-c01e8045e06c from URL: /sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/basic_onboard_vgjnbl0_modules.json
2022-06-17T04:34:00.783Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-17T04:34:00.783Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/basic_onboard_vgjnbl0_modules.json
2022-06-17T04:34:00.848Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-17T04:34:00.849Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/basic_onboard_vgjnbl0_modules.json 1f9c7bd6-c14b-4dbc-a4b1-c01e8045e06c 798
2022-06-17T04:34:00.849Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/basic_onboard_vgjnbl0_modules.json ASDC sendASDCNotification
2022-06-17T04:34:00.849Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/basic_onboard_vgjnbl0_modules.json
2022-06-17T04:34:00.849Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-17T04:34:00.850Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-17T04:34:00.852Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-17T04:34:00.853Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440440849,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/basic_onboard_vgjnbl0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-17T04:34:00.953Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-17T04:34:00.954Z||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-17T04:34:00.954Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:34:00.965Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:34:00.966Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-17T04:34:01.854Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardVgjnbl..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "2bb199a8-99c7-4e55-8a8b-9f2dfd25b69c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7f0a32b5-46f6-4fcd-b522-38cdcd12ffb6",
"vfModuleModelCustomizationUUID": "35755022-b1ff-40b5-93ea-f89bd505c97a",
"isBase": true,
"artifacts": [
"26518721-81ad-4afd-a8bd-aac99fdd189e",
"85f5938f-6bd1-474d-b143-e2490b840f95"
],
"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-17T04:34:01.862Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVgjnbl..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7f0a32b5-46f6-4fcd-b522-38cdcd12ffb6
VfModuleModelInvariantUUID:2bb199a8-99c7-4e55-8a8b-9f2dfd25b69c
VfModuleModelDescription:NULL
Artifacts UUID List:{
26518721-81ad-4afd-a8bd-aac99fdd189e
,
85f5938f-6bd1-474d-b143-e2490b840f95
}
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-17T04:34:01.865Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardVgjnbl..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "2bb199a8-99c7-4e55-8a8b-9f2dfd25b69c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7f0a32b5-46f6-4fcd-b522-38cdcd12ffb6",
"vfModuleModelCustomizationUUID": "35755022-b1ff-40b5-93ea-f89bd505c97a",
"isBase": true,
"artifacts": [
"26518721-81ad-4afd-a8bd-aac99fdd189e",
"85f5938f-6bd1-474d-b143-e2490b840f95"
],
"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-17T04:34:01.865Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVgjnbl..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7f0a32b5-46f6-4fcd-b522-38cdcd12ffb6
VfModuleModelInvariantUUID:2bb199a8-99c7-4e55-8a8b-9f2dfd25b69c
VfModuleModelDescription:NULL
Artifacts UUID List:{
26518721-81ad-4afd-a8bd-aac99fdd189e
,
85f5938f-6bd1-474d-b143-e2490b840f95
}
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-17T04:34:01.865Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 26518721-81ad-4afd-a8bd-aac99fdd189e from URL: /sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.yaml
2022-06-17T04:34:01.865Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-17T04:34:01.866Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.yaml
2022-06-17T04:34:01.938Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-17T04:34:01.939Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.yaml 26518721-81ad-4afd-a8bd-aac99fdd189e 5033
2022-06-17T04:34:01.940Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-17T04:34:01.940Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.yaml
2022-06-17T04:34:01.940Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-17T04:34:01.941Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-17T04:34:01.942Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-17T04:34:01.943Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440441940,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-17T04:34:02.043Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-17T04:34:02.045Z||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-17T04:34:02.046Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:34:02.063Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:34:02.064Z||pool-28-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-17T04:34:02.943Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 85f5938f-6bd1-474d-b143-e2490b840f95 from URL: /sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.env
2022-06-17T04:34:02.944Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-17T04:34:02.944Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.env
2022-06-17T04:34:03.060Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-17T04:34:03.061Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.env 85f5938f-6bd1-474d-b143-e2490b840f95 909
2022-06-17T04:34:03.061Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-17T04:34:03.061Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.env
2022-06-17T04:34:03.061Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-17T04:34:03.062Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-17T04:34:03.077Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-17T04:34:03.077Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440443061,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-17T04:34:03.166Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms
2022-06-17T04:34:03.167Z||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-17T04:34:03.168Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:34:03.184Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:34:03.185Z||pool-29-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-17T04:34:04.078Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: dcc69867-37ee-4142-8653-0431aa4b3c05
2022-06-17T04:34:04.078Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_vGJNBL 0 d6db9252-be4c-472a-8c7a-96059e10e9e5 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-17T04:34:04.097Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6b0b4d98, org.onap.sdc.toscaparser.api.parameters.Input@51256425, org.onap.sdc.toscaparser.api.parameters.Input@492afbc3, org.onap.sdc.toscaparser.api.parameters.Input@6d258977, org.onap.sdc.toscaparser.api.parameters.Input@5c736ec6]
2022-06-17T04:34:04.100Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:34:04.101Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vGJNBL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-17T04:34:04.102Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2022-06-17T04:34:04.102Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= b7f739c5-ad79-4da1-a792-57409c6513ca
2022-06-17T04:34:04.102Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b7f739c5-ad79-4da1-a792-57409c6513ca matches Tosca VF Customization UUID: b7f739c5-ad79-4da1-a792-57409c6513ca
2022-06-17T04:34:04.102Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: b7f739c5-ad79-4da1-a792-57409c6513ca 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-17T04:34:04.106Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:34:04.107Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vGJNBL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-17T04:34:04.108Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id b7f739c5-ad79-4da1-a792-57409c6513ca: {\"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-17T04:34:04.108Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7948768a
2022-06-17T04:34:04.108Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:34:04.109Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vGJNBL is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-17T04:34:04.109Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 35755022-b1ff-40b5-93ea-f89bd505c97a
2022-06-17T04:34:04.109Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 35755022-b1ff-40b5-93ea-f89bd505c97a
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-17T04:34:04.112Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:34:04.113Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_vGJNBL 0 is matching search criteria
2022-06-17T04:34:04.113Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_vGJNBL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-17T04:34:04.114Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:34:04.114Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_vGJNBL 0 is matching search criteria
2022-06-17T04:34:04.115Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_vGJNBL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-17T04:34:04.115Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:34:04.115Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_vGJNBL 0 is not matching search criteria
2022-06-17T04:34:04.116Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-17T04:34:04.116Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-17T04:34:04.116Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e67863b2-0135-45e5-aead-69f0d6f25944
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-17T04:34:04.119Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:34:04.119Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_vGJNBL 0 is matching search criteria
2022-06-17T04:34:04.120Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_vGJNBL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-17T04:34:04.120Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:34:04.121Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_vGJNBL 0 is matching search criteria
2022-06-17T04:34:04.121Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_vGJNBL 0] matching following query criteria: sdcType=VF, customizationUUID=b7f739c5-ad79-4da1-a792-57409c6513ca
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-17T04:34:04.123Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:34:04.123Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vGJNBL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-17T04:34:04.124Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid dcc69867-37ee-4142-8653-0431aa4b3c05: basic_onboard_vGJNBL
2022-06-17T04:34:04.125Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:34:04.125Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vGJNBL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-17T04:34:04.125Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:34:04.125Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vGJNBL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-17T04:34:04.126Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:34:04.126Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vGJNBL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-17T04:34:04.126Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:34:04.126Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vGJNBL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-17T04:34:04.127Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:34:04.127Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_vGJNBL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-17T04:34:04.127Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_vGJNBL
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-17T04:34:04.221Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_vGJNBL d6db9252-be4c-472a-8c7a-96059e10e9e5 1 ASDC deployResourceStructure
2022-06-17T04:34:04.222Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/basic_onboard_vgjnbl0_modules.json ASDC sendASDCNotification
2022-06-17T04:34:04.222Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/basic_onboard_vgjnbl0_modules.json
2022-06-17T04:34:04.222Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-17T04:34:04.222Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-17T04:34:04.225Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-17T04:34:04.225Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440444222,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/basic_onboard_vgjnbl0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-17T04:34:04.325Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-17T04:34:04.327Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-17T04:34:04.327Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:34:04.342Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:34:04.344Z||pool-30-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-17T04:34:05.226Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-17T04:34:05.226Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.yaml
2022-06-17T04:34:05.227Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-17T04:34:05.228Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-17T04:34:05.233Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-17T04:34:05.234Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440445225,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-17T04:34:05.333Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-17T04:34:05.334Z||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-17T04:34:05.334Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:34:05.352Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:34:05.353Z||pool-31-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-17T04:34:06.240Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-17T04:34:06.241Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.env
2022-06-17T04:34:06.241Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-17T04:34:06.241Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-17T04:34:06.245Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-17T04:34:06.245Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440446240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-17T04:34:06.345Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-17T04:34:06.346Z||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-17T04:34:06.347Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:34:06.363Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:34:06.365Z||pool-32-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-17T04:34:07.247Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar ASDC sendASDCNotification
2022-06-17T04:34:07.248Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar
2022-06-17T04:34:07.248Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-17T04:34:07.249Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-17T04:34:07.252Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-17T04:34:07.252Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440447246,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-17T04:34:07.353Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-17T04:34:07.354Z||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-17T04:34:07.354Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:34:07.371Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:34:07.372Z||pool-33-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-17T04:34:08.253Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3fccc2d6-7cf1-4e53-a97b-ba73552a7c88
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-17T04:34:08.281Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3fccc2d6-7cf1-4e53-a97b-ba73552a7c88
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-17T04:34:08.289Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-17T04:34:08.290Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-17T04:34:08.290Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-17T04:34:20.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:34:20.420Z||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-17T04:34:20.420Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T04:34:21.061Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:34:21.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ebbef837-482d-4749-851a-c2c1113f37f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440420007,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-17T04:34:21.066Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-17T04:34:21.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "clamp",
"timestamp": 1655440425801,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:34:21.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:34:21.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "cds",
"timestamp": 1655440424851,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:34:21.067Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:34:21.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "ves-openapi-manager",
"timestamp": 1655440424571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:34:21.069Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:34:21.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655440421971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:34:21.069Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:34:21.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "policy-id",
"timestamp": 1655440422716,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:34:21.070Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:34:21.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440421035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:34:21.071Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:34:21.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "cds",
"timestamp": 1655440424851,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/basic_onboard_vgjnbl0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:34:21.071Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:34:21.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.072Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "ves-openapi-manager",
"timestamp": 1655440424571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/basic_onboard_vgjnbl0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:34:21.076Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:34:21.077Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.077Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "clamp",
"timestamp": 1655440425801,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/basic_onboard_vgjnbl0_modules.json",
"status": "NOTIFIED"
}
2022-06-17T04:34:21.078Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:34:21.078Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.078Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655440421971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/basic_onboard_vgjnbl0_modules.json",
"status": "NOTIFIED"
}
2022-06-17T04:34:21.079Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:34:21.079Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.079Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "policy-id",
"timestamp": 1655440422716,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/basic_onboard_vgjnbl0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:34:21.079Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:34:21.079Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.079Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440421035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/basic_onboard_vgjnbl0_modules.json",
"status": "NOTIFIED"
}
2022-06-17T04:34:21.080Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:34:21.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "ves-openapi-manager",
"timestamp": 1655440424571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:34:21.080Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:34:21.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.081Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "cds",
"timestamp": 1655440424851,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:34:21.081Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:34:21.081Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.081Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "clamp",
"timestamp": 1655440425801,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:34:21.081Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:34:21.082Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.082Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655440421971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-17T04:34:21.082Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:34:21.082Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.082Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "policy-id",
"timestamp": 1655440422716,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-17T04:34:21.082Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:34:21.083Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.083Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440421035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-17T04:34:21.083Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:34:21.083Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.083Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "ves-openapi-manager",
"timestamp": 1655440424571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:34:21.084Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:34:21.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.085Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "cds",
"timestamp": 1655440424851,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:34:21.085Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:34:21.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.086Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "clamp",
"timestamp": 1655440425801,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:34:21.086Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:34:21.086Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.086Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655440421971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:34:21.087Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:34:21.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.087Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "policy-id",
"timestamp": 1655440422716,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:34:21.087Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:34:21.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440421035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:34:21.088Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:34:21.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "cds",
"timestamp": 1655440424851,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:34:21.088Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:34:21.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "clamp",
"timestamp": 1655440425801,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:34:21.089Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:34:21.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655440421971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-17T04:34:21.090Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:34:21.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "ves-openapi-manager",
"timestamp": 1655440424571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:34:21.090Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:34:21.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "policy-id",
"timestamp": 1655440422716,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:34:21.090Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:34:21.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440421035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-17T04:34:21.091Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:34:21.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "cds",
"timestamp": 1655440424851,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:34:21.091Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:34:21.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655440421971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:34:21.095Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:34:21.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "ves-openapi-manager",
"timestamp": 1655440424571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:34:21.095Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:34:21.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.096Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "clamp",
"timestamp": 1655440425801,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:34:21.096Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:34:21.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.096Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "policy-id",
"timestamp": 1655440422716,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:34:21.096Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:34:21.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440421035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:34:21.097Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:34:21.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "ves-openapi-manager",
"timestamp": 1655440424571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:34:21.097Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:34:21.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.098Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655440421971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar",
"status": "NOTIFIED"
}
2022-06-17T04:34:21.098Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:34:21.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.098Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "cds",
"timestamp": 1655440424851,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar",
"status": "NOTIFIED"
}
2022-06-17T04:34:21.099Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:34:21.099Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.099Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "clamp",
"timestamp": 1655440425801,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar",
"status": "NOTIFIED"
}
2022-06-17T04:34:21.099Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:34:21.099Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.099Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "policy-id",
"timestamp": 1655440422716,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar",
"status": "NOTIFIED"
}
2022-06-17T04:34:21.099Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:34:21.100Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.100Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440421035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar",
"status": "NOTIFIED"
}
2022-06-17T04:34:21.100Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:34:21.100Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.101Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655440437383,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/basic_onboard_vgjnbl0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-17T04:34:21.101Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-17T04:34:21.101Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.101Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "cds",
"timestamp": 1655440437333,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-17T04:34:21.101Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-17T04:34:21.101Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.102Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "policy-id",
"timestamp": 1655440437819,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-17T04:34:21.102Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-17T04:34:21.102Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.102Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440437437,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-17T04:34:21.102Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-17T04:34:21.102Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.103Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "cds",
"timestamp": 1655440438349,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-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-17T04:34:21.122Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3fccc2d6-7cf1-4e53-a97b-ba73552a7c88
2022-06-17T04:34:21.123Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fccc2d6-7cf1-4e53-a97b-ba73552a7c88 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-17T04:34:21.138Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.138Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "policy-id",
"timestamp": 1655440438825,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-17T04:34:21.139Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-17T04:34:21.139Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.139Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655440438445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-17T04:34:21.139Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-17T04:34:21.140Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.140Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "policy-id",
"timestamp": 1655440439829,
"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-17T04:34:21.150Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3fccc2d6-7cf1-4e53-a97b-ba73552a7c88
2022-06-17T04:34:21.150Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fccc2d6-7cf1-4e53-a97b-ba73552a7c88 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-17T04:34:21.160Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.161Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655440439497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-17T04:34:21.161Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-17T04:34:21.161Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.161Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655440440542,
"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-17T04:34:21.166Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3fccc2d6-7cf1-4e53-a97b-ba73552a7c88
2022-06-17T04:34:21.166Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fccc2d6-7cf1-4e53-a97b-ba73552a7c88 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-17T04:34:21.172Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.172Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "clamp",
"timestamp": 1655440441349,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-17T04:34:21.173Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-17T04:34:21.173Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.173Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440440849,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/basic_onboard_vgjnbl0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-17T04:34:21.173Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-17T04:34:21.173Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.173Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655440441545,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/basic_onboard_vgjnbl0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-17T04:34:21.173Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-17T04:34:21.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.174Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440441940,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-17T04:34:21.174Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-17T04:34:21.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.174Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "clamp",
"timestamp": 1655440443360,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-17T04:34:21.174Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-17T04:34:21.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.174Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440443061,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-17T04:34:21.174Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-17T04:34:21.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.175Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "clamp",
"timestamp": 1655440444365,
"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-17T04:34:21.179Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3fccc2d6-7cf1-4e53-a97b-ba73552a7c88
2022-06-17T04:34:21.180Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fccc2d6-7cf1-4e53-a97b-ba73552a7c88 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-17T04:34:21.189Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.191Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440444222,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/basic_onboard_vgjnbl0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-17T04:34:21.192Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-17T04:34:21.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.192Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655440443105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:34:21.193Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:34:21.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.193Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440445225,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-17T04:34:21.193Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-17T04:34:21.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.193Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655440443105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/basic_onboard_vgjnbl0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:34:21.194Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:34:21.194Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.194Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440446240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-17T04:34:21.194Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-17T04:34:21.194Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.195Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655440443105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:34:21.195Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:34:21.195Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.195Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440447246,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-17T04:34:21.195Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-17T04:34:21.195Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.195Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655440443105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:34:21.196Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:34:21.196Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.196Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655440443105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:34:21.196Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:34:21.197Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.197Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "aai-ml",
"timestamp": 1655440447669,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:34:21.197Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:34:21.197Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.197Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655440443105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:34:21.197Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:34:21.197Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.197Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "aai-ml",
"timestamp": 1655440447669,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/basic_onboard_vgjnbl0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:34:21.198Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:34:21.198Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.198Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655440443105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar",
"status": "NOTIFIED"
}
2022-06-17T04:34:21.198Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:34:21.198Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.198Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "aai-ml",
"timestamp": 1655440447669,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:34:21.198Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:34:21.199Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.199Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "aai-ml",
"timestamp": 1655440447669,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:34:21.199Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:34:21.199Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.199Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655440450883,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-17T04:34:21.200Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-17T04:34:21.200Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.200Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "aai-ml",
"timestamp": 1655440447669,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/resourceInstances/basic_onboard_vgjnbl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:34:21.200Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:34:21.200Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.200Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "aai-ml",
"timestamp": 1655440447669,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:34:21.201Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:34:21.201Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.201Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655440453299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-17T04:34:21.201Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-17T04:34:21.201Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.201Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "aai-ml",
"timestamp": 1655440447669,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar",
"status": "NOTIFIED"
}
2022-06-17T04:34:21.202Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-17T04:34:21.202Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.202Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655440454305,
"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-17T04:34:21.207Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3fccc2d6-7cf1-4e53-a97b-ba73552a7c88
2022-06-17T04:34:21.207Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fccc2d6-7cf1-4e53-a97b-ba73552a7c88 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-17T04:34:21.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:34:21.223Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "aai-ml",
"timestamp": 1655440455413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-17T04:34:21.223Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-17T04:34:38.291Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3fccc2d6-7cf1-4e53-a97b-ba73552a7c88
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-17T04:34:38.305Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3fccc2d6-7cf1-4e53-a97b-ba73552a7c88
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-17T04:34:38.310Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-17T04:34:38.310Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-17T04:34:38.310Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-17T04:35:08.311Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3fccc2d6-7cf1-4e53-a97b-ba73552a7c88
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-17T04:35:08.322Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3fccc2d6-7cf1-4e53-a97b-ba73552a7c88
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-17T04:35:08.327Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-17T04:35:08.327Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-17T04:35:08.327Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-17T04:35:20.419Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:35:20.421Z||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-17T04:35:20.421Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T04:35:21.058Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:35:21.059Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:35:21.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "aai-ml",
"timestamp": 1655440463152,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgjnbl/1.0/artifacts/service-BasicOnboardVgjnbl-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-17T04:35:21.061Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-17T04:35:21.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-17T04:35:21.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "aai-ml",
"timestamp": 1655440464157,
"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-17T04:35:21.074Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3fccc2d6-7cf1-4e53-a97b-ba73552a7c88
2022-06-17T04:35:21.075Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fccc2d6-7cf1-4e53-a97b-ba73552a7c88 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-17T04:35:38.328Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3fccc2d6-7cf1-4e53-a97b-ba73552a7c88
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-17T04:35:38.344Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3fccc2d6-7cf1-4e53-a97b-ba73552a7c88
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-17T04:35:38.355Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-17T04:35:38.355Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-17T04:35:38.356Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-17T04:35:38.356Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-17T04:35:38.356Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-17T04:35:38.356Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-17T04:35:38.356Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-17T04:35:38.356Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-17T04:35:38.357Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-17T04:35:38.357Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-17T04:35:38.357Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-17T04:35:38.374Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-17T04:36:08.374Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3fccc2d6-7cf1-4e53-a97b-ba73552a7c88 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-17T04:36:08.382Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3fccc2d6-7cf1-4e53-a97b-ba73552a7c88 and serviceModelVersionId: dcc69867-37ee-4142-8653-0431aa4b3c05
2022-06-17T04:36:08.382Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0431a1e0-a35f-4481-a9d9-7481460d6e15
2022-06-17T04:36:08.384Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0431a1e0-a35f-4481-a9d9-7481460d6e15/model-vers/model-ver/dcc69867-37ee-4142-8653-0431aa4b3c05?depth=0
2022-06-17T04:36:08.394Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-06-17T04:36:08.518Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0431a1e0-a35f-4481-a9d9-7481460d6e15/model-vers/model-ver/dcc69867-37ee-4142-8653-0431aa4b3c05?depth=0|INFO|500||Invoke
2022-06-17T04:36:08.519Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0431a1e0-a35f-4481-a9d9-7481460d6e15/model-vers/model-ver/dcc69867-37ee-4142-8653-0431aa4b3c05?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0431a1e0-a35f-4481-a9d9-7481460d6e15/model-vers/model-ver/dcc69867-37ee-4142-8653-0431aa4b3c05?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3fccc2d6-7cf1-4e53-a97b-ba73552a7c88], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3be9e507-b0ec-4e06-9ce2-643a4f41e6bb], X-ECOMP-RequestID=[3fccc2d6-7cf1-4e53-a97b-ba73552a7c88], X-TransactionId=[], X-ONAP-RequestID=[3fccc2d6-7cf1-4e53-a97b-ba73552a7c88], Content-Type=[application/merge-patch+json]}
2022-06-17T04:36:08.601Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0431a1e0-a35f-4481-a9d9-7481460d6e15/model-vers/model-ver/dcc69867-37ee-4142-8653-0431aa4b3c05?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-17T04:36:08.740Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0431a1e0-a35f-4481-a9d9-7481460d6e15/model-vers/model-ver/dcc69867-37ee-4142-8653-0431aa4b3c05?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/0431a1e0-a35f-4481-a9d9-7481460d6e15/model-vers/model-ver/dcc69867-37ee-4142-8653-0431aa4b3c05?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220617-04:36:07:884-51377], vertex-id=[344192], Content-Length=[0], Date=[Fri, 17 Jun 2022 04:36:07 GMT], Content-Type=[application/json]}
2022-06-17T04:36:08.742Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0431a1e0-a35f-4481-a9d9-7481460d6e15/model-vers/model-ver/dcc69867-37ee-4142-8653-0431aa4b3c05?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-17T04:36:08.743Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0431a1e0-a35f-4481-a9d9-7481460d6e15/model-vers/model-ver/dcc69867-37ee-4142-8653-0431aa4b3c05?depth=0|INFO|500||InvokeReturn
2022-06-17T04:36:08.743Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-17T04:36:08.743Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-17T04:36:08.749Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-17T04:36:08.749Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3fccc2d6-7cf1-4e53-a97b-ba73552a7c88 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-17T04:36:08.749Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-17T04:36:08.750Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-17T04:36:08.753Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-17T04:36:08.753Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440568749,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-17T04:36:08.853Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-17T04:36:08.854Z||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-17T04:36:08.855Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:36:08.877Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:36:08.878Z||pool-34-thread-1|||||INFO|500||cambria reply ok (24 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-17T04:36:09.767Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:36:09.768Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-17T04:36:09.769Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:36:20.039Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:36:20.041Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:36:20.042Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-17T04:36:20.042Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:36:20.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:36:20.420Z||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-17T04:36:20.421Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T04:36:21.067Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:36:21.068Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-17T04:36:21.069Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3fccc2d6-7cf1-4e53-a97b-ba73552a7c88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655440568749,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-17T04:36:21.070Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-17T04:36:29.579Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:36:29.580Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:36:29.581Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-17T04:36:29.582Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:36:39.121Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:36:39.122Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:36:39.123Z||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-17T04:36:39.123Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T04:36:48.663Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:36:48.665Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:36:48.666Z||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-17T04:36:48.666Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T04:36:58.209Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:36:58.210Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:36:58.211Z||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-17T04:36:58.211Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T04:37:07.749Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:37:20.414Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:37:20.415Z||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-17T04:37:20.415Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T04:37:20.419Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:37:20.420Z||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-17T04:37:20.420Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T04:37:29.955Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:37:29.973Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:38:20.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:38:20.414Z||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-17T04:38:20.415Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T04:38:20.419Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:38:20.420Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|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-17T04:38:20.421Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|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 lI05JOmxQcHBGoy5) ...
2022-06-17T04:38:29.964Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:38:29.969Z|3fccc2d6-7cf1-4e53-a97b-ba73552a7c88|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:39:20.414Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:39:20.415Z||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-17T04:39:20.415Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T04:39:20.419Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:39:20.420Z||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-17T04:39:20.421Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T04:39:29.960Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:39:29.969Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:40:20.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:40:20.415Z||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-17T04:40:20.416Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T04:40:20.420Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:40:20.421Z||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-17T04:40:20.421Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T04:40:29.988Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:40:29.986Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:41:20.413Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:41:20.415Z||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-17T04:41:20.415Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T04:41:20.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:41:20.420Z||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-17T04:41:20.421Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T04:41:29.977Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:41:29.978Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:42:20.414Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:42:20.417Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-17T04:42:20.417Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:42:20.419Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:42:20.425Z||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-17T04:42:20.426Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T04:42:29.977Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:42:29.980Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:43:20.414Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:43:20.416Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-17T04:43:20.416Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:43:20.420Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:43:20.421Z||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-17T04:43:20.423Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T04:43:29.977Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:43:29.977Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:44:20.414Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:44:20.415Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-17T04:44:20.415Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:44:20.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:44:20.420Z||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-17T04:44:20.421Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T04:44:21.049Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:44:21.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-17T04:44:21.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"ecfd3334-d85b-4098-bbec-b2e5dce9d5d1","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"8403916b-4e88-4998-a3d4-84d92ffdc135","serviceDescription":"service","serviceInvariantUUID":"55a7b23b-dbda-4ffa-acd1-b3964db59e5e","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"b4da4c2f-d5d4-4fd9-937f-56fbd0aa672c","resourceInvariantUUID":"7660dffd-5a66-4004-95d9-bfba6cd2cb01","resourceCustomizationUUID":"bf500870-18f8-41be-b6ec-c8fb0ad905e0","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":"ZWQwNTNhN2QxNTBlNThiNzBjODMyZjgyOWFlYmJjYjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4c9c2107-857e-4d5e-b694-252422acd33d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZjFhM2VjNzVkN2E3ZTEyNDQyMjM1ZmRmZGEzZjkwZDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1b45c63e-2756-42a1-9fb2-a795d0ff4760","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-17T04:44:21.057Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-17T04:44:21.058Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-17T04:44:21.059Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:44:21.062Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-17T04:44:21.064Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1",
"consumerID": "cds",
"timestamp": 1655441039851,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:44:21.065Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-17T04:44:21.065Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655441060413,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:44:21.066Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-17T04:44:21.066Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-17T04:44:21.067Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1",
"consumerID": "cds",
"timestamp": 1655441039851,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-17T04:44:21.070Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-17T04:44:21.070Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-17T04:44:21.070Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655441041974,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:44:21.071Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-17T04:44:21.071Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-17T04:44:21.071Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1",
"consumerID": "cds",
"timestamp": 1655441042762,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-17T04:44:21.071Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-17T04:44:21.071Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-17T04:44:21.072Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1",
"consumerID": "policy-id",
"timestamp": 1655441042716,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:44:21.072Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-17T04:44:21.072Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-17T04:44:21.072Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655441041974,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-17T04:44:21.072Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-17T04:44:21.073Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-17T04:44:21.073Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1",
"consumerID": "cds",
"timestamp": 1655441043774,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-17T04:44:21.147Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ecfd3334-d85b-4098-bbec-b2e5dce9d5d1
2022-06-17T04:44:21.148Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ecfd3334-d85b-4098-bbec-b2e5dce9d5d1 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-17T04:44:21.165Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-17T04:44:21.167Z||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-17T04:44:21.167Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:44:21.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-17T04:44:21.168Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1",
"consumerID": "policy-id",
"timestamp": 1655441042716,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-17T04:44:21.168Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-17T04:44:21.169Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-17T04:44:21.169Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655441043107,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:44:21.169Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-17T04:44:21.169Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-17T04:44:21.169Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1",
"consumerID": "policy-id",
"timestamp": 1655441045569,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-17T04:44:21.170Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-17T04:44:21.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-17T04:44:21.170Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1",
"consumerID": "ves-openapi-manager",
"timestamp": 1655441044571,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:44:21.170Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-17T04:44:21.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-17T04:44:21.170Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655441043107,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-17T04:44:21.171Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-17T04:44:21.171Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-17T04:44:21.171Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1",
"consumerID": "policy-id",
"timestamp": 1655441046580,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-17T04:44:21.171Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-17T04:44:21.171Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-17T04:44:21.171Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1",
"consumerID": "ves-openapi-manager",
"timestamp": 1655441044571,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:44:21.171Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-17T04:44:21.171Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-17T04:44:21.171Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655441046013,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-17T04:44:21.172Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-17T04:44:21.172Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-17T04:44:21.172Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1",
"consumerID": "policy-id",
"timestamp": 1655441047585,
"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-17T04:44:21.180Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ecfd3334-d85b-4098-bbec-b2e5dce9d5d1
2022-06-17T04:44:21.180Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ecfd3334-d85b-4098-bbec-b2e5dce9d5d1 and ComponentName POLICY
2022-06-17T04:44:21.181Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:44:21.181Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
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-17T04:44:21.201Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-17T04:44:21.201Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655441047786,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-17T04:44:21.202Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-17T04:44:21.202Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-17T04:44:21.202Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1",
"consumerID": "aai-ml",
"timestamp": 1655441047669,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:44:21.202Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-17T04:44:21.203Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-17T04:44:21.203Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655441048795,
"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-17T04:44:21.217Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ecfd3334-d85b-4098-bbec-b2e5dce9d5d1
2022-06-17T04:44:21.220Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ecfd3334-d85b-4098-bbec-b2e5dce9d5d1 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-17T04:44:21.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-17T04:44:21.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1",
"consumerID": "aai-ml",
"timestamp": 1655441047669,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-17T04:44:21.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-17T04:44:21.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-17T04:44:21.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1",
"consumerID": "aai-ml",
"timestamp": 1655441050431,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-17T04:44:21.242Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-17T04:44:21.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-17T04:44:21.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1",
"consumerID": "aai-ml",
"timestamp": 1655441054425,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-17T04:44:21.243Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-17T04:44:21.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-17T04:44:21.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1",
"consumerID": "aai-ml",
"timestamp": 1655441055428,
"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-17T04:44:21.249Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ecfd3334-d85b-4098-bbec-b2e5dce9d5d1
2022-06-17T04:44:21.250Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ecfd3334-d85b-4098-bbec-b2e5dce9d5d1 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-17T04:44:21.259Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-17T04:44:21.260Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1",
"consumerID": "clamp",
"timestamp": 1655441055801,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:44:21.260Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-17T04:44:21.260Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-17T04:44:21.260Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1",
"consumerID": "clamp",
"timestamp": 1655441055801,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-17T04:44:21.261Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-17T04:44:22.066Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-17T04:44:22.068Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-17T04:44:22.071Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-17T04:44:22.072Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655441060413,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-17T04:44:22.172Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-17T04:44:22.174Z||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-17T04:44:22.174Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:44:22.188Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:44:22.189Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-17T04:44:23.074Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "8403916b-4e88-4998-a3d4-84d92ffdc135",
"serviceDescription": "service",
"serviceInvariantUUID": "55a7b23b-dbda-4ffa-acd1-b3964db59e5e",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "bf500870-18f8-41be-b6ec-c8fb0ad905e0",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "b4da4c2f-d5d4-4fd9-937f-56fbd0aa672c",
"resourceInvariantUUID": "7660dffd-5a66-4004-95d9-bfba6cd2cb01",
"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": "ZjFhM2VjNzVkN2E3ZTEyNDQyMjM1ZmRmZGEzZjkwZDI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1b45c63e-2756-42a1-9fb2-a795d0ff4760"
}
],
"workloadContext": "Production"
}
2022-06-17T04:44:23.075Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-17T04:44:23.075Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8403916b-4e88-4998-a3d4-84d92ffdc135 ASDC
2022-06-17T04:44:23.076Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:ecfd3334-d85b-4098-bbec-b2e5dce9d5d1
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:8403916b-4e88-4998-a3d4-84d92ffdc135
ServiceInvariantUUID:55a7b23b-dbda-4ffa-acd1-b3964db59e5e
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:1b45c63e-2756-42a1-9fb2-a795d0ff4760
ArtifactChecksum:ZjFhM2VjNzVkN2E3ZTEyNDQyMjM1ZmRmZGEzZjkwZDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:bf500870-18f8-41be-b6ec-c8fb0ad905e0
ResourceInvariantUUID:7660dffd-5a66-4004-95d9-bfba6cd2cb01
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:b4da4c2f-d5d4-4fd9-937f-56fbd0aa672c
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-06-17T04:44:23.083Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8403916b-4e88-4998-a3d4-84d92ffdc135 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-17T04:44:23.146Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-17T04:44:23.147Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-17T04:44:23.147Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-17T04:44:23.147Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1b45c63e-2756-42a1-9fb2-a795d0ff4760 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-17T04:44:23.147Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-17T04:44:23.148Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-17T04:44:23.266Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-17T04:44:23.270Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 1b45c63e-2756-42a1-9fb2-a795d0ff4760 52512
2022-06-17T04:44:23.270Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||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-17T04:44:23.270Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||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-17T04:44:23.271Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-17T04:44:23.271Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-17T04:44:23.275Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-17T04:44:23.275Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655441063270,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-17T04:44:23.376Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-17T04:44:23.377Z||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-17T04:44:23.378Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:44:23.409Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:44:23.409Z||pool-37-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-06-17T04:44:24.276Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-17T04:44:24.277Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-17T04:44:24.278Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 1b45c63e-2756-42a1-9fb2-a795d0ff4760, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-17T04:44:24.278Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-06-17T04:44:24.279Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-17T04:44:24.279Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-17T04:44:24.486Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8385559643400817382/Definitions/service-BasicNetwork-template.yml
2022-06-17T04:44:25.427Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-17T04:44:25.428Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-17T04:44:25.428Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-17T04:44:25.428Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-06-17T04:44:25.429Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||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-17T04:44:25.429Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||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-17T04:44:25.429Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||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-17T04:44:25.429Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||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-17T04:44:25.429Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||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-17T04:44:25.429Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||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-17T04:44:25.430Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||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-17T04:44:25.430Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||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-17T04:44:25.432Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-17T04:44:25.432Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:44:25.432Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-17T04:44:25.433Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-17T04:44:25.433Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-17T04:44:25.433Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-17T04:44:25.433Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:44:25.434Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-17T04:44:25.434Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-17T04:44:25.434Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-17T04:44:25.434Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-17T04:44:25.434Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:44:25.434Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-17T04:44:25.435Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:44:25.435Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-17T04:44:25.435Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:44:25.435Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-17T04:44:25.436Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:44:25.436Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-17T04:44:25.436Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:44:25.436Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-17T04:44:25.437Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:8403916b-4e88-4998-a3d4-84d92ffdc135
Model Version:NULL
Model InvariantUuid:55a7b23b-dbda-4ffa-acd1-b3964db59e5e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:7660dffd-5a66-4004-95d9-bfba6cd2cb01
Model UUID:0808ffc3-0b16-47c5-b51d-469f8534fc15
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:bf500870-18f8-41be-b6ec-c8fb0ad905e0
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-17T04:44:25.449Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: b4da4c2f-d5d4-4fd9-937f-56fbd0aa672c
2022-06-17T04:44:25.449Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||No resources found for Service: 8403916b-4e88-4998-a3d4-84d92ffdc135
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-17T04:44:25.460Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||
2022-06-17T04:44:25.460Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-06-17T04:44:25.462Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 8403916b-4e88-4998-a3d4-84d92ffdc135
2022-06-17T04:44:25.462Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 8403916b-4e88-4998-a3d4-84d92ffdc135
2022-06-17T04:44:25.462Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-06-17T04:44:25.462Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||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-17T04:44:25.468Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7cbb1a4, org.onap.sdc.toscaparser.api.parameters.Input@de7c41b, org.onap.sdc.toscaparser.api.parameters.Input@7467bb6a, org.onap.sdc.toscaparser.api.parameters.Input@7488203, org.onap.sdc.toscaparser.api.parameters.Input@5d5455df]
2022-06-17T04:44:25.469Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:44:25.470Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-17T04:44:25.470Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:44:25.470Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-17T04:44:25.470Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 8403916b-4e88-4998-a3d4-84d92ffdc135: Generic NeutronNet
2022-06-17T04:44:25.471Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:44:25.471Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-17T04:44:25.471Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:44:25.471Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||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-17T04:44:25.523Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:44:25.524Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-17T04:44:25.526Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:44:25.526Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-17T04:44:25.527Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:44:25.527Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-17T04:44:25.528Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||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-17T04:44:25.601Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-06-17T04:44:25.602Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||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-17T04:44:25.602Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||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-17T04:44:25.602Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-17T04:44:25.602Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-17T04:44:25.605Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-17T04:44:25.605Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655441065602,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-17T04:44:25.705Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-17T04:44:25.706Z||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-17T04:44:25.707Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:44:25.725Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:44:25.726Z||pool-38-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-17T04:44:26.606Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ecfd3334-d85b-4098-bbec-b2e5dce9d5d1
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-17T04:44:26.626Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ecfd3334-d85b-4098-bbec-b2e5dce9d5d1
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-17T04:44:26.635Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-17T04:44:26.637Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-17T04:44:26.638Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-17T04:44:26.638Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-17T04:44:26.639Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-17T04:44:26.639Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-17T04:44:26.639Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-17T04:44:26.639Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-17T04:44:26.640Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-17T04:44:26.640Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||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-17T04:44:26.647Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-17T04:44:56.648Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ecfd3334-d85b-4098-bbec-b2e5dce9d5d1 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-17T04:44:56.655Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ecfd3334-d85b-4098-bbec-b2e5dce9d5d1 and serviceModelVersionId: 8403916b-4e88-4998-a3d4-84d92ffdc135
2022-06-17T04:44:56.656Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 55a7b23b-dbda-4ffa-acd1-b3964db59e5e
2022-06-17T04:44:56.657Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/55a7b23b-dbda-4ffa-acd1-b3964db59e5e/model-vers/model-ver/8403916b-4e88-4998-a3d4-84d92ffdc135?depth=0
2022-06-17T04:44:56.663Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-06-17T04:44:56.749Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55a7b23b-dbda-4ffa-acd1-b3964db59e5e/model-vers/model-ver/8403916b-4e88-4998-a3d4-84d92ffdc135?depth=0|INFO|500||Invoke
2022-06-17T04:44:56.750Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55a7b23b-dbda-4ffa-acd1-b3964db59e5e/model-vers/model-ver/8403916b-4e88-4998-a3d4-84d92ffdc135?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55a7b23b-dbda-4ffa-acd1-b3964db59e5e/model-vers/model-ver/8403916b-4e88-4998-a3d4-84d92ffdc135?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ecfd3334-d85b-4098-bbec-b2e5dce9d5d1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[411d6a1e-e625-43b3-a53d-22d68653e30f], X-ECOMP-RequestID=[ecfd3334-d85b-4098-bbec-b2e5dce9d5d1], X-TransactionId=[], X-ONAP-RequestID=[ecfd3334-d85b-4098-bbec-b2e5dce9d5d1], Content-Type=[application/merge-patch+json]}
2022-06-17T04:44:56.784Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55a7b23b-dbda-4ffa-acd1-b3964db59e5e/model-vers/model-ver/8403916b-4e88-4998-a3d4-84d92ffdc135?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-17T04:44:56.892Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55a7b23b-dbda-4ffa-acd1-b3964db59e5e/model-vers/model-ver/8403916b-4e88-4998-a3d4-84d92ffdc135?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/55a7b23b-dbda-4ffa-acd1-b3964db59e5e/model-vers/model-ver/8403916b-4e88-4998-a3d4-84d92ffdc135?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220617-04:44:56:055-56874], vertex-id=[229584], Content-Length=[0], Date=[Fri, 17 Jun 2022 04:44:56 GMT], Content-Type=[application/json]}
2022-06-17T04:44:56.893Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55a7b23b-dbda-4ffa-acd1-b3964db59e5e/model-vers/model-ver/8403916b-4e88-4998-a3d4-84d92ffdc135?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-17T04:44:56.894Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55a7b23b-dbda-4ffa-acd1-b3964db59e5e/model-vers/model-ver/8403916b-4e88-4998-a3d4-84d92ffdc135?depth=0|INFO|500||InvokeReturn
2022-06-17T04:44:56.894Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-17T04:44:56.894Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||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-17T04:44:56.902Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||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-17T04:44:56.902Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ecfd3334-d85b-4098-bbec-b2e5dce9d5d1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-17T04:44:56.903Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-17T04:44:56.903Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-17T04:44:56.906Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-17T04:44:56.906Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655441096903,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-17T04:44:57.006Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-17T04:44:57.007Z||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-17T04:44:57.008Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:44:57.024Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:44:57.025Z||pool-39-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: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-17T04:45:20.413Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:45:20.415Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-17T04:45:20.415Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:45:20.419Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-17T04:45:20.420Z||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-17T04:45:20.420Z||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 lI05JOmxQcHBGoy5) ...
2022-06-17T04:45:20.546Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:45:20.548Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-17T04:45:20.548Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ecfd3334-d85b-4098-bbec-b2e5dce9d5d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655441060413,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:45:20.550Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-17T04:45:21.047Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:45:21.048Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-17T04:45:21.049Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"7ea75c4b-7450-4420-90c0-08b78be025cb","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"699a3666-28a3-4bfd-a3ea-b9ff5918abd0","serviceDescription":"service","serviceInvariantUUID":"e4143355-a59c-4c62-b518-63233f04dcd5","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4a5f1fd1-29c3-4f20-abb0-7b37030b4c53","resourceInvariantUUID":"19d90ba4-6cc6-476b-91e3-72980ffebe9b","resourceCustomizationUUID":"c1ec577d-4ab4-4524-b9ee-5d21c3aeb786","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"MDBjNjcyMTkxMjgyM2U1ZDAxNjQzOWFmZTRmNTRkNDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4b9c7ca2-bb08-4ef6-94c7-d8eb84bbaf00","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"ZWI3MDI4OGE2ZDMyNmJiMTNlYjNkMDQyYjU0NWUwY2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"890da8cd-0be5-4c37-81b7-30d289c6a409","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b06fd91d-5dfb-409c-aba7-e58cbbcec95b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a6bce386-41a4-4486-a1ee-b3b71c32a25c","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f7fb66e5-c6e6-4176-9a3b-2a4098d9fa84","artifactVersion":"2","generatedFromUUID":"b06fd91d-5dfb-409c-aba7-e58cbbcec95b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MzJjMDEwMjgzMmY2MDhiOTE5MGNhZDVkMDI0OWEyNzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f457000b-a442-41dd-9061-193e91f6803b","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Y2FhOWE5YzY5YTUyY2FkY2YxMzM3MGUwYWE3YTA4NDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"970cdb16-9a83-4b46-8ba7-1e0d668771f3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-17T04:45:21.053Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-17T04:45:21.054Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-17T04:45:21.057Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-17T04:45:21.057Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655441120413,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:45:21.159Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-17T04:45:21.161Z||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-17T04:45:21.161Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:45:21.176Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:45:21.177Z||pool-40-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-17T04:45:22.058Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-17T04:45:22.059Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-17T04:45:22.061Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-17T04:45:22.063Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655441120413,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-06-17T04:45:22.162Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-17T04:45:22.163Z||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-17T04:45:22.163Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:45:22.186Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:45:22.187Z||pool-41-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-17T04:45:23.064Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-17T04:45:23.065Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-17T04:45:23.072Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-17T04:45:23.074Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655441120413,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-06-17T04:45:23.172Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-06-17T04:45:23.174Z||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-17T04:45:23.174Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:45:23.192Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:45:23.193Z||pool-42-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-17T04:45:24.076Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-17T04:45:24.078Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-17T04:45:24.080Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-17T04:45:24.080Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655441120413,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:45:24.185Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-06-17T04:45:24.186Z||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-17T04:45:24.187Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:45:24.225Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:45:24.226Z||pool-43-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-06-17T04:45:25.081Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-17T04:45:25.082Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-17T04:45:25.085Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-17T04:45:25.086Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655441120413,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-06-17T04:45:25.185Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-17T04:45:25.187Z||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-17T04:45:25.187Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:45:25.202Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:45:25.203Z||pool-44-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-17T04:45:26.086Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-17T04:45:26.087Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-17T04:45:26.090Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-17T04:45:26.090Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655441120413,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-17T04:45:26.190Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-17T04:45:26.191Z||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-17T04:45:26.191Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:45:26.207Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:45:26.208Z||pool-45-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-17T04:45:27.092Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-17T04:45:27.093Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-17T04:45:27.096Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-17T04:45:27.096Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655441120413,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-06-17T04:45:27.196Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-17T04:45:27.197Z||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-17T04:45:27.197Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:45:27.217Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:45:27.218Z||pool-46-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-17T04:45:28.098Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "699a3666-28a3-4bfd-a3ea-b9ff5918abd0",
"serviceDescription": "service",
"serviceInvariantUUID": "e4143355-a59c-4c62-b518-63233f04dcd5",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "c1ec577d-4ab4-4524-b9ee-5d21c3aeb786",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "4a5f1fd1-29c3-4f20-abb0-7b37030b4c53",
"resourceInvariantUUID": "19d90ba4-6cc6-476b-91e3-72980ffebe9b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "ZWI3MDI4OGE2ZDMyNmJiMTNlYjNkMDQyYjU0NWUwY2Q\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "890da8cd-0be5-4c37-81b7-30d289c6a409",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "b06fd91d-5dfb-409c-aba7-e58cbbcec95b",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f7fb66e5-c6e6-4176-9a3b-2a4098d9fa84",
"generatedFromUUID": "b06fd91d-5dfb-409c-aba7-e58cbbcec95b"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f7fb66e5-c6e6-4176-9a3b-2a4098d9fa84",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "Y2FhOWE5YzY5YTUyY2FkY2YxMzM3MGUwYWE3YTA4NDU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "970cdb16-9a83-4b46-8ba7-1e0d668771f3"
}
],
"workloadContext": "Production"
}
2022-06-17T04:45:28.099Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-17T04:45:28.099Z|ecfd3334-d85b-4098-bbec-b2e5dce9d5d1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 699a3666-28a3-4bfd-a3ea-b9ff5918abd0 ASDC
2022-06-17T04:45:28.116Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:7ea75c4b-7450-4420-90c0-08b78be025cb
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:699a3666-28a3-4bfd-a3ea-b9ff5918abd0
ServiceInvariantUUID:e4143355-a59c-4c62-b518-63233f04dcd5
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:970cdb16-9a83-4b46-8ba7-1e0d668771f3
ArtifactChecksum:Y2FhOWE5YzY5YTUyY2FkY2YxMzM3MGUwYWE3YTA4NDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:c1ec577d-4ab4-4524-b9ee-5d21c3aeb786
ResourceInvariantUUID:19d90ba4-6cc6-476b-91e3-72980ffebe9b
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:4a5f1fd1-29c3-4f20-abb0-7b37030b4c53
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:890da8cd-0be5-4c37-81b7-30d289c6a409
ArtifactChecksum:ZWI3MDI4OGE2ZDMyNmJiMTNlYjNkMDQyYjU0NWUwY2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:b06fd91d-5dfb-409c-aba7-e58cbbcec95b
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:f7fb66e5-c6e6-4176-9a3b-2a4098d9fa84
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:f7fb66e5-c6e6-4176-9a3b-2a4098d9fa84
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-17T04:45:28.117Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 699a3666-28a3-4bfd-a3ea-b9ff5918abd0 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-17T04:45:28.181Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-17T04:45:28.183Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-17T04:45:28.183Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-17T04:45:28.184Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 970cdb16-9a83-4b46-8ba7-1e0d668771f3 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-17T04:45:28.184Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-17T04:45:28.185Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-17T04:45:28.260Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-17T04:45:28.270Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 970cdb16-9a83-4b46-8ba7-1e0d668771f3 71062
2022-06-17T04:45:28.270Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-06-17T04:45:28.271Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-17T04:45:28.271Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-17T04:45:28.271Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-17T04:45:28.274Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-17T04:45:28.274Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7ea75c4b-7450-4420-90c0-08b78be025cb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655441128270,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-17T04:45:28.375Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-17T04:45:28.376Z||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-17T04:45:28.377Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lI05JOmxQcHBGoy5) ...
2022-06-17T04:45:28.392Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-17T04:45:28.399Z||pool-47-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-17T04:45:29.275Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-17T04:45:29.278Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-17T04:45:29.278Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 970cdb16-9a83-4b46-8ba7-1e0d668771f3, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-17T04:45:29.281Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-06-17T04:45:29.282Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-17T04:45:29.282Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-06-17T04:45:29.518Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5396238723715465610/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-06-17T04:45:31.388Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-17T04:45:31.389Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-17T04:45:31.389Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-17T04:45:31.389Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-17T04:45:31.389Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-17T04:45:31.389Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 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-BasicVm-csar.csar
2022-06-17T04:45:31.389Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||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-BasicVm-csar.csar
2022-06-17T04:45:31.389Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||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-BasicVm-csar.csar
2022-06-17T04:45:31.389Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||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-BasicVm-csar.csar
2022-06-17T04:45:31.390Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-17T04:45:31.390Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||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-BasicVm-csar.csar
2022-06-17T04:45:31.390Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-17T04:45:31.390Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||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-BasicVm-csar.csar
2022-06-17T04:45:31.390Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-17T04:45:31.390Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:45:31.390Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-17T04:45:31.391Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-17T04:45:31.391Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-17T04:45:31.391Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-17T04:45:31.391Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:45:31.391Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-17T04:45:31.392Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-17T04:45:31.392Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-17T04:45:31.392Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-17T04:45:31.392Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:45:31.392Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-17T04:45:31.393Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:45:31.393Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-17T04:45:31.393Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-17T04:45:31.393Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-17T04:45:31.393Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-17T04:45:31.394Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-17T04:45:31.394Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-17T04:45:31.394Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:45:31.394Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-17T04:45:31.394Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:45:31.395Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-17T04:45:31.395Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-17T04:45:31.395Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:45:31.395Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-17T04:45:31.395Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-17T04:45:31.396Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-17T04:45:31.396Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-17T04:45:31.396Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-17T04:45:31.396Z|7ea75c4b-7450-4420-90c0-08b78be025cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery