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-02-15T03:06:17.975Z||main|||||INFO|500||The following profiles are active: basic
2022-02-15T03:06:27.527Z||main|||||INFO|500||Starting service [Tomcat]
2022-02-15T03:06:27.527Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-02-15T03:06:27.600Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-02-15T03:06:29.648Z||main|||||INFO|500||catdb-pool - Starting...
2022-02-15T03:06:29.799Z||main|||||INFO|500||catdb-pool - Start completed.
2022-02-15T03:06:30.200Z||main|||||INFO|500||reqdb-pool - Starting...
2022-02-15T03:06:30.212Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-02-15T03:06:30.290Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-02-15T03:06:30.405Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-02-15T03:06:30.796Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-02-15T03:06:31.821Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-15T03:06:33.682Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-15T03:06:33.729Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-02-15T03:06:34.183Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-15T03:06:34.319Z||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-02-15T03:06:35.461Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-15T03:06:36.403Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-02-15T03:06:36.424Z||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$$a5c7c881.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-02-15T03:06:36.425Z||main|||||WARN|500||The sdc end point is not alive
2022-02-15T03:06:39.218Z||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-02-15T03:06:41.719Z||main|||||WARN|500||---
2022-02-15T03:06:41.719Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-02-15T03:06:41.719Z||main|||||WARN|500||---
2022-02-15T03:06:42.065Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-02-15T03:06:45.962Z||main|||||INFO|500||Started Application in 32.22 seconds (JVM running for 33.322)
2022-02-15T03:06:45.973Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-02-15T03:06:45.974Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-02-15T03:06:46.010Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-02-15T03:06:46.033Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-02-15T03:06:46.069Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9c2c10a0-6dfc-4cbb-a61f-af93dd9c15bd url= /sdc/v1/artifactTypes
2022-02-15T03:06:46.069Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-02-15T03:06:46.305Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-02-15T03:06:46.326Z||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-02-15T03:06:46.345Z||scheduling-1|||||DEBUG|500||create keys
2022-02-15T03:06:46.351Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-02-15T03:06:47.856Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:06:47.870Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 2800f2e7-702e-4f36-a818-c3c4dca737f1 url= /sdc/v1/registerForDistribution
2022-02-15T03:06:49.329Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 2800f2e7-702e-4f36-a818-c3c4dca737f1 url= /sdc/v1/registerForDistribution
2022-02-15T03:06:49.329Z||scheduling-1|||||INFO|500||start DistributionClient
2022-02-15T03:06:49.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:06:49.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:06:49.340Z||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-02-15T03:06:49.341Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:06:49.341Z||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-02-15T03:06:49.341Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:06:49.342Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-02-15T03:07:03.157Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:07:03.571Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:07:49.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:07:49.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:07:49.337Z||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-02-15T03:07:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:07:49.337Z||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-02-15T03:07:49.338Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:07:58.889Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:07:58.889Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:08:49.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:08:49.336Z||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-02-15T03:08:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:08:49.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:08:49.338Z||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-02-15T03:08:49.338Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:08:58.884Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:08:58.885Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:09:49.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:09:49.337Z||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-02-15T03:09:49.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:09:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:09:49.337Z||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-02-15T03:09:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:09:58.888Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:09:58.888Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:10:49.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:10:49.336Z||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-02-15T03:10:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:10:49.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:10:49.338Z||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-02-15T03:10:49.338Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:10:58.885Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:10:58.888Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:11:49.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:11:49.336Z||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-02-15T03:11:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:11:49.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:11:49.337Z||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-02-15T03:11:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:11:58.882Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:11:58.884Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:12:49.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:12:49.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:12:49.337Z||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-02-15T03:12:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:12:49.337Z||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-02-15T03:12:49.338Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:12:58.881Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:12:58.890Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:13:49.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:13:49.336Z||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-02-15T03:13:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:13:49.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:13:49.337Z||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-02-15T03:13:49.338Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:13:58.884Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:13:58.884Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:14:49.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:14:49.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:14:49.337Z||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-02-15T03:14:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:14:49.337Z||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-02-15T03:14:49.338Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:14:58.884Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:14:58.884Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:15:49.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:15:49.336Z||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-02-15T03:15:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:15:49.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:15:49.337Z||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-02-15T03:15:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:15:58.884Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:15:58.885Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:16:49.335Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:16:49.336Z||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-02-15T03:16:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:16:49.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:16:49.337Z||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-02-15T03:16:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:16:58.884Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:16:58.884Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:16:59.618Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-02-15T03:17:49.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:17:49.336Z||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-02-15T03:17:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:17:49.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:17:49.338Z||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-02-15T03:17:49.338Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:17:58.884Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:17:58.884Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:18:49.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:18:49.336Z||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-02-15T03:18:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:18:49.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:18:49.337Z||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-02-15T03:18:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:18:58.884Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:18:58.884Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:19:49.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:19:49.336Z||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-02-15T03:19:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:19:49.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:19:49.337Z||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-02-15T03:19:49.338Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:19:58.882Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:19:58.882Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:20:49.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:20:49.336Z||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-02-15T03:20:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:20:49.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:20:49.337Z||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-02-15T03:20:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:20:58.881Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:20:58.883Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:21:49.335Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:21:49.336Z||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-02-15T03:21:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:21:49.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:21:49.337Z||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-02-15T03:21:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:21:58.883Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:21:58.883Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:22:49.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:22:49.336Z||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-02-15T03:22:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:22:49.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:22:49.338Z||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-02-15T03:22:49.338Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:22:58.883Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:22:58.884Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:23:49.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:23:49.336Z||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-02-15T03:23:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:23:49.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:23:49.337Z||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-02-15T03:23:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:23:58.880Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:23:58.881Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:24:49.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:24:49.336Z||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-02-15T03:24:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:24:49.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:24:49.337Z||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-02-15T03:24:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:24:58.881Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:24:58.888Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:25:49.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:25:49.336Z||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-02-15T03:25:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:25:49.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:25:49.337Z||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-02-15T03:25:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:25:58.881Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:25:58.887Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:26:49.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:26:49.336Z||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-02-15T03:26:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:26:49.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:26:49.337Z||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-02-15T03:26:49.338Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:26:58.880Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:26:58.884Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:27:49.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:27:49.336Z||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-02-15T03:27:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:27:49.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:27:49.337Z||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-02-15T03:27:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:27:58.892Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:27:58.899Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:28:49.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:28:49.336Z||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-02-15T03:28:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:28:49.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:28:49.338Z||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-02-15T03:28:49.338Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:28:58.879Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:28:58.880Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:29:49.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:29:49.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:29:49.337Z||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-02-15T03:29:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:29:49.337Z||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-02-15T03:29:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:29:58.879Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:29:58.890Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:30:49.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:30:49.337Z||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-02-15T03:30:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:30:49.338Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:30:49.339Z||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-02-15T03:30:49.339Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:30:58.883Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:30:58.885Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:31:49.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:31:49.336Z||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-02-15T03:31:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:31:49.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:31:49.337Z||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-02-15T03:31:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:31:58.879Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:31:58.879Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:32:49.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:32:49.336Z||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-02-15T03:32:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:32:49.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:32:49.337Z||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-02-15T03:32:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:32:58.886Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:32:58.886Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:33:49.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:33:49.336Z||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-02-15T03:33:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:33:49.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:33:49.337Z||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-02-15T03:33:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:33:58.884Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:33:58.884Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:34:49.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:34:49.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:34:49.339Z||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-02-15T03:34:49.339Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:34:49.339Z||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-02-15T03:34:49.339Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:34:58.888Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:34:58.888Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:35:49.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:35:49.336Z||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-02-15T03:35:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:35:49.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:35:49.337Z||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-02-15T03:35:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:35:58.882Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:35:58.883Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:36:49.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:36:49.336Z||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-02-15T03:36:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:36:49.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:36:49.337Z||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-02-15T03:36:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:36:58.881Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:36:58.882Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:37:49.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:37:49.336Z||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-02-15T03:37:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:37:49.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:37:49.337Z||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-02-15T03:37:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:37:58.879Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:37:58.881Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:38:49.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:38:49.336Z||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-02-15T03:38:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:38:49.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:38:49.337Z||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-02-15T03:38:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:38:58.880Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:38:58.883Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:39:49.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:39:49.336Z||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-02-15T03:39:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:39:49.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:39:49.338Z||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-02-15T03:39:49.338Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:39:58.878Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:39:58.878Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:40:49.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:40:49.336Z||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-02-15T03:40:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:40:49.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:40:49.338Z||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-02-15T03:40:49.338Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:40:58.881Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:40:58.881Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:41:49.335Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:41:49.336Z||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-02-15T03:41:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:41:49.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:41:49.337Z||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-02-15T03:41:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:41:58.876Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:41:58.879Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:42:49.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:42:49.336Z||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-02-15T03:42:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:42:49.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:42:49.338Z||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-02-15T03:42:49.338Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:42:58.881Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:42:58.883Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:43:49.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:43:49.336Z||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-02-15T03:43:49.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:43:49.337Z||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-02-15T03:43:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:43:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:43:58.883Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:43:58.884Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:44:49.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:44:49.336Z||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-02-15T03:44:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:44:49.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:44:49.337Z||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-02-15T03:44:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:44:58.876Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:44:58.883Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:45:49.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:45:49.336Z||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-02-15T03:45:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:45:49.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:45:49.337Z||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-02-15T03:45:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:45:58.876Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:45:58.876Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:46:49.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:46:49.336Z||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-02-15T03:46:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:46:49.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:46:49.337Z||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-02-15T03:46:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:46:58.884Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:46:58.884Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:47:49.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:47:49.336Z||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-02-15T03:47:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:47:49.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:47:49.337Z||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-02-15T03:47:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:47:58.880Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:47:58.884Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:48:49.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:48:49.336Z||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-02-15T03:48:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:48:49.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:48:49.337Z||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-02-15T03:48:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:48:58.878Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:48:58.879Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:49:49.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:49:49.336Z||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-02-15T03:49:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:49:49.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:49:49.337Z||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-02-15T03:49:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:49:58.877Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:49:58.880Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:50:49.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:50:49.336Z||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-02-15T03:50:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:50:49.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:50:49.338Z||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-02-15T03:50:49.338Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:50:58.885Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:50:58.887Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:51:49.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:51:49.336Z||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-02-15T03:51:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:51:49.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:51:49.338Z||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-02-15T03:51:49.338Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:51:58.879Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:51:58.884Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:52:49.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:52:49.336Z||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-02-15T03:52:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:52:49.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:52:49.337Z||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-02-15T03:52:49.338Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:52:58.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:52:58.878Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:53:49.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:53:49.336Z||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-02-15T03:53:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:53:49.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:53:49.337Z||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-02-15T03:53:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:53:58.883Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:53:58.883Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:54:49.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:54:49.336Z||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-02-15T03:54:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:54:49.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:54:49.337Z||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-02-15T03:54:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:54:58.879Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:54:58.883Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:55:49.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:55:49.336Z||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-02-15T03:55:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:55:49.337Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:55:49.337Z||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-02-15T03:55:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:55:58.880Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:55:58.881Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:56:49.335Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:56:49.336Z||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-02-15T03:56:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:56:49.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:56:49.337Z||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-02-15T03:56:49.338Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:56:49.801Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:56:49.805Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.805Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "ves-openapi-manager",
"timestamp": 1644897389853,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-15T03:56:49.821Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-15T03:56:49.821Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.822Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "policy-id",
"timestamp": 1644897389551,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-15T03:56:49.822Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-15T03:56:49.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.822Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "ves-openapi-manager",
"timestamp": 1644897389853,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vfw1b7d3cd7233f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-15T03:56:49.822Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-15T03:56:49.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.822Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "policy-id",
"timestamp": 1644897389551,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vfw1b7d3cd7233f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-15T03:56:49.822Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-15T03:56:49.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.822Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "ves-openapi-manager",
"timestamp": 1644897389853,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-15T03:56:49.822Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-15T03:56:49.823Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.823Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "policy-id",
"timestamp": 1644897389551,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-15T03:56:49.823Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-15T03:56:49.823Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.823Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "dcae-sch",
"timestamp": 1644897394919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-15T03:56:49.823Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-15T03:56:49.823Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.823Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "cds",
"timestamp": 1644897395418,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-15T03:56:49.823Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-15T03:56:49.823Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.823Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "ves-openapi-manager",
"timestamp": 1644897389853,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-15T03:56:49.823Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-15T03:56:49.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.824Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "policy-id",
"timestamp": 1644897389551,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-15T03:56:49.824Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-15T03:56:49.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.824Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "dcae-sch",
"timestamp": 1644897394919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vfw1b7d3cd7233f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-15T03:56:49.824Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-15T03:56:49.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.824Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "cds",
"timestamp": 1644897395418,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vfw1b7d3cd7233f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-15T03:56:49.824Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-15T03:56:49.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.824Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "ves-openapi-manager",
"timestamp": 1644897389853,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-15T03:56:49.824Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-15T03:56:49.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.825Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "policy-id",
"timestamp": 1644897389551,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-15T03:56:49.825Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-15T03:56:49.825Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.825Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "dcae-sch",
"timestamp": 1644897394919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-15T03:56:49.825Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-15T03:56:49.825Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.825Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "cds",
"timestamp": 1644897395418,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-15T03:56:49.826Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-15T03:56:49.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "ves-openapi-manager",
"timestamp": 1644897389853,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-15T03:56:49.826Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-15T03:56:49.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "policy-id",
"timestamp": 1644897389551,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-15T03:56:49.826Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-15T03:56:49.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.827Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "dcae-sch",
"timestamp": 1644897394919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-15T03:56:49.827Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-15T03:56:49.827Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.827Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "cds",
"timestamp": 1644897395418,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-15T03:56:49.827Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-15T03:56:49.827Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.827Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644897398611,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-15T03:56:49.827Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-15T03:56:49.827Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.827Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "ves-openapi-manager",
"timestamp": 1644897389853,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-15T03:56:49.828Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-15T03:56:49.828Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.828Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "policy-id",
"timestamp": 1644897389551,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar",
"status": "NOTIFIED"
}
2022-02-15T03:56:49.828Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-15T03:56:49.828Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.828Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "dcae-sch",
"timestamp": 1644897394919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-15T03:56:49.828Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-15T03:56:49.828Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.828Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "cds",
"timestamp": 1644897395418,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-15T03:56:49.828Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-15T03:56:49.828Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.828Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644897398611,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vfw1b7d3cd7233f0_modules.json",
"status": "NOTIFIED"
}
2022-02-15T03:56:49.829Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-15T03:56:49.829Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.829Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "policy-id",
"timestamp": 1644897400532,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-15T03:56:49.829Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T03:56:49.829Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.829Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "dcae-sch",
"timestamp": 1644897394919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-15T03:56:49.829Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-15T03:56:49.829Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.829Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "cds",
"timestamp": 1644897395418,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-15T03:56:49.829Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-15T03:56:49.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.830Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644897398611,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-15T03:56:49.830Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-15T03:56:49.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.830Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "policy-id",
"timestamp": 1644897401538,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-15T03:56:49.830Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T03:56:49.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.830Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "dcae-sch",
"timestamp": 1644897394919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-15T03:56:49.830Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-15T03:56:49.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.830Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "cds",
"timestamp": 1644897395418,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar",
"status": "NOTIFIED"
}
2022-02-15T03:56:49.830Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-15T03:56:49.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.830Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644897398611,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-15T03:56:49.831Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-15T03:56:49.831Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.831Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "policy-id",
"timestamp": 1644897402541,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-15T03:56:49.966Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:56:49.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-15T03:56:49.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"cffc410d-3d91-4825-8b5f-212f4437ca1f","serviceName":"vFW 2022-02-15 03-54-34","serviceVersion":"1.0","serviceUUID":"4ca1468a-4c7f-496a-a48b-5aad21c0f0ea","serviceDescription":"catalog service description","serviceInvariantUUID":"72b1fa28-8941-4c0a-8a35-11a448459df5","resources":[{"resourceInstanceName":"vFW 1b7d3cd7-233f 0","resourceName":"vFW 1b7d3cd7-233f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cc23a41c-b19c-4ea3-9d50-7b2edfb21ace","resourceInvariantUUID":"c16bf6d8-c293-4f4e-b201-0f6ff84f4ea8","resourceCustomizationUUID":"85f26649-8f7b-4aa7-ae45-f3d3712577a0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vf-license-model.xml","artifactChecksum":"OGMyYjFiMjczYzVkZTU1ZGEzNDA3NmI0YzcyZWQ1Njk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"88008d7e-061c-489e-b31b-8851ca9881e5","artifactVersion":"1"},{"artifactName":"vfw1b7d3cd7233f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vfw1b7d3cd7233f0_modules.json","artifactChecksum":"NzFkNmY4M2I2ODM0ZDg5ODBhMGUwYTQ0OTBiNDNkYjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0a567b4a-3994-436e-81c3-a3db3c915df0","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e31c1226-16aa-47c3-8462-3b85b06bf808","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vendor-license-model.xml","artifactChecksum":"NjY4NDNjNzdmZjhlMDBmMjdlODA3OTM3ZTg0OGNhYWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4c7d642c-edc8-400d-9bf6-79ebaace24a1","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7b191bea-1a56-402d-abbb-b67dbe304e45","artifactVersion":"2","generatedFromUUID":"e31c1226-16aa-47c3-8462-3b85b06bf808"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220215035434-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-template.yml","artifactChecksum":"M2VjYmFkZDg5MWE3ZTFmNjRjNzEzYjM4MDg5YjY5NTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d5168956-40e2-42c0-81d1-5f8fa3dd736a","artifactVersion":"1"},{"artifactName":"service-Vfw20220215035434-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar","artifactChecksum":"ZjgxMjljNDMxNjVjYWY1NWYxMWFjNzFmOWFkN2U2NzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a848a241-b55e-445b-8c0c-f84ff34fa8d8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-15T03:56:49.975Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T03:56:49.980Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-15T03:56:49.989Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T03:56:49.989Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644897409335,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-15T03:56:49.996Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cffc410d-3d91-4825-8b5f-212f4437ca1f
2022-02-15T03:56:50.015Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId cffc410d-3d91-4825-8b5f-212f4437ca1f 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-02-15T03:56:50.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:50.039Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "aai-ml",
"timestamp": 1644897402021,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-15T03:56:50.039Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-15T03:56:50.039Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:50.039Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644897398611,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-15T03:56:50.039Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-15T03:56:50.040Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:50.040Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "cds",
"timestamp": 1644897403542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-15T03:56:50.040Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T03:56:50.040Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:50.040Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "aai-ml",
"timestamp": 1644897402021,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vfw1b7d3cd7233f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-15T03:56:50.040Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-15T03:56:50.040Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:50.041Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644897398611,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-15T03:56:50.041Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-15T03:56:50.041Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:50.041Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "cds",
"timestamp": 1644897404553,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-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-02-15T03:56:50.055Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cffc410d-3d91-4825-8b5f-212f4437ca1f
2022-02-15T03:56:50.056Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId cffc410d-3d91-4825-8b5f-212f4437ca1f 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-02-15T03:56:50.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:50.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "aai-ml",
"timestamp": 1644897402021,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-15T03:56:50.065Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-15T03:56:50.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:50.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644897398611,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar",
"status": "NOTIFIED"
}
2022-02-15T03:56:50.065Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-15T03:56:50.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:50.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "aai-ml",
"timestamp": 1644897402021,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-15T03:56:50.066Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-15T03:56:50.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:50.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "clamp",
"timestamp": 1644897405433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-15T03:56:50.066Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-15T03:56:50.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:50.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644897406354,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vfw1b7d3cd7233f0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-15T03:56:50.067Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T03:56:50.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:50.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "aai-ml",
"timestamp": 1644897402021,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-15T03:56:50.067Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-15T03:56:50.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:50.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "clamp",
"timestamp": 1644897405433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vfw1b7d3cd7233f0_modules.json",
"status": "NOTIFIED"
}
2022-02-15T03:56:50.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-15T03:56:50.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:50.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644897407513,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-15T03:56:50.068Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T03:56:50.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:50.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "aai-ml",
"timestamp": 1644897402021,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-15T03:56:50.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-15T03:56:50.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:50.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "clamp",
"timestamp": 1644897405433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-15T03:56:50.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-15T03:56:50.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:50.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644897408621,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-15T03:56:50.070Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T03:56:50.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:50.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "aai-ml",
"timestamp": 1644897402021,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar",
"status": "NOTIFIED"
}
2022-02-15T03:56:50.070Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-15T03:56:50.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:56:50.071Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "clamp",
"timestamp": 1644897405433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-15T03:56:50.071Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-15T03:56:50.089Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-02-15T03:56:50.092Z||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-02-15T03:56:50.092Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:56:50.105Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:56:50.106Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-15T03:56:50.994Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T03:56:50.994Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-15T03:56:50.995Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T03:56:50.996Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644897409335,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vfw1b7d3cd7233f0_modules.json",
"status": "NOTIFIED"
}
2022-02-15T03:56:51.096Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T03:56:51.097Z||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-02-15T03:56:51.097Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:56:51.109Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:56:51.110Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-15T03:56:51.996Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T03:56:51.997Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-15T03:56:51.999Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T03:56:51.999Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644897409335,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-15T03:56:52.099Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T03:56:52.099Z||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-02-15T03:56:52.100Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:56:52.112Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:56:52.113Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-15T03:56:52.999Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T03:56:53.000Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-15T03:56:53.002Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T03:56:53.002Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644897409335,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-15T03:56:53.102Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T03:56:53.103Z||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-02-15T03:56:53.103Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:56:53.115Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:56:53.115Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-02-15T03:56:54.002Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T03:56:54.003Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-15T03:56:54.005Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T03:56:54.005Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644897409335,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-15T03:56:54.105Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T03:56:54.106Z||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-02-15T03:56:54.106Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:56:54.120Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:56:54.120Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-02-15T03:56:55.006Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T03:56:55.007Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-15T03:56:55.009Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T03:56:55.009Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644897409335,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-15T03:56:55.109Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T03:56:55.110Z||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-02-15T03:56:55.110Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:56:55.123Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:56:55.124Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-15T03:56:56.009Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T03:56:56.010Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-15T03:56:56.012Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T03:56:56.013Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644897409335,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar",
"status": "NOTIFIED"
}
2022-02-15T03:56:56.113Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T03:56:56.113Z||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-02-15T03:56:56.114Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:56:56.127Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:56:56.128Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-15T03:56:57.014Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"serviceName": "vFW 2022-02-15 03-54-34",
"serviceVersion": "1.0",
"serviceUUID": "4ca1468a-4c7f-496a-a48b-5aad21c0f0ea",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "72b1fa28-8941-4c0a-8a35-11a448459df5",
"resources": [
{
"resourceInstanceName": "vFW 1b7d3cd7-233f 0",
"resourceCustomizationUUID": "85f26649-8f7b-4aa7-ae45-f3d3712577a0",
"resourceName": "vFW 1b7d3cd7-233f",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "cc23a41c-b19c-4ea3-9d50-7b2edfb21ace",
"resourceInvariantUUID": "c16bf6d8-c293-4f4e-b201-0f6ff84f4ea8",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw1b7d3cd7233f0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vfw1b7d3cd7233f0_modules.json",
"artifactChecksum": "NzFkNmY4M2I2ODM0ZDg5ODBhMGUwYTQ0OTBiNDNkYjk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0a567b4a-3994-436e-81c3-a3db3c915df0",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "e31c1226-16aa-47c3-8462-3b85b06bf808",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7b191bea-1a56-402d-abbb-b67dbe304e45",
"generatedFromUUID": "e31c1226-16aa-47c3-8462-3b85b06bf808"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7b191bea-1a56-402d-abbb-b67dbe304e45",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220215035434-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar",
"artifactChecksum": "ZjgxMjljNDMxNjVjYWY1NWYxMWFjNzFmOWFkN2U2NzM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a848a241-b55e-445b-8c0c-f84ff34fa8d8"
}
],
"workloadContext": "Production"
}
2022-02-15T03:56:57.015Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-15T03:56:57.015Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4ca1468a-4c7f-496a-a48b-5aad21c0f0ea ASDC
2022-02-15T03:56:57.122Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:cffc410d-3d91-4825-8b5f-212f4437ca1f
ServiceName:vFW 2022-02-15 03-54-34
ServiceVersion:1.0
ServiceUUID:4ca1468a-4c7f-496a-a48b-5aad21c0f0ea
ServiceInvariantUUID:72b1fa28-8941-4c0a-8a35-11a448459df5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220215035434-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar
ArtifactUUID:a848a241-b55e-445b-8c0c-f84ff34fa8d8
ArtifactChecksum:ZjgxMjljNDMxNjVjYWY1NWYxMWFjNzFmOWFkN2U2NzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 1b7d3cd7-233f 0
ResourceCustomizationUUID:85f26649-8f7b-4aa7-ae45-f3d3712577a0
ResourceInvariantUUID:c16bf6d8-c293-4f4e-b201-0f6ff84f4ea8
ResourceName:vFW 1b7d3cd7-233f
ResourceType:VF
ResourceUUID:cc23a41c-b19c-4ea3-9d50-7b2edfb21ace
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw1b7d3cd7233f0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vfw1b7d3cd7233f0_modules.json
ArtifactUUID:0a567b4a-3994-436e-81c3-a3db3c915df0
ArtifactChecksum:NzFkNmY4M2I2ODM0ZDg5ODBhMGUwYTQ0OTBiNDNkYjk=
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/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.yaml
ArtifactUUID:e31c1226-16aa-47c3-8462-3b85b06bf808
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/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.env
ArtifactUUID:7b191bea-1a56-402d-abbb-b67dbe304e45
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/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.env
ArtifactUUID:7b191bea-1a56-402d-abbb-b67dbe304e45
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-02-15T03:56:57.123Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4ca1468a-4c7f-496a-a48b-5aad21c0f0ea 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-02-15T03:56:57.162Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-15T03:56:57.163Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-02-15T03:56:57.164Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-02-15T03:56:57.164Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a848a241-b55e-445b-8c0c-f84ff34fa8d8 from URL: /sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar
2022-02-15T03:56:57.164Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-15T03:56:57.165Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar
2022-02-15T03:56:57.229Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-15T03:56:57.245Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar a848a241-b55e-445b-8c0c-f84ff34fa8d8 98922
2022-02-15T03:56:57.246Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar ASDC sendASDCNotification
2022-02-15T03:56:57.246Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar
2022-02-15T03:56:57.247Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-15T03:56:57.247Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-15T03:56:57.249Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T03:56:57.249Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644897417245,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-15T03:56:57.349Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T03:56:57.350Z||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-02-15T03:56:57.350Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:56:57.399Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:56:57.399Z||pool-10-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":1,"count":1}
2022-02-15T03:56:58.249Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-15T03:56:58.251Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-02-15T03:56:58.251Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: a848a241-b55e-445b-8c0c-f84ff34fa8d8, URL: /sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar to file: /app/ASDC/1/service-Vfw20220215035434-csar.csar
2022-02-15T03:56:58.251Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220215035434-csar.csar
2022-02-15T03:56:58.310Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220215035434-csar.csar
2022-02-15T03:56:58.310Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220215035434-csar.csar
2022-02-15T03:56:58.892Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4913718596864904904/Definitions/service-Vfw20220215035434-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-02-15T03:57:01.367Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-15T03:57:01.371Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-02-15T03:57:01.371Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220215035434-csar.csar
2022-02-15T03:57:01.371Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-02-15T03:57:01.372Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||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-Vfw20220215035434-csar.csar
2022-02-15T03:57:01.372Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||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-Vfw20220215035434-csar.csar
2022-02-15T03:57:01.372Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 1b7d3cd7-233f 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-Vfw20220215035434-csar.csar
2022-02-15T03:57:01.372Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||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-Vfw20220215035434-csar.csar
2022-02-15T03:57:01.372Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220215035434-csar.csar
2022-02-15T03:57:01.372Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220215035434-csar.csar
2022-02-15T03:57:01.372Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||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-Vfw20220215035434-csar.csar
2022-02-15T03:57:01.372Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||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-Vfw20220215035434-csar.csar
2022-02-15T03:57:01.372Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||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-Vfw20220215035434-csar.csar
2022-02-15T03:57:01.372Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220215035434-csar.csar
2022-02-15T03:57:01.372Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||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-Vfw20220215035434-csar.csar
2022-02-15T03:57:01.372Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220215035434-csar.csar
2022-02-15T03:57:01.373Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||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-Vfw20220215035434-csar.csar
2022-02-15T03:57:01.373Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-02-15T03:57:01.378Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T03:57:01.379Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-15 03-54-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T03:57:01.382Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vFW 1b7d3cd7-233f 0 is matching search criteria
2022-02-15T03:57:01.382Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-02-15T03:57:01.384Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1b7d3cd7-233f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-15T03:57:01.385Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T03:57:01.385Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-15 03-54-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T03:57:01.385Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vFW 1b7d3cd7-233f 0 is matching search criteria
2022-02-15T03:57:01.385Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-02-15T03:57:01.386Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1b7d3cd7-233f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-15T03:57:01.386Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T03:57:01.386Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-15 03-54-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T03:57:01.389Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T03:57:01.389Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vFW 1b7d3cd7-233f 0 is not matching search criteria
2022-02-15T03:57:01.389Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-15T03:57:01.389Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-15T03:57:01.389Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-15T03:57:01.389Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-15T03:57:01.389Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-15T03:57:01.389Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-15T03:57:01.390Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-15T03:57:01.390Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-15T03:57:01.390Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-15T03:57:01.390Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-15T03:57:01.390Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-15T03:57:01.390Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-15T03:57:01.390Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-15T03:57:01.390Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-15T03:57:01.390Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-15T03:57:01.391Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-15T03:57:01.391Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T03:57:01.391Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-15 03-54-34 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-15T03:57:01.392Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T03:57:01.392Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vFW 1b7d3cd7-233f 0 is matching search criteria
2022-02-15T03:57:01.392Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1b7d3cd7-233f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-15T03:57:01.392Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T03:57:01.392Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vFW 1b7d3cd7-233f 0 is matching search criteria
2022-02-15T03:57:01.393Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1b7d3cd7-233f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-15T03:57:01.393Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T03:57:01.393Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vFW 1b7d3cd7-233f 0 is matching search criteria
2022-02-15T03:57:01.393Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1b7d3cd7-233f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-15T03:57:01.393Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T03:57:01.393Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vFW 1b7d3cd7-233f 0 is not matching search criteria
2022-02-15T03:57:01.394Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-15T03:57:01.394Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-15T03:57:01.394Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-15T03:57:01.394Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-15T03:57:01.394Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-15T03:57:01.394Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-15T03:57:01.394Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-15T03:57:01.394Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-15T03:57:01.394Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-15T03:57:01.394Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-15T03:57:01.395Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-15T03:57:01.395Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e3bdf862-2fec-4cf4-a479-45023dac3ffa
2022-02-15T03:57:01.395Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T03:57:01.395Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vFW 1b7d3cd7-233f 0 is not matching search criteria
2022-02-15T03:57:01.395Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-15T03:57:01.395Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-15T03:57:01.395Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-15T03:57:01.396Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-15T03:57:01.396Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-15T03:57:01.396Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-15T03:57:01.396Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-15T03:57:01.396Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-15T03:57:01.396Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-15T03:57:01.396Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-15T03:57:01.396Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-15T03:57:01.396Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-15T03:57:01.396Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=440b0dcf-eb41-459b-8d9c-a9cc5d8c4628
2022-02-15T03:57:01.407Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T03:57:01.407Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vFW 1b7d3cd7-233f 0 is not matching search criteria
2022-02-15T03:57:01.407Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-15T03:57:01.407Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-15T03:57:01.407Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-15T03:57:01.407Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-15T03:57:01.408Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-15T03:57:01.408Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-15T03:57:01.408Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-15T03:57:01.408Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-15T03:57:01.408Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-15T03:57:01.408Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-15T03:57:01.408Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-15T03:57:01.408Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-15T03:57:01.408Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=64dbbdeb-53bb-4768-b74e-a539dbc168ce
2022-02-15T03:57:01.409Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T03:57:01.409Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-15 03-54-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T03:57:01.409Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T03:57:01.409Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-15 03-54-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T03:57:01.409Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T03:57:01.409Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-15 03-54-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T03:57:01.409Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T03:57:01.410Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-15 03-54-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T03:57:01.410Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-02-15 03-54-34
Description:catalog service description
Model UUID:4ca1468a-4c7f-496a-a48b-5aad21c0f0ea
Model Version:NULL
Model InvariantUuid:72b1fa28-8941-4c0a-8a35-11a448459df5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 1b7d3cd7-233f
Model UUID:c38a19dc-9a26-448e-8d53-cb4454507553
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c16bf6d8-c293-4f4e-b201-0f6ff84f4ea8
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:85f26649-8f7b-4aa7-ae45-f3d3712577a0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:1d504af9-5efd-4f53-b64f-94d078e565d4
ModelName:Vfw1b7d3cd7233f..base_vfw..module-0
ModelUuid:d515315b-ae00-48fb-93d0-edd7bc235dcd
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:e3bdf862-2fec-4cf4-a479-45023dac3ffa
ModelInvariantUuid:e679a173-ad74-45ee-b5b6-99f3209aade1
ModelName:vFW 1b7d3cd7-233f-nodes.vfwCvfc
ModelUuid:29624d03-3ddd-461f-9b5f-708161c38741
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:0ad41e3b-a986-4bb8-b27d-5f8fd16e9ccf
ModelInvariantUuid:b8cd8f62-b27c-4bb2-b565-04d51e1047b2
ModelName:Vfw1b7d3cd7233f.compute.nodes.heat.vfw
ModelUuid:86af4712-6bfe-42dd-9330-249f3fa14e73
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:440b0dcf-eb41-459b-8d9c-a9cc5d8c4628
ModelInvariantUuid:8c178860-102e-4688-ba26-88c4a43026c5
ModelName:vFW 1b7d3cd7-233f-nodes.vsnCvfc
ModelUuid:1128e16d-3c2a-4140-8f6c-f5f273c1533a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:6cd9f6f6-038c-47e0-9eec-20291a15e118
ModelInvariantUuid:b15752f2-fb53-49b0-8046-27efb47f7932
ModelName:Vfw1b7d3cd7233f.compute.nodes.heat.vsn
ModelUuid:5e23ec83-1600-4ed6-82b2-26e13ff14d3f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:64dbbdeb-53bb-4768-b74e-a539dbc168ce
ModelInvariantUuid:bb340cbc-a1c8-4a83-8c6a-9bd55b383177
ModelName:vFW 1b7d3cd7-233f-nodes.vpgCvfc
ModelUuid:2b3534d2-bb25-4329-90c1-a6209df2589b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:beee17b5-ffcc-4928-84d7-cbd554942795
ModelInvariantUuid:b7d7996d-b01e-480e-b811-195415301136
ModelName:Vfw1b7d3cd7233f.compute.nodes.heat.vpg
ModelUuid:0c1b511b-0f44-4803-b6c1-19accbcb85c5
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-02-15T03:57:01.420Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: cc23a41c-b19c-4ea3-9d50-7b2edfb21ace
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-02-15T03:57:01.493Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||vFW 1b7d3cd7-233f 0
2022-02-15T03:57:01.499Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cc23a41c-b19c-4ea3-9d50-7b2edfb21ace
2022-02-15T03:57:01.499Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0a567b4a-3994-436e-81c3-a3db3c915df0 from URL: /sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vfw1b7d3cd7233f0_modules.json
2022-02-15T03:57:01.499Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-15T03:57:01.500Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vfw1b7d3cd7233f0_modules.json
2022-02-15T03:57:01.616Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-15T03:57:01.616Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vfw1b7d3cd7233f0_modules.json 0a567b4a-3994-436e-81c3-a3db3c915df0 785
2022-02-15T03:57:01.616Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vfw1b7d3cd7233f0_modules.json ASDC sendASDCNotification
2022-02-15T03:57:01.616Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vfw1b7d3cd7233f0_modules.json
2022-02-15T03:57:01.617Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-15T03:57:01.617Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-15T03:57:01.619Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T03:57:01.619Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644897421616,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vfw1b7d3cd7233f0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-15T03:57:01.719Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T03:57:01.720Z||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-02-15T03:57:01.720Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:57:01.732Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:57:01.732Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-15T03:57:02.620Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw1b7d3cd7233f..base_vfw..module-0",
"vfModuleModelInvariantUUID": "1d504af9-5efd-4f53-b64f-94d078e565d4",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d515315b-ae00-48fb-93d0-edd7bc235dcd",
"vfModuleModelCustomizationUUID": "f26e4325-d6f7-4be2-86d4-e04753d079f6",
"isBase": true,
"artifacts": [
"e31c1226-16aa-47c3-8462-3b85b06bf808",
"7b191bea-1a56-402d-abbb-b67dbe304e45"
],
"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-02-15T03:57:02.632Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1b7d3cd7233f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d515315b-ae00-48fb-93d0-edd7bc235dcd
VfModuleModelInvariantUUID:1d504af9-5efd-4f53-b64f-94d078e565d4
VfModuleModelDescription:NULL
Artifacts UUID List:{
e31c1226-16aa-47c3-8462-3b85b06bf808
,
7b191bea-1a56-402d-abbb-b67dbe304e45
}
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-02-15T03:57:02.634Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw1b7d3cd7233f..base_vfw..module-0",
"vfModuleModelInvariantUUID": "1d504af9-5efd-4f53-b64f-94d078e565d4",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d515315b-ae00-48fb-93d0-edd7bc235dcd",
"vfModuleModelCustomizationUUID": "f26e4325-d6f7-4be2-86d4-e04753d079f6",
"isBase": true,
"artifacts": [
"e31c1226-16aa-47c3-8462-3b85b06bf808",
"7b191bea-1a56-402d-abbb-b67dbe304e45"
],
"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-02-15T03:57:02.634Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1b7d3cd7233f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d515315b-ae00-48fb-93d0-edd7bc235dcd
VfModuleModelInvariantUUID:1d504af9-5efd-4f53-b64f-94d078e565d4
VfModuleModelDescription:NULL
Artifacts UUID List:{
e31c1226-16aa-47c3-8462-3b85b06bf808
,
7b191bea-1a56-402d-abbb-b67dbe304e45
}
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-02-15T03:57:02.634Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e31c1226-16aa-47c3-8462-3b85b06bf808 from URL: /sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.yaml
2022-02-15T03:57:02.634Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-15T03:57:02.634Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.yaml
2022-02-15T03:57:02.800Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-15T03:57:02.800Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.yaml e31c1226-16aa-47c3-8462-3b85b06bf808 20368
2022-02-15T03:57:02.801Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-15T03:57:02.801Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.yaml
2022-02-15T03:57:02.801Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-15T03:57:02.801Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-15T03:57:02.802Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T03:57:02.803Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644897422801,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-15T03:57:02.903Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T03:57:02.904Z||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-02-15T03:57:02.904Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:57:02.916Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:57:02.916Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-15T03:57:03.803Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7b191bea-1a56-402d-abbb-b67dbe304e45 from URL: /sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.env
2022-02-15T03:57:03.804Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-15T03:57:03.804Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.env
2022-02-15T03:57:03.913Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-15T03:57:03.914Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.env 7b191bea-1a56-402d-abbb-b67dbe304e45 2098
2022-02-15T03:57:03.914Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-15T03:57:03.914Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.env
2022-02-15T03:57:03.914Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-15T03:57:03.915Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-15T03:57:03.917Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T03:57:03.918Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644897423914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-15T03:57:04.018Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T03:57:04.018Z||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-02-15T03:57:04.019Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:57:04.033Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:57:04.033Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-02-15T03:57:04.918Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 4ca1468a-4c7f-496a-a48b-5aad21c0f0ea
2022-02-15T03:57:04.919Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 1b7d3cd7-233f 0 cc23a41c-b19c-4ea3-9d50-7b2edfb21ace ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-15T03:57:04.947Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6dc9a9a9, org.onap.sdc.toscaparser.api.parameters.Input@2475a65c, org.onap.sdc.toscaparser.api.parameters.Input@61de3c52, org.onap.sdc.toscaparser.api.parameters.Input@53c1374b, org.onap.sdc.toscaparser.api.parameters.Input@73e5587b]
2022-02-15T03:57:04.950Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T03:57:04.950Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-15 03-54-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T03:57:04.950Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2022-02-15T03:57:04.950Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 85f26649-8f7b-4aa7-ae45-f3d3712577a0
2022-02-15T03:57:04.950Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 85f26649-8f7b-4aa7-ae45-f3d3712577a0 matches Tosca VF Customization UUID: 85f26649-8f7b-4aa7-ae45-f3d3712577a0
2022-02-15T03:57:04.950Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 85f26649-8f7b-4aa7-ae45-f3d3712577a0 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-02-15T03:57:04.956Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T03:57:04.956Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-15 03-54-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T03:57:04.957Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 85f26649-8f7b-4aa7-ae45-f3d3712577a0: {\"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-02-15T03:57:04.957Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@63119485
2022-02-15T03:57:04.957Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T03:57:04.957Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-15 03-54-34 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-15T03:57:04.958Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f26e4325-d6f7-4be2-86d4-e04753d079f6
2022-02-15T03:57:04.959Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f26e4325-d6f7-4be2-86d4-e04753d079f6
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-02-15T03:57:04.963Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T03:57:04.964Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vFW 1b7d3cd7-233f 0 is matching search criteria
2022-02-15T03:57:04.964Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1b7d3cd7-233f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-15T03:57:04.964Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T03:57:04.965Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vFW 1b7d3cd7-233f 0 is matching search criteria
2022-02-15T03:57:04.965Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1b7d3cd7-233f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-15T03:57:04.965Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T03:57:04.965Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vFW 1b7d3cd7-233f 0 is not matching search criteria
2022-02-15T03:57:04.965Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-15T03:57:04.965Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-15T03:57:04.966Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-15T03:57:04.966Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-15T03:57:04.966Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-15T03:57:04.966Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-15T03:57:04.966Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-15T03:57:04.966Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-15T03:57:04.967Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-15T03:57:04.967Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-15T03:57:04.967Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-15T03:57:04.967Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e3bdf862-2fec-4cf4-a479-45023dac3ffa
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-02-15T03:57:04.976Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T03:57:04.976Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vFW 1b7d3cd7-233f 0 is matching search criteria
2022-02-15T03:57:04.976Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1b7d3cd7-233f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-15T03:57:04.976Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T03:57:04.976Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vFW 1b7d3cd7-233f 0 is not matching search criteria
2022-02-15T03:57:04.976Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-15T03:57:04.976Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-15T03:57:04.977Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-15T03:57:04.977Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-15T03:57:04.977Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-15T03:57:04.977Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-15T03:57:04.977Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-15T03:57:04.977Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-15T03:57:04.977Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-15T03:57:04.978Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-15T03:57:04.978Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-15T03:57:04.978Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-15T03:57:04.978Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=440b0dcf-eb41-459b-8d9c-a9cc5d8c4628
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-02-15T03:57:04.980Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T03:57:04.980Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vFW 1b7d3cd7-233f 0 is matching search criteria
2022-02-15T03:57:04.980Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1b7d3cd7-233f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-15T03:57:04.982Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T03:57:04.983Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vFW 1b7d3cd7-233f 0 is not matching search criteria
2022-02-15T03:57:04.983Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-15T03:57:04.983Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-15T03:57:04.983Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-15T03:57:04.983Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-15T03:57:04.983Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-15T03:57:04.984Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-15T03:57:04.984Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-15T03:57:04.984Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-15T03:57:04.984Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-15T03:57:04.985Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-15T03:57:04.985Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-15T03:57:04.985Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-15T03:57:04.985Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=64dbbdeb-53bb-4768-b74e-a539dbc168ce
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-02-15T03:57:04.988Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T03:57:04.988Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vFW 1b7d3cd7-233f 0 is matching search criteria
2022-02-15T03:57:04.988Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1b7d3cd7-233f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-15T03:57:04.988Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T03:57:04.988Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Node template vFW 1b7d3cd7-233f 0 is matching search criteria
2022-02-15T03:57:04.989Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1b7d3cd7-233f 0] matching following query criteria: sdcType=VF, customizationUUID=85f26649-8f7b-4aa7-ae45-f3d3712577a0
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-02-15T03:57:04.990Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T03:57:04.990Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-15 03-54-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T03:57:04.991Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 4ca1468a-4c7f-496a-a48b-5aad21c0f0ea: vFW 1b7d3cd7-233f
2022-02-15T03:57:04.991Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T03:57:04.991Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-15 03-54-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T03:57:04.991Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T03:57:04.991Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-15 03-54-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T03:57:04.991Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T03:57:04.992Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-15 03-54-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T03:57:04.992Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T03:57:04.992Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-15 03-54-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T03:57:04.992Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T03:57:04.992Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-15 03-54-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T03:57:04.992Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-02-15 03-54-34
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-02-15T03:57:05.231Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 1b7d3cd7-233f cc23a41c-b19c-4ea3-9d50-7b2edfb21ace 1 ASDC deployResourceStructure
2022-02-15T03:57:05.232Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vfw1b7d3cd7233f0_modules.json ASDC sendASDCNotification
2022-02-15T03:57:05.232Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vfw1b7d3cd7233f0_modules.json
2022-02-15T03:57:05.232Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-15T03:57:05.232Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-15T03:57:05.235Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T03:57:05.235Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644897425232,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vfw1b7d3cd7233f0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-15T03:57:05.334Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-15T03:57:05.335Z||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-02-15T03:57:05.335Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:57:05.349Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:57:05.349Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-02-15T03:57:06.237Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-15T03:57:06.237Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.yaml
2022-02-15T03:57:06.237Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-15T03:57:06.238Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-15T03:57:06.239Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T03:57:06.239Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644897426236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-02-15T03:57:06.340Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-15T03:57:06.341Z||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-02-15T03:57:06.341Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:57:06.353Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:57:06.354Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-15T03:57:07.240Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-15T03:57:07.240Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.env
2022-02-15T03:57:07.241Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-15T03:57:07.241Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-15T03:57:07.242Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T03:57:07.242Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644897427240,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-02-15T03:57:07.343Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T03:57:07.343Z||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-02-15T03:57:07.344Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:57:07.355Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:57:07.355Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-15T03:57:08.243Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar ASDC sendASDCNotification
2022-02-15T03:57:08.244Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar
2022-02-15T03:57:08.244Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-15T03:57:08.244Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-15T03:57:08.246Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T03:57:08.246Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644897428243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-15T03:57:08.346Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T03:57:08.347Z||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-02-15T03:57:08.347Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:57:08.359Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:57:08.360Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-15T03:57:09.247Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cffc410d-3d91-4825-8b5f-212f4437ca1f
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-02-15T03:57:09.262Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cffc410d-3d91-4825-8b5f-212f4437ca1f
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-02-15T03:57:09.264Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-15T03:57:09.264Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-15T03:57:09.265Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-15T03:57:39.291Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cffc410d-3d91-4825-8b5f-212f4437ca1f
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-02-15T03:57:39.304Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cffc410d-3d91-4825-8b5f-212f4437ca1f
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-02-15T03:57:39.306Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-15T03:57:39.307Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-15T03:57:39.307Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-15T03:57:49.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:57:49.338Z||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-02-15T03:57:49.338Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:57:49.361Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:57:49.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:57:49.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644897409673,
"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-02-15T03:57:49.369Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cffc410d-3d91-4825-8b5f-212f4437ca1f
2022-02-15T03:57:49.369Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId cffc410d-3d91-4825-8b5f-212f4437ca1f 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-02-15T03:58:09.307Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cffc410d-3d91-4825-8b5f-212f4437ca1f
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-02-15T03:58:09.318Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cffc410d-3d91-4825-8b5f-212f4437ca1f
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-02-15T03:58:09.321Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-15T03:58:09.321Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-15T03:58:09.321Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-15T03:58:39.321Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cffc410d-3d91-4825-8b5f-212f4437ca1f
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-02-15T03:58:39.330Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cffc410d-3d91-4825-8b5f-212f4437ca1f
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-02-15T03:58:39.332Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-15T03:58:39.333Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-15T03:58:39.333Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-15T03:58:49.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:58:49.337Z||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-02-15T03:58:49.338Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:58:49.361Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:58:49.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:58:49.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "aai-ml",
"timestamp": 1644897409936,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-15T03:58:49.364Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T03:59:09.333Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cffc410d-3d91-4825-8b5f-212f4437ca1f
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-02-15T03:59:09.342Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cffc410d-3d91-4825-8b5f-212f4437ca1f
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-02-15T03:59:09.344Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-15T03:59:09.344Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-15T03:59:09.344Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-15T03:59:39.345Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cffc410d-3d91-4825-8b5f-212f4437ca1f
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-02-15T03:59:39.355Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cffc410d-3d91-4825-8b5f-212f4437ca1f
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-02-15T03:59:39.357Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-15T03:59:39.357Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-15T03:59:39.357Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-15T03:59:49.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T03:59:49.338Z||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-02-15T03:59:49.338Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T03:59:49.862Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T03:59:49.864Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.864Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644897409335,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-15T03:59:49.865Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-15T03:59:49.865Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.865Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "clamp",
"timestamp": 1644897405433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-15T03:59:49.866Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-15T03:59:49.866Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.866Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644897410677,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vfw1b7d3cd7233f0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-15T03:59:49.866Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T03:59:49.866Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.867Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644897409335,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vfw1b7d3cd7233f0_modules.json",
"status": "NOTIFIED"
}
2022-02-15T03:59:49.867Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-15T03:59:49.867Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.867Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "clamp",
"timestamp": 1644897405433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-15T03:59:49.867Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-15T03:59:49.867Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.868Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644897409335,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-15T03:59:49.868Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-15T03:59:49.868Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.868Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "clamp",
"timestamp": 1644897405433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar",
"status": "NOTIFIED"
}
2022-02-15T03:59:49.868Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-15T03:59:49.868Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.869Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644897409335,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-15T03:59:49.869Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-15T03:59:49.869Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.869Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644897412928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-15T03:59:49.869Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-15T03:59:49.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644897409335,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-15T03:59:49.870Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-15T03:59:49.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644897412928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vfw1b7d3cd7233f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-15T03:59:49.870Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-15T03:59:49.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644897409335,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-15T03:59:49.871Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-15T03:59:49.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644897412928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-15T03:59:49.871Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-15T03:59:49.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.872Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644897409335,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar",
"status": "NOTIFIED"
}
2022-02-15T03:59:49.873Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-15T03:59:49.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644897412928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-15T03:59:49.873Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-15T03:59:49.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644897417245,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-15T03:59:49.874Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T03:59:49.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644897412928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-15T03:59:49.874Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-15T03:59:49.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.875Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644897412928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-15T03:59:49.875Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-15T03:59:49.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.875Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644897412928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar",
"status": "NOTIFIED"
}
2022-02-15T03:59:49.875Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-02-15T03:59:49.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.876Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644897420737,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-15T03:59:49.880Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T03:59:49.880Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.880Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "aai-ml",
"timestamp": 1644897421112,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-15T03:59:49.880Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T03:59:49.880Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.881Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644897421616,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vfw1b7d3cd7233f0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-15T03:59:49.881Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T03:59:49.881Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.881Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "aai-ml",
"timestamp": 1644897422116,
"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-02-15T03:59:49.887Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cffc410d-3d91-4825-8b5f-212f4437ca1f
2022-02-15T03:59:49.888Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId cffc410d-3d91-4825-8b5f-212f4437ca1f 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-02-15T03:59:49.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.897Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644897422801,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-15T03:59:49.897Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T03:59:49.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644897423914,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-15T03:59:49.898Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T03:59:49.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644897425176,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-15T03:59:49.898Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T03:59:49.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644897425232,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/vfw1b7d3cd7233f0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-15T03:59:49.899Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T03:59:49.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644897426180,
"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-02-15T03:59:49.904Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cffc410d-3d91-4825-8b5f-212f4437ca1f
2022-02-15T03:59:49.905Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId cffc410d-3d91-4825-8b5f-212f4437ca1f 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-02-15T03:59:49.913Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.913Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644897426236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-02-15T03:59:49.913Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T03:59:49.914Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.914Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644897427240,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/resourceInstances/vfw1b7d3cd7233f0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-02-15T03:59:49.914Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T03:59:49.914Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.914Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644897428243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-15T03:59:49.914Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T03:59:49.914Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.915Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "clamp",
"timestamp": 1644897428280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-15T03:59:49.915Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T03:59:49.915Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.915Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "clamp",
"timestamp": 1644897430292,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220215035434/1.0/artifacts/service-Vfw20220215035434-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-15T03:59:49.915Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T03:59:49.915Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-15T03:59:49.915Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "clamp",
"timestamp": 1644897431296,
"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-02-15T03:59:49.920Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cffc410d-3d91-4825-8b5f-212f4437ca1f
2022-02-15T03:59:49.920Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId cffc410d-3d91-4825-8b5f-212f4437ca1f 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-02-15T04:00:09.358Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cffc410d-3d91-4825-8b5f-212f4437ca1f
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-02-15T04:00:09.369Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cffc410d-3d91-4825-8b5f-212f4437ca1f
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-02-15T04:00:09.372Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-15T04:00:09.372Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-15T04:00:09.372Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-15T04:00:09.372Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-15T04:00:09.373Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-15T04:00:09.373Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-15T04:00:09.373Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-15T04:00:09.373Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-15T04:00:09.373Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-15T04:00:09.373Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-15T04:00:09.373Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||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-02-15T04:00:09.378Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-15T04:00:39.379Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cffc410d-3d91-4825-8b5f-212f4437ca1f 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-02-15T04:00:39.387Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cffc410d-3d91-4825-8b5f-212f4437ca1f and serviceModelVersionId: 4ca1468a-4c7f-496a-a48b-5aad21c0f0ea
2022-02-15T04:00:39.387Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 72b1fa28-8941-4c0a-8a35-11a448459df5
2022-02-15T04:00:49.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:00:49.338Z||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-02-15T04:00:49.338Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:00:51.148Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/72b1fa28-8941-4c0a-8a35-11a448459df5/model-vers/model-ver/4ca1468a-4c7f-496a-a48b-5aad21c0f0ea?depth=0
2022-02-15T04:00:51.258Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-02-15T04:00:51.704Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/72b1fa28-8941-4c0a-8a35-11a448459df5/model-vers/model-ver/4ca1468a-4c7f-496a-a48b-5aad21c0f0ea?depth=0|INFO|500||Invoke
2022-02-15T04:00:51.744Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/72b1fa28-8941-4c0a-8a35-11a448459df5/model-vers/model-ver/4ca1468a-4c7f-496a-a48b-5aad21c0f0ea?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/72b1fa28-8941-4c0a-8a35-11a448459df5/model-vers/model-ver/4ca1468a-4c7f-496a-a48b-5aad21c0f0ea?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cffc410d-3d91-4825-8b5f-212f4437ca1f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7e142908-d561-4a15-9b7c-4c3c9f0b4e32], X-ECOMP-RequestID=[cffc410d-3d91-4825-8b5f-212f4437ca1f], X-TransactionId=[], X-ONAP-RequestID=[cffc410d-3d91-4825-8b5f-212f4437ca1f], Content-Type=[application/merge-patch+json]}
2022-02-15T04:00:51.941Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/72b1fa28-8941-4c0a-8a35-11a448459df5/model-vers/model-ver/4ca1468a-4c7f-496a-a48b-5aad21c0f0ea?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-02-15T04:00:52.124Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/72b1fa28-8941-4c0a-8a35-11a448459df5/model-vers/model-ver/4ca1468a-4c7f-496a-a48b-5aad21c0f0ea?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/72b1fa28-8941-4c0a-8a35-11a448459df5/model-vers/model-ver/4ca1468a-4c7f-496a-a48b-5aad21c0f0ea?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220215-04:00:51:949-73715], vertex-id=[339968], Content-Length=[0], Date=[Tue, 15 Feb 2022 04:00:51 GMT], Content-Type=[application/json]}
2022-02-15T04:00:52.125Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/72b1fa28-8941-4c0a-8a35-11a448459df5/model-vers/model-ver/4ca1468a-4c7f-496a-a48b-5aad21c0f0ea?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-15T04:00:52.126Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/72b1fa28-8941-4c0a-8a35-11a448459df5/model-vers/model-ver/4ca1468a-4c7f-496a-a48b-5aad21c0f0ea?depth=0|INFO|500||InvokeReturn
2022-02-15T04:00:52.128Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-15T04:00:52.129Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||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-02-15T04:00:52.133Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||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-02-15T04:00:52.140Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cffc410d-3d91-4825-8b5f-212f4437ca1f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-15T04:00:52.141Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-15T04:00:52.141Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:00:52.142Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:00:52.143Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644897652140,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-15T04:00:52.243Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:00:52.244Z||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-02-15T04:00:52.244Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:00:52.256Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:00:52.256Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-02-15T04:00:52.868Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:00:52.869Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:00:52.869Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cffc410d-3d91-4825-8b5f-212f4437ca1f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644897652140,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-15T04:00:52.870Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-15T04:00:53.158Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:00:53.159Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|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-02-15T04:00:53.159Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:01:03.588Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:01:03.588Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:01:03.589Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|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-02-15T04:01:03.589Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:01:13.135Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:01:13.136Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:01:13.137Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|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-02-15T04:01:13.137Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:01:22.676Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:01:22.676Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:01:22.677Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|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-02-15T04:01:22.678Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:01:32.218Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:01:49.335Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:01:49.336Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|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-02-15T04:01:49.336Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:01:49.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:01:49.337Z||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-02-15T04:01:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:01:58.873Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:01:58.881Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:02:49.335Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:02:49.336Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|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-02-15T04:02:49.336Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:02:49.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:02:49.338Z||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-02-15T04:02:49.338Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:02:58.875Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:02:58.876Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:03:49.335Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:03:49.336Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|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-02-15T04:03:49.336Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:03:49.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:03:49.337Z||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-02-15T04:03:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:03:58.879Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:03:58.881Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:04:49.335Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:04:49.336Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|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-02-15T04:04:49.336Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:04:49.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:04:49.337Z||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-02-15T04:04:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:04:58.883Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:04:58.883Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:05:49.335Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:05:49.336Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|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-02-15T04:05:49.336Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:05:49.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:05:49.337Z||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-02-15T04:05:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:05:58.884Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:05:58.887Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:06:49.335Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:06:49.336Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|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-02-15T04:06:49.336Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:06:49.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:06:49.337Z||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-02-15T04:06:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:06:58.878Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:06:58.880Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:07:49.335Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:07:49.336Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|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-02-15T04:07:49.336Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:07:49.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:07:49.337Z||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-02-15T04:07:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:07:58.879Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:07:58.882Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:08:49.335Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:08:49.336Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|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-02-15T04:08:49.336Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:08:49.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:08:49.337Z||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-02-15T04:08:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:08:49.965Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:08:49.966Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.966Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"6c3ce5fd-610d-4c74-9a3a-232325b732de","serviceName":"basic_onboard_zaEaXp","serviceVersion":"1.0","serviceUUID":"5427fec5-d4ae-46c0-8ea2-44f669cc0f1e","serviceDescription":"service","serviceInvariantUUID":"76492b5f-55d4-4c38-a410-843b6ab2684c","resources":[{"resourceInstanceName":"basic_onboard_zaEaXp 0","resourceName":"basic_onboard_zaEaXp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4a7e8ca0-04bf-4b26-a3f5-8c75f8a35c6a","resourceInvariantUUID":"b17b94cc-c591-4d9f-b561-84f4ca4e86d7","resourceCustomizationUUID":"de688248-93b0-4504-8a0b-5fd6ae1f0c77","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/vf-license-model.xml","artifactChecksum":"ZDQyYzBlYmU3YWNjYTdlZGQyZDk3ZmQxNDI5YTQ3ZTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"32f1f0b1-6fef-4f1e-98af-02e8f4d84f1e","artifactVersion":"1"},{"artifactName":"basic_onboard_zaeaxp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/basic_onboard_zaeaxp0_modules.json","artifactChecksum":"MWE4ZDczNDI2ZmRmMWQ4OWZkN2RmMjE5Mjc1YzExZmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d7aa2f4c-3026-43bd-bfda-d13b2c33c8d3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"bb797f0c-692e-467b-8866-39a46fa56a89","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1a5d5fff-38e8-431a-8e35-f8e446928c17","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4260f13a-cd14-4f1f-9321-fccd28948f63","artifactVersion":"2","generatedFromUUID":"bb797f0c-692e-467b-8866-39a46fa56a89"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardZaeaxp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-template.yml","artifactChecksum":"NmExOTkwNmVlYjZhNjk1Njc3Y2IzZTYzNTNkM2YyNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"decb3560-021f-4e0a-984b-3aba7379408f","artifactVersion":"1"},{"artifactName":"service-BasicOnboardZaeaxp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar","artifactChecksum":"OTg4ZGRhOTQ4ZTE0MGU3MDExZTZiNjg3NzU5NDIyY2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4bd7d8d7-37c7-449f-8348-7526c217c08c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-15T04:08:49.968Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:08:49.968Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:08:49.968Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:08:49.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.970Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644898078611,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:08:49.970Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-15T04:08:49.970Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:08:49.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "dcae-sch",
"timestamp": 1644898074919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:08:49.971Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-15T04:08:49.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.971Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644898129335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:08:49.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644898078611,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/basic_onboard_zaeaxp0_modules.json",
"status": "NOTIFIED"
}
2022-02-15T04:08:49.971Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-15T04:08:49.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "dcae-sch",
"timestamp": 1644898074919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/basic_onboard_zaeaxp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:08:49.971Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-15T04:08:49.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "cds",
"timestamp": 1644898085418,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:08:49.971Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-15T04:08:49.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644898078611,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-15T04:08:49.972Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-15T04:08:49.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "dcae-sch",
"timestamp": 1644898074919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:08:49.972Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-15T04:08:49.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "cds",
"timestamp": 1644898085418,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/basic_onboard_zaeaxp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:08:49.972Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-15T04:08:49.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644898078611,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:08:49.973Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-15T04:08:49.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.973Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "dcae-sch",
"timestamp": 1644898074919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:08:49.973Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-15T04:08:49.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.973Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "cds",
"timestamp": 1644898085418,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:08:49.973Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-15T04:08:49.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.973Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644898078611,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-02-15T04:08:49.973Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-15T04:08:49.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.973Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "dcae-sch",
"timestamp": 1644898074919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:08:49.974Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-15T04:08:49.974Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.974Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "cds",
"timestamp": 1644898085418,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:08:49.974Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-15T04:08:49.974Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.974Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644898078611,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:08:49.974Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-15T04:08:49.974Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.975Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "dcae-sch",
"timestamp": 1644898074919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:08:49.975Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-15T04:08:49.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.975Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "cds",
"timestamp": 1644898085418,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:08:49.975Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-15T04:08:49.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.975Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "policy-id",
"timestamp": 1644898089551,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:08:49.975Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-15T04:08:49.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.975Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "ves-openapi-manager",
"timestamp": 1644898089853,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:08:49.976Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-15T04:08:49.976Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.976Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644898078611,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar",
"status": "NOTIFIED"
}
2022-02-15T04:08:49.976Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-15T04:08:49.976Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.976Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "dcae-sch",
"timestamp": 1644898074919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:08:49.976Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-15T04:08:49.976Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.976Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "cds",
"timestamp": 1644898085418,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:08:49.976Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-15T04:08:49.976Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.976Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "policy-id",
"timestamp": 1644898089551,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/basic_onboard_zaeaxp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:08:49.977Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-15T04:08:49.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.977Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "ves-openapi-manager",
"timestamp": 1644898089853,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/basic_onboard_zaeaxp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:08:49.977Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-15T04:08:49.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.977Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644898091813,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/basic_onboard_zaeaxp0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-15T04:08:49.977Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:08:49.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.977Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "cds",
"timestamp": 1644898085418,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar",
"status": "NOTIFIED"
}
2022-02-15T04:08:49.978Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-15T04:08:49.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.978Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "policy-id",
"timestamp": 1644898089551,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-15T04:08:49.978Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-15T04:08:49.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.978Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "ves-openapi-manager",
"timestamp": 1644898089853,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:08:49.978Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-15T04:08:49.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.978Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "aai-ml",
"timestamp": 1644898092021,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:08:49.978Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-15T04:08:49.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.978Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "policy-id",
"timestamp": 1644898089551,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:08:49.979Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-15T04:08:49.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644898093228,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-15T04:08:49.979Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:08:49.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "cds",
"timestamp": 1644898093316,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-15T04:08:49.979Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:08:49.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "ves-openapi-manager",
"timestamp": 1644898089853,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:08:49.979Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-15T04:08:49.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "aai-ml",
"timestamp": 1644898092021,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/basic_onboard_zaeaxp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:08:49.980Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-15T04:08:49.980Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.980Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "policy-id",
"timestamp": 1644898089551,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:08:49.980Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-15T04:08:49.980Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:49.980Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "cds",
"timestamp": 1644898094321,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-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-02-15T04:08:49.996Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6c3ce5fd-610d-4c74-9a3a-232325b732de
2022-02-15T04:08:49.996Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c3ce5fd-610d-4c74-9a3a-232325b732de 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-02-15T04:08:50.003Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.003Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644898094325,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-02-15T04:08:50.003Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:08:50.004Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.004Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "ves-openapi-manager",
"timestamp": 1644898089853,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:08:50.004Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-15T04:08:50.004Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.004Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "aai-ml",
"timestamp": 1644898092021,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:08:50.004Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-15T04:08:50.005Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.005Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "policy-id",
"timestamp": 1644898089551,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:08:50.005Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-15T04:08:50.005Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.005Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644898095349,
"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-02-15T04:08:50.009Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6c3ce5fd-610d-4c74-9a3a-232325b732de
2022-02-15T04:08:50.009Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c3ce5fd-610d-4c74-9a3a-232325b732de 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-02-15T04:08:50.019Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.019Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "ves-openapi-manager",
"timestamp": 1644898089853,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:08:50.019Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-15T04:08:50.019Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.020Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "aai-ml",
"timestamp": 1644898092021,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:08:50.020Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-15T04:08:50.020Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.020Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "clamp",
"timestamp": 1644898095433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:08:50.020Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-15T04:08:50.020Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.020Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "policy-id",
"timestamp": 1644898089551,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar",
"status": "NOTIFIED"
}
2022-02-15T04:08:50.020Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-15T04:08:50.020Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.021Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644898096352,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/basic_onboard_zaeaxp0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-15T04:08:50.021Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:08:50.021Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.021Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "ves-openapi-manager",
"timestamp": 1644898089853,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:08:50.021Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-15T04:08:50.021Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.021Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "aai-ml",
"timestamp": 1644898092021,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:08:50.021Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-15T04:08:50.021Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.021Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "clamp",
"timestamp": 1644898095433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/basic_onboard_zaeaxp0_modules.json",
"status": "NOTIFIED"
}
2022-02-15T04:08:50.022Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-15T04:08:50.022Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.022Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "policy-id",
"timestamp": 1644898097318,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-15T04:08:50.022Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:08:50.022Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.022Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "aai-ml",
"timestamp": 1644898092021,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:08:50.022Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-15T04:08:50.022Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.022Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "clamp",
"timestamp": 1644898095433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:08:50.022Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-15T04:08:50.022Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.022Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "policy-id",
"timestamp": 1644898098322,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-15T04:08:50.023Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:08:50.023Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.023Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "aai-ml",
"timestamp": 1644898092021,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar",
"status": "NOTIFIED"
}
2022-02-15T04:08:50.023Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-15T04:08:50.023Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.023Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "clamp",
"timestamp": 1644898095433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:08:50.023Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-15T04:08:50.023Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.023Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "policy-id",
"timestamp": 1644898099324,
"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-02-15T04:08:50.027Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6c3ce5fd-610d-4c74-9a3a-232325b732de
2022-02-15T04:08:50.028Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c3ce5fd-610d-4c74-9a3a-232325b732de 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-02-15T04:08:50.033Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.033Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "aai-ml",
"timestamp": 1644898099807,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-15T04:08:50.034Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:08:50.034Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.034Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "clamp",
"timestamp": 1644898095433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:08:50.034Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-15T04:08:50.034Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.034Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "clamp",
"timestamp": 1644898095433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:08:50.034Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-15T04:08:50.034Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.034Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "clamp",
"timestamp": 1644898095433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar",
"status": "NOTIFIED"
}
2022-02-15T04:08:50.034Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-15T04:08:50.034Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.035Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644898102928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:08:50.035Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-15T04:08:50.035Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.035Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644898102928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/basic_onboard_zaeaxp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:08:50.035Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-15T04:08:50.035Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.035Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "aai-ml",
"timestamp": 1644898105407,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-15T04:08:50.035Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:08:50.035Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.035Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644898102928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:08:50.035Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-15T04:08:50.035Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.035Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "aai-ml",
"timestamp": 1644898106411,
"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-02-15T04:08:50.039Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6c3ce5fd-610d-4c74-9a3a-232325b732de
2022-02-15T04:08:50.039Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c3ce5fd-610d-4c74-9a3a-232325b732de 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-02-15T04:08:50.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644898102928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:08:50.047Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-15T04:08:50.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644898102928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:08:50.047Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-15T04:08:50.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644898102928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:08:50.047Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-15T04:08:50.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644898102928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar",
"status": "NOTIFIED"
}
2022-02-15T04:08:50.048Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-15T04:08:50.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.048Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "clamp",
"timestamp": 1644898110379,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-15T04:08:50.048Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:08:50.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.048Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644898110719,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-15T04:08:50.048Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:08:50.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.048Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "clamp",
"timestamp": 1644898112389,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-15T04:08:50.048Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:08:50.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.048Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644898112836,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-15T04:08:50.049Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:08:50.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.049Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "clamp",
"timestamp": 1644898113392,
"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-02-15T04:08:50.053Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6c3ce5fd-610d-4c74-9a3a-232325b732de
2022-02-15T04:08:50.053Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c3ce5fd-610d-4c74-9a3a-232325b732de 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-02-15T04:08:50.061Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:08:50.061Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644898113840,
"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-02-15T04:08:50.066Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6c3ce5fd-610d-4c74-9a3a-232325b732de
2022-02-15T04:08:50.066Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c3ce5fd-610d-4c74-9a3a-232325b732de 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-02-15T04:08:50.071Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-15T04:08:50.071Z||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-02-15T04:08:50.071Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:08:50.085Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:08:50.085Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:08:50.971Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:08:50.972Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:08:50.974Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:08:50.974Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644898129335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/basic_onboard_zaeaxp0_modules.json",
"status": "NOTIFIED"
}
2022-02-15T04:08:51.074Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:08:51.075Z||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-02-15T04:08:51.075Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:08:51.088Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:08:51.089Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:08:51.975Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:08:51.975Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:08:51.977Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:08:51.977Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644898129335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-15T04:08:52.077Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:08:52.078Z||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-02-15T04:08:52.078Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:08:52.093Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:08:52.093Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:08:52.978Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:08:52.978Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:08:52.980Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:08:52.980Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644898129335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:08:53.081Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-15T04:08:53.081Z||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-02-15T04:08:53.081Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:08:53.094Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:08:53.094Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:08:53.981Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:08:53.982Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:08:53.984Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:08:53.984Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644898129335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-02-15T04:08:54.084Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:08:54.085Z||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-02-15T04:08:54.085Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:08:54.098Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:08:54.099Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:08:54.985Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:08:54.985Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:08:54.987Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:08:54.987Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644898129335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:08:55.087Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:08:55.088Z||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-02-15T04:08:55.088Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:08:55.101Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:08:55.101Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:08:55.987Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:08:55.988Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:08:55.989Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:08:55.990Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644898129335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar",
"status": "NOTIFIED"
}
2022-02-15T04:08:56.090Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:08:56.090Z||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-02-15T04:08:56.091Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:08:56.104Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:08:56.104Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:08:56.991Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"serviceName": "basic_onboard_zaEaXp",
"serviceVersion": "1.0",
"serviceUUID": "5427fec5-d4ae-46c0-8ea2-44f669cc0f1e",
"serviceDescription": "service",
"serviceInvariantUUID": "76492b5f-55d4-4c38-a410-843b6ab2684c",
"resources": [
{
"resourceInstanceName": "basic_onboard_zaEaXp 0",
"resourceCustomizationUUID": "de688248-93b0-4504-8a0b-5fd6ae1f0c77",
"resourceName": "basic_onboard_zaEaXp",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "4a7e8ca0-04bf-4b26-a3f5-8c75f8a35c6a",
"resourceInvariantUUID": "b17b94cc-c591-4d9f-b561-84f4ca4e86d7",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_zaeaxp0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/basic_onboard_zaeaxp0_modules.json",
"artifactChecksum": "MWE4ZDczNDI2ZmRmMWQ4OWZkN2RmMjE5Mjc1YzExZmM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d7aa2f4c-3026-43bd-bfda-d13b2c33c8d3",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "bb797f0c-692e-467b-8866-39a46fa56a89",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4260f13a-cd14-4f1f-9321-fccd28948f63",
"generatedFromUUID": "bb797f0c-692e-467b-8866-39a46fa56a89"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4260f13a-cd14-4f1f-9321-fccd28948f63",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardZaeaxp-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar",
"artifactChecksum": "OTg4ZGRhOTQ4ZTE0MGU3MDExZTZiNjg3NzU5NDIyY2Y\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4bd7d8d7-37c7-449f-8348-7526c217c08c"
}
],
"workloadContext": "Production"
}
2022-02-15T04:08:56.991Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-15T04:08:56.991Z|cffc410d-3d91-4825-8b5f-212f4437ca1f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5427fec5-d4ae-46c0-8ea2-44f669cc0f1e ASDC
2022-02-15T04:08:56.992Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:6c3ce5fd-610d-4c74-9a3a-232325b732de
ServiceName:basic_onboard_zaEaXp
ServiceVersion:1.0
ServiceUUID:5427fec5-d4ae-46c0-8ea2-44f669cc0f1e
ServiceInvariantUUID:76492b5f-55d4-4c38-a410-843b6ab2684c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardZaeaxp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar
ArtifactUUID:4bd7d8d7-37c7-449f-8348-7526c217c08c
ArtifactChecksum:OTg4ZGRhOTQ4ZTE0MGU3MDExZTZiNjg3NzU5NDIyY2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_zaEaXp 0
ResourceCustomizationUUID:de688248-93b0-4504-8a0b-5fd6ae1f0c77
ResourceInvariantUUID:b17b94cc-c591-4d9f-b561-84f4ca4e86d7
ResourceName:basic_onboard_zaEaXp
ResourceType:VF
ResourceUUID:4a7e8ca0-04bf-4b26-a3f5-8c75f8a35c6a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_zaeaxp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/basic_onboard_zaeaxp0_modules.json
ArtifactUUID:d7aa2f4c-3026-43bd-bfda-d13b2c33c8d3
ArtifactChecksum:MWE4ZDczNDI2ZmRmMWQ4OWZkN2RmMjE5Mjc1YzExZmM=
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/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:bb797f0c-692e-467b-8866-39a46fa56a89
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/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.env
ArtifactUUID:4260f13a-cd14-4f1f-9321-fccd28948f63
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/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.env
ArtifactUUID:4260f13a-cd14-4f1f-9321-fccd28948f63
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-02-15T04:08:56.992Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5427fec5-d4ae-46c0-8ea2-44f669cc0f1e 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-02-15T04:08:57.022Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-15T04:08:57.022Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-02-15T04:08:57.022Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-02-15T04:08:57.023Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4bd7d8d7-37c7-449f-8348-7526c217c08c from URL: /sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar
2022-02-15T04:08:57.023Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-15T04:08:57.023Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar
2022-02-15T04:08:57.114Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-15T04:08:57.117Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar 4bd7d8d7-37c7-449f-8348-7526c217c08c 71553
2022-02-15T04:08:57.117Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar ASDC sendASDCNotification
2022-02-15T04:08:57.117Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar
2022-02-15T04:08:57.118Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-15T04:08:57.118Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:08:57.119Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:08:57.120Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644898137117,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-15T04:08:57.220Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:08:57.220Z||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-02-15T04:08:57.221Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:08:57.232Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:08:57.232Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:08:58.120Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-15T04:08:58.121Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-02-15T04:08:58.121Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 4bd7d8d7-37c7-449f-8348-7526c217c08c, URL: /sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar to file: /app/ASDC/1/service-BasicOnboardZaeaxp-csar.csar
2022-02-15T04:08:58.122Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardZaeaxp-csar.csar
2022-02-15T04:08:58.122Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardZaeaxp-csar.csar
2022-02-15T04:08:58.122Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardZaeaxp-csar.csar
2022-02-15T04:08:58.234Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12086597151212518548/Definitions/service-BasicOnboardZaeaxp-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-02-15T04:08:59.452Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-15T04:08:59.453Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-02-15T04:08:59.453Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardZaeaxp-csar.csar
2022-02-15T04:08:59.453Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-02-15T04:08:59.453Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||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-BasicOnboardZaeaxp-csar.csar
2022-02-15T04:08:59.453Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||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-BasicOnboardZaeaxp-csar.csar
2022-02-15T04:08:59.453Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||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-BasicOnboardZaeaxp-csar.csar
2022-02-15T04:08:59.453Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||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-BasicOnboardZaeaxp-csar.csar
2022-02-15T04:08:59.453Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardZaeaxp-csar.csar
2022-02-15T04:08:59.453Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardZaeaxp-csar.csar
2022-02-15T04:08:59.454Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||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-BasicOnboardZaeaxp-csar.csar
2022-02-15T04:08:59.454Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||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-BasicOnboardZaeaxp-csar.csar
2022-02-15T04:08:59.454Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_zaEaXp 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-BasicOnboardZaeaxp-csar.csar
2022-02-15T04:08:59.454Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-02-15T04:08:59.454Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T04:08:59.454Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zaEaXp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:08:59.454Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zaEaXp 0 is matching search criteria
2022-02-15T04:08:59.454Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-02-15T04:08:59.454Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zaEaXp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-15T04:08:59.455Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T04:08:59.455Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zaEaXp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:08:59.455Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zaEaXp 0 is matching search criteria
2022-02-15T04:08:59.455Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-02-15T04:08:59.455Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zaEaXp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-15T04:08:59.455Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T04:08:59.455Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zaEaXp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:08:59.456Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T04:08:59.456Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zaEaXp 0 is not matching search criteria
2022-02-15T04:08:59.456Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-02-15T04:08:59.456Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-02-15T04:08:59.456Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-02-15T04:08:59.456Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-15T04:08:59.456Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-15T04:08:59.456Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T04:08:59.456Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zaEaXp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-15T04:08:59.456Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T04:08:59.457Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zaEaXp 0 is matching search criteria
2022-02-15T04:08:59.457Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zaEaXp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-15T04:08:59.457Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T04:08:59.457Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zaEaXp 0 is matching search criteria
2022-02-15T04:08:59.457Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zaEaXp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-15T04:08:59.458Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T04:08:59.458Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zaEaXp 0 is matching search criteria
2022-02-15T04:08:59.458Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zaEaXp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-15T04:08:59.458Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T04:08:59.458Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zaEaXp 0 is not matching search criteria
2022-02-15T04:08:59.458Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-15T04:08:59.458Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-15T04:08:59.458Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=cb865265-8fb9-406b-bd64-6f3b58d5aab5
2022-02-15T04:08:59.459Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T04:08:59.459Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zaEaXp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:08:59.459Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T04:08:59.459Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zaEaXp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:08:59.459Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T04:08:59.459Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zaEaXp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:08:59.459Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T04:08:59.459Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zaEaXp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:08:59.459Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_zaEaXp
Description:service
Model UUID:5427fec5-d4ae-46c0-8ea2-44f669cc0f1e
Model Version:NULL
Model InvariantUuid:76492b5f-55d4-4c38-a410-843b6ab2684c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_zaEaXp
Model UUID:5188ae30-12f0-44a2-9e44-c80d49a66203
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b17b94cc-c591-4d9f-b561-84f4ca4e86d7
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:de688248-93b0-4504-8a0b-5fd6ae1f0c77
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:75f126b9-7faa-46ef-90ec-88caad30dbfb
ModelName:BasicOnboardZaeaxp..base_ubuntu18..module-0
ModelUuid:5924c3cf-847f-4025-bc20-4a4f47746cc3
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:cb865265-8fb9-406b-bd64-6f3b58d5aab5
ModelInvariantUuid:6296acda-17a6-4f7e-9191-83ae23f159de
ModelName:basic_onboard_zaEaXp-nodes.ubuntu18Cvfc
ModelUuid:04580f8b-2650-4e5d-a172-fc7e3c1ff7b8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:a28b0ce0-7c5b-4285-b8c9-49e35e3fbb83
ModelInvariantUuid:83b998e3-a616-41ba-abeb-827dacff1fdc
ModelName:BasicOnboardZaeaxp.compute.nodes.heat.ubuntu18
ModelUuid:86965e53-11a9-4148-bc3c-cd8c6f0b12d7
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-02-15T04:08:59.465Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 4a7e8ca0-04bf-4b26-a3f5-8c75f8a35c6a
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-02-15T04:08:59.468Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||basic_onboard_zaEaXp 0
2022-02-15T04:08:59.468Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4a7e8ca0-04bf-4b26-a3f5-8c75f8a35c6a
2022-02-15T04:08:59.468Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d7aa2f4c-3026-43bd-bfda-d13b2c33c8d3 from URL: /sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/basic_onboard_zaeaxp0_modules.json
2022-02-15T04:08:59.468Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-15T04:08:59.469Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/basic_onboard_zaeaxp0_modules.json
2022-02-15T04:08:59.512Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-15T04:08:59.512Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/basic_onboard_zaeaxp0_modules.json d7aa2f4c-3026-43bd-bfda-d13b2c33c8d3 798
2022-02-15T04:08:59.512Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/basic_onboard_zaeaxp0_modules.json ASDC sendASDCNotification
2022-02-15T04:08:59.512Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/basic_onboard_zaeaxp0_modules.json
2022-02-15T04:08:59.512Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-15T04:08:59.513Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:08:59.514Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:08:59.514Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644898139512,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/basic_onboard_zaeaxp0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-15T04:08:59.614Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:08:59.615Z||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-02-15T04:08:59.615Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:08:59.628Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:08:59.628Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:09:00.515Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardZaeaxp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "75f126b9-7faa-46ef-90ec-88caad30dbfb",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5924c3cf-847f-4025-bc20-4a4f47746cc3",
"vfModuleModelCustomizationUUID": "33a31ca7-d752-45f4-969f-a02026eb8a81",
"isBase": true,
"artifacts": [
"bb797f0c-692e-467b-8866-39a46fa56a89",
"4260f13a-cd14-4f1f-9321-fccd28948f63"
],
"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-02-15T04:09:00.518Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZaeaxp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5924c3cf-847f-4025-bc20-4a4f47746cc3
VfModuleModelInvariantUUID:75f126b9-7faa-46ef-90ec-88caad30dbfb
VfModuleModelDescription:NULL
Artifacts UUID List:{
bb797f0c-692e-467b-8866-39a46fa56a89
,
4260f13a-cd14-4f1f-9321-fccd28948f63
}
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-02-15T04:09:00.520Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardZaeaxp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "75f126b9-7faa-46ef-90ec-88caad30dbfb",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5924c3cf-847f-4025-bc20-4a4f47746cc3",
"vfModuleModelCustomizationUUID": "33a31ca7-d752-45f4-969f-a02026eb8a81",
"isBase": true,
"artifacts": [
"bb797f0c-692e-467b-8866-39a46fa56a89",
"4260f13a-cd14-4f1f-9321-fccd28948f63"
],
"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-02-15T04:09:00.520Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZaeaxp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5924c3cf-847f-4025-bc20-4a4f47746cc3
VfModuleModelInvariantUUID:75f126b9-7faa-46ef-90ec-88caad30dbfb
VfModuleModelDescription:NULL
Artifacts UUID List:{
bb797f0c-692e-467b-8866-39a46fa56a89
,
4260f13a-cd14-4f1f-9321-fccd28948f63
}
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-02-15T04:09:00.520Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: bb797f0c-692e-467b-8866-39a46fa56a89 from URL: /sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.yaml
2022-02-15T04:09:00.520Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-15T04:09:00.520Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.yaml
2022-02-15T04:09:00.623Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-15T04:09:00.624Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.yaml bb797f0c-692e-467b-8866-39a46fa56a89 5033
2022-02-15T04:09:00.624Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-15T04:09:00.624Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.yaml
2022-02-15T04:09:00.624Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-15T04:09:00.624Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:09:00.626Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:09:00.626Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644898140624,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-15T04:09:00.726Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:09:00.727Z||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-02-15T04:09:00.727Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:09:00.739Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:09:00.739Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-02-15T04:09:01.626Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4260f13a-cd14-4f1f-9321-fccd28948f63 from URL: /sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.env
2022-02-15T04:09:01.627Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-15T04:09:01.628Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.env
2022-02-15T04:09:01.709Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-15T04:09:01.710Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.env 4260f13a-cd14-4f1f-9321-fccd28948f63 909
2022-02-15T04:09:01.710Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-15T04:09:01.711Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.env
2022-02-15T04:09:01.711Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-15T04:09:01.711Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:09:01.713Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:09:01.713Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644898141710,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-02-15T04:09:01.813Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-15T04:09:01.814Z||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-02-15T04:09:01.814Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:09:01.828Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:09:01.828Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:09:02.714Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 5427fec5-d4ae-46c0-8ea2-44f669cc0f1e
2022-02-15T04:09:02.715Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_zaEaXp 0 4a7e8ca0-04bf-4b26-a3f5-8c75f8a35c6a 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-02-15T04:09:02.726Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@777a7ed, org.onap.sdc.toscaparser.api.parameters.Input@7fc4935, org.onap.sdc.toscaparser.api.parameters.Input@155177b3, org.onap.sdc.toscaparser.api.parameters.Input@46cf706d, org.onap.sdc.toscaparser.api.parameters.Input@7cbdef96]
2022-02-15T04:09:02.728Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T04:09:02.728Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zaEaXp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:09:02.728Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2022-02-15T04:09:02.728Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= de688248-93b0-4504-8a0b-5fd6ae1f0c77
2022-02-15T04:09:02.728Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: de688248-93b0-4504-8a0b-5fd6ae1f0c77 matches Tosca VF Customization UUID: de688248-93b0-4504-8a0b-5fd6ae1f0c77
2022-02-15T04:09:02.728Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: de688248-93b0-4504-8a0b-5fd6ae1f0c77 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-02-15T04:09:02.730Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T04:09:02.730Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zaEaXp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:09:02.731Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id de688248-93b0-4504-8a0b-5fd6ae1f0c77: {\"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-02-15T04:09:02.731Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@48c8d6bc
2022-02-15T04:09:02.731Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T04:09:02.731Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zaEaXp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-15T04:09:02.732Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 33a31ca7-d752-45f4-969f-a02026eb8a81
2022-02-15T04:09:02.732Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 33a31ca7-d752-45f4-969f-a02026eb8a81
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-02-15T04:09:02.734Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T04:09:02.734Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zaEaXp 0 is matching search criteria
2022-02-15T04:09:02.734Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zaEaXp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-15T04:09:02.734Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T04:09:02.734Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zaEaXp 0 is matching search criteria
2022-02-15T04:09:02.734Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zaEaXp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-15T04:09:02.735Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T04:09:02.735Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zaEaXp 0 is not matching search criteria
2022-02-15T04:09:02.735Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-15T04:09:02.735Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-15T04:09:02.735Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=cb865265-8fb9-406b-bd64-6f3b58d5aab5
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-02-15T04:09:02.737Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T04:09:02.737Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zaEaXp 0 is matching search criteria
2022-02-15T04:09:02.738Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zaEaXp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-15T04:09:02.738Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T04:09:02.738Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zaEaXp 0 is matching search criteria
2022-02-15T04:09:02.738Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zaEaXp 0] matching following query criteria: sdcType=VF, customizationUUID=de688248-93b0-4504-8a0b-5fd6ae1f0c77
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-02-15T04:09:02.739Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T04:09:02.740Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zaEaXp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:09:02.740Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 5427fec5-d4ae-46c0-8ea2-44f669cc0f1e: basic_onboard_zaEaXp
2022-02-15T04:09:02.740Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T04:09:02.740Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zaEaXp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:09:02.740Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T04:09:02.740Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zaEaXp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:09:02.740Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T04:09:02.741Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zaEaXp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:09:02.741Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T04:09:02.741Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zaEaXp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:09:02.741Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T04:09:02.741Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zaEaXp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:09:02.741Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_zaEaXp
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-02-15T04:09:02.834Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_zaEaXp 4a7e8ca0-04bf-4b26-a3f5-8c75f8a35c6a 1 ASDC deployResourceStructure
2022-02-15T04:09:02.834Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/basic_onboard_zaeaxp0_modules.json ASDC sendASDCNotification
2022-02-15T04:09:02.834Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/basic_onboard_zaeaxp0_modules.json
2022-02-15T04:09:02.835Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-15T04:09:02.835Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:09:02.836Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:09:02.836Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644898142834,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/basic_onboard_zaeaxp0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-15T04:09:02.937Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:09:02.938Z||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-02-15T04:09:02.938Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:09:02.952Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:09:02.952Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:09:03.838Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-15T04:09:03.838Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.yaml
2022-02-15T04:09:03.838Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-15T04:09:03.838Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:09:03.840Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:09:03.840Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644898143837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-02-15T04:09:03.940Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:09:03.941Z||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-02-15T04:09:03.941Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:09:03.951Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:09:03.951Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:09:04.841Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-15T04:09:04.841Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.env
2022-02-15T04:09:04.841Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-15T04:09:04.841Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:09:04.843Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:09:04.843Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644898144841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-02-15T04:09:04.943Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:09:04.944Z||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-02-15T04:09:04.944Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:09:04.955Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:09:04.956Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:09:05.844Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar ASDC sendASDCNotification
2022-02-15T04:09:05.844Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar
2022-02-15T04:09:05.844Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-15T04:09:05.845Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:09:05.846Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:09:05.847Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644898145844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-15T04:09:05.947Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:09:05.947Z||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-02-15T04:09:05.947Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:09:05.958Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:09:05.958Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:09:06.847Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c3ce5fd-610d-4c74-9a3a-232325b732de
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-02-15T04:09:06.857Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c3ce5fd-610d-4c74-9a3a-232325b732de
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-02-15T04:09:06.860Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-15T04:09:06.860Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-15T04:09:06.860Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-15T04:09:06.860Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-15T04:09:06.860Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-15T04:09:06.860Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-15T04:09:06.860Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-15T04:09:06.860Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-15T04:09:06.861Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-15T04:09:06.861Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-15T04:09:06.861Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||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-02-15T04:09:06.865Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-15T04:09:36.866Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6c3ce5fd-610d-4c74-9a3a-232325b732de 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-02-15T04:09:36.872Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6c3ce5fd-610d-4c74-9a3a-232325b732de and serviceModelVersionId: 5427fec5-d4ae-46c0-8ea2-44f669cc0f1e
2022-02-15T04:09:36.872Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 76492b5f-55d4-4c38-a410-843b6ab2684c
2022-02-15T04:09:36.872Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/76492b5f-55d4-4c38-a410-843b6ab2684c/model-vers/model-ver/5427fec5-d4ae-46c0-8ea2-44f669cc0f1e?depth=0
2022-02-15T04:09:36.876Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-02-15T04:09:36.912Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/76492b5f-55d4-4c38-a410-843b6ab2684c/model-vers/model-ver/5427fec5-d4ae-46c0-8ea2-44f669cc0f1e?depth=0|INFO|500||Invoke
2022-02-15T04:09:36.912Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/76492b5f-55d4-4c38-a410-843b6ab2684c/model-vers/model-ver/5427fec5-d4ae-46c0-8ea2-44f669cc0f1e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/76492b5f-55d4-4c38-a410-843b6ab2684c/model-vers/model-ver/5427fec5-d4ae-46c0-8ea2-44f669cc0f1e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6c3ce5fd-610d-4c74-9a3a-232325b732de], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9b80c8b5-ab51-45bd-9d5f-8c192d092a48], X-ECOMP-RequestID=[6c3ce5fd-610d-4c74-9a3a-232325b732de], X-TransactionId=[], X-ONAP-RequestID=[6c3ce5fd-610d-4c74-9a3a-232325b732de], Content-Type=[application/merge-patch+json]}
2022-02-15T04:09:36.932Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/76492b5f-55d4-4c38-a410-843b6ab2684c/model-vers/model-ver/5427fec5-d4ae-46c0-8ea2-44f669cc0f1e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-02-15T04:09:37.325Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/76492b5f-55d4-4c38-a410-843b6ab2684c/model-vers/model-ver/5427fec5-d4ae-46c0-8ea2-44f669cc0f1e?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/76492b5f-55d4-4c38-a410-843b6ab2684c/model-vers/model-ver/5427fec5-d4ae-46c0-8ea2-44f669cc0f1e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220215-04:09:36:940-51616], vertex-id=[376968], Content-Length=[0], Date=[Tue, 15 Feb 2022 04:09:36 GMT], Content-Type=[application/json]}
2022-02-15T04:09:37.325Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/76492b5f-55d4-4c38-a410-843b6ab2684c/model-vers/model-ver/5427fec5-d4ae-46c0-8ea2-44f669cc0f1e?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-15T04:09:37.326Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/76492b5f-55d4-4c38-a410-843b6ab2684c/model-vers/model-ver/5427fec5-d4ae-46c0-8ea2-44f669cc0f1e?depth=0|INFO|500||InvokeReturn
2022-02-15T04:09:37.326Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-15T04:09:37.326Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||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-02-15T04:09:37.331Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||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-02-15T04:09:37.331Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6c3ce5fd-610d-4c74-9a3a-232325b732de and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-15T04:09:37.331Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-15T04:09:37.331Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:09:37.333Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:09:37.333Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644898177331,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-15T04:09:37.433Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:09:37.434Z||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-02-15T04:09:37.434Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:09:37.452Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:09:37.453Z||pool-34-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-02-15T04:09:49.335Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:09:49.336Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|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-02-15T04:09:49.336Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:09:49.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:09:49.337Z||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-02-15T04:09:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:09:49.460Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:09:49.461Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:09:49.461Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644898129335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:09:49.461Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-15T04:09:58.883Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:10:49.335Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:10:49.336Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|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-02-15T04:10:49.336Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:10:49.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:10:49.337Z||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-02-15T04:10:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:10:49.863Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:10:49.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:10:49.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644898129335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/basic_onboard_zaeaxp0_modules.json",
"status": "NOTIFIED"
}
2022-02-15T04:10:49.865Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-15T04:10:49.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:10:49.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644898129335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-15T04:10:49.865Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-15T04:10:49.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:10:49.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644898129335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:10:49.865Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-15T04:10:49.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:10:49.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644898129335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-02-15T04:10:49.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-15T04:10:49.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:10:49.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644898129335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:10:49.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-15T04:10:49.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:10:49.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644898129335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar",
"status": "NOTIFIED"
}
2022-02-15T04:10:49.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-15T04:10:49.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:10:49.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644898137117,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-15T04:10:49.866Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:10:49.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:10:49.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644898139512,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/basic_onboard_zaeaxp0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-15T04:10:49.866Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:10:49.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:10:49.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644898140624,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-15T04:10:49.867Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:10:49.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:10:49.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644898141710,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-02-15T04:10:49.867Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:10:49.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:10:49.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644898142834,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/basic_onboard_zaeaxp0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-15T04:10:49.867Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:10:49.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:10:49.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644898143837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-02-15T04:10:49.867Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:10:49.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:10:49.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644898144841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/resourceInstances/basic_onboard_zaeaxp0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-02-15T04:10:49.867Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:10:49.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:10:49.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644898145844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZaeaxp/1.0/artifacts/service-BasicOnboardZaeaxp-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-15T04:10:49.868Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:10:49.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-15T04:10:49.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6c3ce5fd-610d-4c74-9a3a-232325b732de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644898177331,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-15T04:10:49.868Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:10:58.877Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:11:49.335Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:11:49.336Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|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-02-15T04:11:49.336Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:11:49.337Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:11:49.337Z||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-02-15T04:11:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:11:58.881Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:11:58.881Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:12:49.335Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:12:49.336Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|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-02-15T04:12:49.336Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:12:49.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:12:49.337Z||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-02-15T04:12:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:12:58.880Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:12:58.887Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:13:49.335Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:13:49.336Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|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-02-15T04:13:49.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:13:49.337Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:13:49.337Z||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-02-15T04:13:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:13:58.882Z|6c3ce5fd-610d-4c74-9a3a-232325b732de|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:13:58.882Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:14:49.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:14:49.336Z||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-02-15T04:14:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:14:49.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:14:49.337Z||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-02-15T04:14:49.338Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:14:58.880Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:14:58.886Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:15:49.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:15:49.336Z||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-02-15T04:15:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:15:49.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:15:49.337Z||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-02-15T04:15:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:15:58.876Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:15:58.883Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:16:49.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:16:49.335Z||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-02-15T04:16:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:16:49.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:16:49.337Z||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-02-15T04:16:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:16:58.882Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:16:58.883Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:17:49.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:17:49.335Z||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-02-15T04:17:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:17:49.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:17:49.337Z||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-02-15T04:17:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:17:58.881Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:17:58.883Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:18:49.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:18:49.335Z||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-02-15T04:18:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:18:49.337Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:18:49.337Z||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-02-15T04:18:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:18:58.879Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:18:58.881Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:19:49.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:19:49.336Z||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-02-15T04:19:49.336Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:19:49.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:19:49.337Z||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-02-15T04:19:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:19:49.789Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:19:49.790Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:19:49.790Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "aai-ml",
"timestamp": 1644898782021,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:19:49.791Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:19:49.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:19:49.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644898778612,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:19:49.791Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:19:49.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:19:49.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "dcae-sch",
"timestamp": 1644898774919,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:19:49.791Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:19:49.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:19:49.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "cds",
"timestamp": 1644898775418,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:19:49.791Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:19:49.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:19:49.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "aai-ml",
"timestamp": 1644898782021,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:19:49.792Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:19:49.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:19:49.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "dcae-sch",
"timestamp": 1644898774919,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:19:49.792Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:19:49.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:19:49.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "cds",
"timestamp": 1644898775418,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:19:49.792Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:19:49.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:19:49.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644898778612,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:19:49.792Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:19:49.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:19:49.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "aai-ml",
"timestamp": 1644898782021,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:19:49.792Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:19:49.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:19:49.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "cds",
"timestamp": 1644898775418,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:19:49.793Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:19:49.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:19:49.793Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "dcae-sch",
"timestamp": 1644898774919,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:19:49.793Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:19:49.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:19:49.793Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644898778612,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:19:49.793Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:19:49.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:19:49.793Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "clamp",
"timestamp": 1644898785433,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:19:49.793Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:19:49.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:19:49.793Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "aai-ml",
"timestamp": 1644898782021,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:19:49.793Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:19:49.794Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:19:49.794Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "cds",
"timestamp": 1644898775418,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:19:49.794Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:19:49.794Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:19:49.794Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "dcae-sch",
"timestamp": 1644898774919,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:19:49.794Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:19:49.794Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:19:49.794Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644898778612,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:19:49.794Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:19:49.794Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:19:49.794Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "clamp",
"timestamp": 1644898785433,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:19:49.794Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:19:49.794Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:19:49.794Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644898778612,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:19:49.795Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:19:49.795Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:19:49.795Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "aai-ml",
"timestamp": 1644898782021,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:19:49.795Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:19:49.795Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:19:49.795Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "cds",
"timestamp": 1644898775418,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:19:49.795Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:19:49.795Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:19:49.795Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "dcae-sch",
"timestamp": 1644898774919,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:19:49.795Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:19:49.795Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:19:49.795Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "clamp",
"timestamp": 1644898785433,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:19:49.795Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:19:49.795Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:19:49.795Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "aai-ml",
"timestamp": 1644898782021,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:19:49.796Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:19:49.796Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:19:49.796Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644898778612,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:19:49.796Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:19:49.796Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:19:49.796Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "cds",
"timestamp": 1644898775418,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:19:49.796Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:19:49.796Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:19:49.796Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "dcae-sch",
"timestamp": 1644898774919,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:19:49.796Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:19:49.796Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:19:49.796Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "clamp",
"timestamp": 1644898785433,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:19:49.796Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:19:49.960Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:19:49.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-15T04:19:49.961Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"3b7ce915-9f57-441e-9f8e-cb52e4230d6e","serviceName":"Demo_pNF_QB8k2jlo0x5zFQxBNcfh","serviceVersion":"1.0","serviceUUID":"957ac647-24c7-460f-926f-03518290fe52","serviceDescription":"catalog service description","serviceInvariantUUID":"e7b6a021-ea37-4188-9340-278ceb155b7e","resources":[{"resourceInstanceName":"pNF 5d8815f3-5529 0","resourceName":"pNF 5d8815f3-5529","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"eb92ab20-b569-4dfd-af3a-879ce97b0b47","resourceInvariantUUID":"1c8f5dad-3ea8-45b7-95a0-09cd719f5687","resourceCustomizationUUID":"b2389671-5fe4-4f29-8015-e3c8f9c32df1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/vf-license-model.xml","artifactChecksum":"MTQyNDQzMzFkNTc5MzFkMmE1OTU2ZWM4NGZmMzNlM2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3d2b2368-5dbd-4e7f-8f95-0cc64f65da91","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/pNF.csar","artifactChecksum":"OWY1MTE4ODA0ZGU3OGViYmI2NTY3ZWUxNDE3Y2FmMTI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ce465578-fc15-4fd1-b042-d7b81ed0cde5","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"141b2c01-b569-4c64-9d77-94575a227dcd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/vendor-license-model.xml","artifactChecksum":"NGQ5NjRhYzFkYmEwNDQyNDgxNjM2M2E1MjY0Y2MzYjU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"77ee9151-16a3-41ed-93d0-7549847f4124","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"49830e7a-be2d-48ae-b819-80fd28e8d60c","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"25c8b90c-8fbb-412b-8166-fa1c605364be","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQb8k2jlo0x5zfqxbncfh-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-template.yml","artifactChecksum":"ZWNmYzQ2NjQ1ZTI1ZWRlMDMxOGZmNDU5ZGQzOWIzYWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5aaa09bf-d619-4971-b383-8120cf7cce8a","artifactVersion":"1"},{"artifactName":"service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar","artifactChecksum":"NGRiNGI0MWMzNWQxZDc3MzU5ZWYyNjUzMmQyYTBlOTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a39b0c70-5384-4928-8cdc-6556631fb6cf","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-15T04:19:49.963Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:19:49.964Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:19:49.966Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:19:49.966Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644898789335,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:19:50.066Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:19:50.067Z||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-02-15T04:19:50.067Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:19:50.081Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:19:50.081Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:19:50.967Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:19:50.967Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:19:50.969Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:19:50.969Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644898789335,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:19:51.069Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:19:51.070Z||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-02-15T04:19:51.070Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:19:51.083Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:19:51.084Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:19:51.969Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:19:51.970Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:19:51.971Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:19:51.971Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644898789335,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:19:52.072Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-15T04:19:52.072Z||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-02-15T04:19:52.072Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:19:52.085Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:19:52.085Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:19:52.972Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:19:52.972Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:19:52.974Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:19:52.974Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644898789335,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:19:53.074Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:19:53.075Z||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-02-15T04:19:53.075Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:19:53.087Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:19:53.088Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:19:53.974Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:19:53.975Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:19:53.976Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:19:53.977Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644898789335,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:19:54.077Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:19:54.077Z||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-02-15T04:19:54.078Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:19:54.088Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:19:54.089Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:19:54.977Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:19:54.978Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:19:54.979Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:19:54.979Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644898789335,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:19:55.079Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:19:55.080Z||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-02-15T04:19:55.080Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:19:55.091Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:19:55.092Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:19:55.980Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:19:55.980Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:19:55.982Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:19:55.982Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644898789335,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:19:56.082Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:19:56.083Z||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-02-15T04:19:56.083Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:19:56.097Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:19:56.097Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:19:56.982Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:19:56.983Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:19:56.984Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:19:56.984Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644898789335,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar",
"status": "NOTIFIED"
}
2022-02-15T04:19:57.085Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-15T04:19:57.085Z||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-02-15T04:19:57.085Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:19:57.098Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:19:57.098Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-02-15T04:19:57.986Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"serviceName": "Demo_pNF_QB8k2jlo0x5zFQxBNcfh",
"serviceVersion": "1.0",
"serviceUUID": "957ac647-24c7-460f-926f-03518290fe52",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "e7b6a021-ea37-4188-9340-278ceb155b7e",
"resources": [
{
"resourceInstanceName": "pNF 5d8815f3-5529 0",
"resourceCustomizationUUID": "b2389671-5fe4-4f29-8015-e3c8f9c32df1",
"resourceName": "pNF 5d8815f3-5529",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "eb92ab20-b569-4dfd-af3a-879ce97b0b47",
"resourceInvariantUUID": "1c8f5dad-3ea8-45b7-95a0-09cd719f5687",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar",
"artifactChecksum": "NGRiNGI0MWMzNWQxZDc3MzU5ZWYyNjUzMmQyYTBlOTk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a39b0c70-5384-4928-8cdc-6556631fb6cf"
}
],
"workloadContext": "Production"
}
2022-02-15T04:19:57.986Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-15T04:19:57.986Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 957ac647-24c7-460f-926f-03518290fe52 ASDC
2022-02-15T04:19:57.986Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:3b7ce915-9f57-441e-9f8e-cb52e4230d6e
ServiceName:Demo_pNF_QB8k2jlo0x5zFQxBNcfh
ServiceVersion:1.0
ServiceUUID:957ac647-24c7-460f-926f-03518290fe52
ServiceInvariantUUID:e7b6a021-ea37-4188-9340-278ceb155b7e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar
ArtifactUUID:a39b0c70-5384-4928-8cdc-6556631fb6cf
ArtifactChecksum:NGRiNGI0MWMzNWQxZDc3MzU5ZWYyNjUzMmQyYTBlOTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 5d8815f3-5529 0
ResourceCustomizationUUID:b2389671-5fe4-4f29-8015-e3c8f9c32df1
ResourceInvariantUUID:1c8f5dad-3ea8-45b7-95a0-09cd719f5687
ResourceName:pNF 5d8815f3-5529
ResourceType:PNF
ResourceUUID:eb92ab20-b569-4dfd-af3a-879ce97b0b47
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-02-15T04:19:57.986Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 957ac647-24c7-460f-926f-03518290fe52 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-02-15T04:19:58.010Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-15T04:19:58.010Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-15T04:19:58.011Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-15T04:19:58.011Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a39b0c70-5384-4928-8cdc-6556631fb6cf from URL: /sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar
2022-02-15T04:19:58.011Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-15T04:19:58.011Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar
2022-02-15T04:19:58.066Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-15T04:19:58.069Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar a39b0c70-5384-4928-8cdc-6556631fb6cf 82615
2022-02-15T04:19:58.069Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar ASDC sendASDCNotification
2022-02-15T04:19:58.069Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar
2022-02-15T04:19:58.069Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-15T04:19:58.069Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:19:58.071Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:19:58.071Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644898798069,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-15T04:19:58.171Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:19:58.171Z||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-02-15T04:19:58.171Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:19:58.189Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:19:58.189Z||pool-43-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:19:59.071Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-15T04:19:59.072Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-15T04:19:59.072Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: a39b0c70-5384-4928-8cdc-6556631fb6cf, URL: /sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar to file: /app/ASDC/1/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar
2022-02-15T04:19:59.072Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar
2022-02-15T04:19:59.073Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar
2022-02-15T04:19:59.073Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar
2022-02-15T04:19:59.176Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1407440341773711349/Definitions/service-DemoPnfQb8k2jlo0x5zfqxbncfh-template.yml
2022-02-15T04:19:59.684Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-15T04:19:59.684Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-02-15T04:19:59.684Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar
2022-02-15T04:19:59.684Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-02-15T04:19:59.684Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar
2022-02-15T04:19:59.684Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar
2022-02-15T04:19:59.685Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar
2022-02-15T04:19:59.685Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar
2022-02-15T04:19:59.685Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar
2022-02-15T04:19:59.685Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar
2022-02-15T04:19:59.685Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5d8815f3-5529 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar
2022-02-15T04:19:59.685Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-02-15T04:19:59.685Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T04:19:59.685Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_QB8k2jlo0x5zFQxBNcfh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:19:59.685Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Node template pNF 5d8815f3-5529 0 is matching search criteria
2022-02-15T04:19:59.685Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-02-15T04:19:59.685Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 5d8815f3-5529 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-15T04:19:59.685Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T04:19:59.686Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_QB8k2jlo0x5zFQxBNcfh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:19:59.686Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Node template pNF 5d8815f3-5529 0 is matching search criteria
2022-02-15T04:19:59.686Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-02-15T04:19:59.686Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 5d8815f3-5529 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-15T04:19:59.686Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T04:19:59.686Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_QB8k2jlo0x5zFQxBNcfh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:19:59.686Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T04:19:59.686Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_QB8k2jlo0x5zFQxBNcfh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:19:59.686Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T04:19:59.686Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_QB8k2jlo0x5zFQxBNcfh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:19:59.686Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T04:19:59.686Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_QB8k2jlo0x5zFQxBNcfh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:19:59.686Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T04:19:59.687Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_QB8k2jlo0x5zFQxBNcfh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:19:59.687Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_QB8k2jlo0x5zFQxBNcfh
Description:catalog service description
Model UUID:957ac647-24c7-460f-926f-03518290fe52
Model Version:NULL
Model InvariantUuid:e7b6a021-ea37-4188-9340-278ceb155b7e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-02-15T04:19:59.691Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: eb92ab20-b569-4dfd-af3a-879ce97b0b47
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-02-15T04:19:59.694Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||pNF 5d8815f3-5529 0
2022-02-15T04:19:59.694Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: eb92ab20-b569-4dfd-af3a-879ce97b0b47
2022-02-15T04:19:59.694Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 957ac647-24c7-460f-926f-03518290fe52
2022-02-15T04:19:59.694Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 957ac647-24c7-460f-926f-03518290fe52
2022-02-15T04:19:59.694Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 5d8815f3-5529 0 eb92ab20-b569-4dfd-af3a-879ce97b0b47 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-15T04:19:59.698Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3d11104d, org.onap.sdc.toscaparser.api.parameters.Input@790defee, org.onap.sdc.toscaparser.api.parameters.Input@49254917, org.onap.sdc.toscaparser.api.parameters.Input@556b5570, org.onap.sdc.toscaparser.api.parameters.Input@60cda4e8]
2022-02-15T04:19:59.698Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T04:19:59.698Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_QB8k2jlo0x5zFQxBNcfh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:19:59.699Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 957ac647-24c7-460f-926f-03518290fe52: pNF 5d8815f3-5529
2022-02-15T04:19:59.699Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||Processing PNF resource: eb92ab20-b569-4dfd-af3a-879ce97b0b47
2022-02-15T04:19:59.699Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T04:19:59.699Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_QB8k2jlo0x5zFQxBNcfh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:19:59.699Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||Resource customization UUID: b2389671-5fe4-4f29-8015-e3c8f9c32df1 is the same as notified resource customizationUUID: b2389671-5fe4-4f29-8015-e3c8f9c32df1
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-02-15T04:19:59.752Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 5d8815f3-5529 eb92ab20-b569-4dfd-af3a-879ce97b0b47 0 ASDC deployResourceStructure
2022-02-15T04:19:59.752Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar ASDC sendASDCNotification
2022-02-15T04:19:59.752Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar
2022-02-15T04:19:59.752Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-15T04:19:59.753Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:19:59.755Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:19:59.755Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644898799752,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-15T04:19:59.861Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-02-15T04:19:59.862Z||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-02-15T04:19:59.862Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:19:59.873Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:19:59.873Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:20:00.756Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b7ce915-9f57-441e-9f8e-cb52e4230d6e
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-02-15T04:20:00.763Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b7ce915-9f57-441e-9f8e-cb52e4230d6e
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-02-15T04:20:00.765Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-15T04:20:00.765Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-15T04:20:00.765Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-15T04:20:30.765Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b7ce915-9f57-441e-9f8e-cb52e4230d6e
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-02-15T04:20:30.774Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b7ce915-9f57-441e-9f8e-cb52e4230d6e
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-02-15T04:20:30.776Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-15T04:20:30.776Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-15T04:20:30.776Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-15T04:20:49.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:20:49.337Z||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-02-15T04:20:49.338Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:20:49.359Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:20:49.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:20:49.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "aai-ml",
"timestamp": 1644898782021,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:20:49.361Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:21:00.776Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b7ce915-9f57-441e-9f8e-cb52e4230d6e
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-02-15T04:21:00.783Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b7ce915-9f57-441e-9f8e-cb52e4230d6e
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-02-15T04:21:00.787Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-15T04:21:00.787Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-15T04:21:00.787Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-15T04:21:30.787Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b7ce915-9f57-441e-9f8e-cb52e4230d6e
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-02-15T04:21:30.795Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b7ce915-9f57-441e-9f8e-cb52e4230d6e
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-02-15T04:21:30.797Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-15T04:21:30.797Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-15T04:21:30.797Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-15T04:21:49.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:21:49.337Z||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-02-15T04:21:49.338Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:21:49.362Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:21:49.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:21:49.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644898778612,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:21:49.363Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:22:00.797Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b7ce915-9f57-441e-9f8e-cb52e4230d6e
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-02-15T04:22:00.804Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b7ce915-9f57-441e-9f8e-cb52e4230d6e
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-02-15T04:22:00.806Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-15T04:22:00.806Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-15T04:22:00.806Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-15T04:22:30.806Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b7ce915-9f57-441e-9f8e-cb52e4230d6e
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-02-15T04:22:30.818Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b7ce915-9f57-441e-9f8e-cb52e4230d6e
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-02-15T04:22:30.819Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-15T04:22:30.819Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-15T04:22:30.819Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-15T04:22:49.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:22:49.337Z||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-02-15T04:22:49.337Z||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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:22:49.369Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:22:49.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "cds",
"timestamp": 1644898775418,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.372Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:22:49.372Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.372Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "dcae-sch",
"timestamp": 1644898774919,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.373Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:22:49.373Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.373Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644898789335,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.373Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:22:49.373Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.373Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "clamp",
"timestamp": 1644898785433,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.373Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:22:49.373Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.374Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "policy-id",
"timestamp": 1644898789551,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.374Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:22:49.374Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.374Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "ves-openapi-manager",
"timestamp": 1644898789853,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.374Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:22:49.374Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.374Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644898778612,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar",
"status": "NOTIFIED"
}
2022-02-15T04:22:49.374Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:22:49.374Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.374Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "aai-ml",
"timestamp": 1644898782021,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar",
"status": "NOTIFIED"
}
2022-02-15T04:22:49.375Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:22:49.375Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.375Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "cds",
"timestamp": 1644898775418,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar",
"status": "NOTIFIED"
}
2022-02-15T04:22:49.375Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:22:49.375Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.375Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "dcae-sch",
"timestamp": 1644898774919,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.375Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:22:49.375Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.375Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644898789335,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.376Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:22:49.376Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "clamp",
"timestamp": 1644898785433,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.376Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:22:49.376Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "policy-id",
"timestamp": 1644898789551,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.376Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:22:49.376Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "ves-openapi-manager",
"timestamp": 1644898789853,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.376Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:22:49.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "aai-ml",
"timestamp": 1644898791731,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-15T04:22:49.377Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:22:49.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "cds",
"timestamp": 1644898791738,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-15T04:22:49.377Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:22:49.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644898789335,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.377Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:22:49.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "clamp",
"timestamp": 1644898785433,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.378Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:22:49.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "policy-id",
"timestamp": 1644898789551,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.378Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:22:49.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "ves-openapi-manager",
"timestamp": 1644898789853,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.378Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:22:49.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "cds",
"timestamp": 1644898792744,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-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-02-15T04:22:49.386Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3b7ce915-9f57-441e-9f8e-cb52e4230d6e
2022-02-15T04:22:49.386Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b7ce915-9f57-441e-9f8e-cb52e4230d6e 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-02-15T04:22:49.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644898789335,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.396Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:22:49.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "clamp",
"timestamp": 1644898785433,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar",
"status": "NOTIFIED"
}
2022-02-15T04:22:49.396Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:22:49.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "policy-id",
"timestamp": 1644898789551,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.396Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:22:49.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "ves-openapi-manager",
"timestamp": 1644898789853,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.396Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:22:49.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644898792928,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.396Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:22:49.397Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644898789335,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.397Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:22:49.397Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "policy-id",
"timestamp": 1644898789551,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.397Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:22:49.397Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "ves-openapi-manager",
"timestamp": 1644898789853,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.397Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:22:49.397Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644898792928,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.397Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:22:49.397Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644898789335,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.398Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:22:49.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.398Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "policy-id",
"timestamp": 1644898789551,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.398Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:22:49.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.398Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "ves-openapi-manager",
"timestamp": 1644898789853,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-02-15T04:22:49.398Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:22:49.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.398Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644898792928,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.398Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:22:49.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.398Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "aai-ml",
"timestamp": 1644898795798,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-15T04:22:49.398Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:22:49.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.398Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644898789335,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.398Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:22:49.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.398Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "clamp",
"timestamp": 1644898796081,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-15T04:22:49.399Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:22:49.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "policy-id",
"timestamp": 1644898789551,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.399Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:22:49.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "ves-openapi-manager",
"timestamp": 1644898789853,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.399Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:22:49.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644898792928,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.399Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:22:49.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "aai-ml",
"timestamp": 1644898796801,
"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-02-15T04:22:49.404Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3b7ce915-9f57-441e-9f8e-cb52e4230d6e
2022-02-15T04:22:49.404Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b7ce915-9f57-441e-9f8e-cb52e4230d6e 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-02-15T04:22:49.412Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.412Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644898789335,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar",
"status": "NOTIFIED"
}
2022-02-15T04:22:49.413Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:22:49.413Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.413Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "policy-id",
"timestamp": 1644898789551,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar",
"status": "NOTIFIED"
}
2022-02-15T04:22:49.413Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:22:49.413Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.413Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "ves-openapi-manager",
"timestamp": 1644898789853,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.413Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:22:49.413Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.413Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "clamp",
"timestamp": 1644898797501,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-15T04:22:49.413Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:22:49.413Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.413Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644898792928,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.413Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:22:49.413Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.414Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644898798069,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-15T04:22:49.414Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:22:49.414Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.414Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "policy-id",
"timestamp": 1644898798253,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-15T04:22:49.414Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:22:49.414Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.414Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "clamp",
"timestamp": 1644898798506,
"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-02-15T04:22:49.418Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3b7ce915-9f57-441e-9f8e-cb52e4230d6e
2022-02-15T04:22:49.418Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b7ce915-9f57-441e-9f8e-cb52e4230d6e 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-02-15T04:22:49.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644898792928,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.426Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:22:49.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "ves-openapi-manager",
"timestamp": 1644898798635,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-15T04:22:49.426Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:22:49.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "policy-id",
"timestamp": 1644898799256,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-15T04:22:49.426Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:22:49.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644898792928,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:22:49.426Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:22:49.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644898799752,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-15T04:22:49.427Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:22:49.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "ves-openapi-manager",
"timestamp": 1644898799831,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/resourceInstances/pnf5d8815f355290/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-02-15T04:22:49.427Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:22:49.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "policy-id",
"timestamp": 1644898800258,
"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-02-15T04:22:49.431Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3b7ce915-9f57-441e-9f8e-cb52e4230d6e
2022-02-15T04:22:49.431Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b7ce915-9f57-441e-9f8e-cb52e4230d6e 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-02-15T04:22:49.437Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.437Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644898792928,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar",
"status": "NOTIFIED"
}
2022-02-15T04:22:49.438Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-15T04:22:49.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.438Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "ves-openapi-manager",
"timestamp": 1644898800836,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-15T04:22:49.441Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 3b7ce915-9f57-441e-9f8e-cb52e4230d6e
2022-02-15T04:22:49.441Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b7ce915-9f57-441e-9f8e-cb52e4230d6e and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-15T04:22:49.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644898801634,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-15T04:22:49.449Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:22:49.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644898803348,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQb8k2jlo0x5zfqxbncfh/1.0/artifacts/service-DemoPnfQb8k2jlo0x5zfqxbncfh-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-15T04:22:49.449Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-15T04:22:49.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-15T04:22:49.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644898804351,
"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-02-15T04:22:49.453Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3b7ce915-9f57-441e-9f8e-cb52e4230d6e
2022-02-15T04:22:49.453Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b7ce915-9f57-441e-9f8e-cb52e4230d6e 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-02-15T04:23:00.820Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b7ce915-9f57-441e-9f8e-cb52e4230d6e
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-02-15T04:23:00.829Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b7ce915-9f57-441e-9f8e-cb52e4230d6e
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-02-15T04:23:00.831Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-15T04:23:00.831Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-15T04:23:00.832Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-15T04:23:00.832Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-15T04:23:00.832Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-15T04:23:00.832Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-15T04:23:00.832Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-15T04:23:00.832Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-15T04:23:00.832Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-15T04:23:00.832Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-15T04:23:00.832Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-15T04:23:00.832Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-15T04:23:00.836Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-15T04:23:30.837Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3b7ce915-9f57-441e-9f8e-cb52e4230d6e 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-02-15T04:23:30.842Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3b7ce915-9f57-441e-9f8e-cb52e4230d6e and serviceModelVersionId: 957ac647-24c7-460f-926f-03518290fe52
2022-02-15T04:23:30.842Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e7b6a021-ea37-4188-9340-278ceb155b7e
2022-02-15T04:23:30.843Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e7b6a021-ea37-4188-9340-278ceb155b7e/model-vers/model-ver/957ac647-24c7-460f-926f-03518290fe52?depth=0
2022-02-15T04:23:30.847Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-02-15T04:23:30.881Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7b6a021-ea37-4188-9340-278ceb155b7e/model-vers/model-ver/957ac647-24c7-460f-926f-03518290fe52?depth=0|INFO|500||Invoke
2022-02-15T04:23:30.882Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7b6a021-ea37-4188-9340-278ceb155b7e/model-vers/model-ver/957ac647-24c7-460f-926f-03518290fe52?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7b6a021-ea37-4188-9340-278ceb155b7e/model-vers/model-ver/957ac647-24c7-460f-926f-03518290fe52?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3b7ce915-9f57-441e-9f8e-cb52e4230d6e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e06a673a-8f34-499d-b99a-edfa74803e22], X-ECOMP-RequestID=[3b7ce915-9f57-441e-9f8e-cb52e4230d6e], X-TransactionId=[], X-ONAP-RequestID=[3b7ce915-9f57-441e-9f8e-cb52e4230d6e], Content-Type=[application/merge-patch+json]}
2022-02-15T04:23:30.901Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7b6a021-ea37-4188-9340-278ceb155b7e/model-vers/model-ver/957ac647-24c7-460f-926f-03518290fe52?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-02-15T04:23:31.102Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7b6a021-ea37-4188-9340-278ceb155b7e/model-vers/model-ver/957ac647-24c7-460f-926f-03518290fe52?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/e7b6a021-ea37-4188-9340-278ceb155b7e/model-vers/model-ver/957ac647-24c7-460f-926f-03518290fe52?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220215-04:23:30:909-65967], vertex-id=[381064], Content-Length=[0], Date=[Tue, 15 Feb 2022 04:23:30 GMT], Content-Type=[application/json]}
2022-02-15T04:23:31.102Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7b6a021-ea37-4188-9340-278ceb155b7e/model-vers/model-ver/957ac647-24c7-460f-926f-03518290fe52?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-15T04:23:31.102Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7b6a021-ea37-4188-9340-278ceb155b7e/model-vers/model-ver/957ac647-24c7-460f-926f-03518290fe52?depth=0|INFO|500||InvokeReturn
2022-02-15T04:23:31.103Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-15T04:23:31.103Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-15T04:23:31.107Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-02-15T04:23:31.107Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3b7ce915-9f57-441e-9f8e-cb52e4230d6e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-15T04:23:31.107Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-15T04:23:31.107Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:23:31.109Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:23:31.109Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "3b7ce915-9f57-441e-9f8e-cb52e4230d6e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644899011107,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-15T04:23:31.209Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:23:31.211Z||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-02-15T04:23:31.211Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:23:31.225Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:23:31.225Z||pool-45-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-15T04:23:32.120Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-15T04:23:32.120Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|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-02-15T04:23:32.120Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|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 nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:23:36.802Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:23:36.802Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-15T04:23:36.802Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"955b6d70-15a5-4b97-88fc-ba655ad7b67b","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"e6fe7095-d91e-4091-98d0-235704b1a3ac","serviceDescription":"service","serviceInvariantUUID":"7847a36b-2f89-455b-9cdf-e09dbac8fab7","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"25e3abfe-db63-4091-9d1b-3f8790074f7d","resourceInvariantUUID":"3c41f846-9891-475e-9838-e64dec16bd05","resourceCustomizationUUID":"b0a41b26-15aa-4ccd-b3ef-609f68a373d1","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":"ZTRiNGE3ZGU2MDRkZmIyNTNmYjlmY2ZkZjI4OWY4NGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"43a74868-e0ca-44fe-962b-37b46583631a","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":"NjI2NWMxYWI3YmY0YTE2ZmVhYjc1YTgxNDdmYjM0YTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c2c3e3dd-730b-4450-b8e5-93b82d794446","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":"006c6568-7707-424f-9f7d-154138deeeb1","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":"41811477-5703-4a3c-83dc-04840e6c78de","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":"fa8f8ab6-d65d-4e83-8ef8-052fce4a5551","artifactVersion":"2","generatedFromUUID":"006c6568-7707-424f-9f7d-154138deeeb1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MzFkZWJlNWIzZGM3N2Y2ZmZkMzk0M2Q0MjFjNDMzZTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"aff5ed33-5464-44c4-822a-1b82f4de276c","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YzQ0YTRkMzc2M2VjYTQ0YzFiYTgzNmE4MzdiZmMyMDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"db450787-f726-4cf6-987c-cd852a9e51dc","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-15T04:23:36.804Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:23:36.805Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:23:36.806Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:23:36.806Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644899012120,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:23:36.907Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-15T04:23:36.907Z||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-02-15T04:23:36.907Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:23:36.921Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:23:36.921Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:23:37.807Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:23:37.807Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:23:37.809Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:23:37.809Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644899012120,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-02-15T04:23:37.909Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:23:37.909Z||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-02-15T04:23:37.910Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:23:37.919Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:23:37.920Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:23:38.809Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:23:38.810Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:23:38.811Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:23:38.811Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644899012120,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-02-15T04:23:38.912Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:23:38.912Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-15T04:23:38.912Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:23:38.926Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:23:38.926Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:23:39.812Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:23:39.813Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:23:39.814Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:23:39.814Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644899012120,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:23:39.914Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:23:39.915Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-15T04:23:39.915Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:23:39.926Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:23:39.927Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:23:40.815Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:23:40.815Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:23:40.817Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:23:40.817Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644899012120,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-02-15T04:23:40.917Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-15T04:23:40.918Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-15T04:23:40.918Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:23:40.931Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:23:40.932Z||pool-50-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:23:41.818Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:23:41.818Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:23:41.820Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:23:41.820Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644899012120,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-15T04:23:41.920Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:23:41.921Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-15T04:23:41.921Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:23:41.933Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:23:41.933Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:23:42.820Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-15T04:23:42.821Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:23:42.823Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:23:42.823Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644899012120,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-02-15T04:23:42.923Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:23:42.924Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-15T04:23:42.924Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:23:42.936Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:23:42.936Z||pool-52-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:23:43.824Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "e6fe7095-d91e-4091-98d0-235704b1a3ac",
"serviceDescription": "service",
"serviceInvariantUUID": "7847a36b-2f89-455b-9cdf-e09dbac8fab7",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "b0a41b26-15aa-4ccd-b3ef-609f68a373d1",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "25e3abfe-db63-4091-9d1b-3f8790074f7d",
"resourceInvariantUUID": "3c41f846-9891-475e-9838-e64dec16bd05",
"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": "NjI2NWMxYWI3YmY0YTE2ZmVhYjc1YTgxNDdmYjM0YTQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c2c3e3dd-730b-4450-b8e5-93b82d794446",
"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": "006c6568-7707-424f-9f7d-154138deeeb1",
"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": "fa8f8ab6-d65d-4e83-8ef8-052fce4a5551",
"generatedFromUUID": "006c6568-7707-424f-9f7d-154138deeeb1"
},
"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": "fa8f8ab6-d65d-4e83-8ef8-052fce4a5551",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "YzQ0YTRkMzc2M2VjYTQ0YzFiYTgzNmE4MzdiZmMyMDc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "db450787-f726-4cf6-987c-cd852a9e51dc"
}
],
"workloadContext": "Production"
}
2022-02-15T04:23:43.824Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-15T04:23:43.824Z|3b7ce915-9f57-441e-9f8e-cb52e4230d6e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e6fe7095-d91e-4091-98d0-235704b1a3ac ASDC
2022-02-15T04:23:43.825Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:955b6d70-15a5-4b97-88fc-ba655ad7b67b
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:e6fe7095-d91e-4091-98d0-235704b1a3ac
ServiceInvariantUUID:7847a36b-2f89-455b-9cdf-e09dbac8fab7
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:db450787-f726-4cf6-987c-cd852a9e51dc
ArtifactChecksum:YzQ0YTRkMzc2M2VjYTQ0YzFiYTgzNmE4MzdiZmMyMDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:b0a41b26-15aa-4ccd-b3ef-609f68a373d1
ResourceInvariantUUID:3c41f846-9891-475e-9838-e64dec16bd05
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:25e3abfe-db63-4091-9d1b-3f8790074f7d
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:c2c3e3dd-730b-4450-b8e5-93b82d794446
ArtifactChecksum:NjI2NWMxYWI3YmY0YTE2ZmVhYjc1YTgxNDdmYjM0YTQ=
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:006c6568-7707-424f-9f7d-154138deeeb1
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:fa8f8ab6-d65d-4e83-8ef8-052fce4a5551
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:fa8f8ab6-d65d-4e83-8ef8-052fce4a5551
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-02-15T04:23:43.825Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e6fe7095-d91e-4091-98d0-235704b1a3ac 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-02-15T04:23:43.850Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-15T04:23:43.850Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-15T04:23:43.850Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-15T04:23:43.850Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: db450787-f726-4cf6-987c-cd852a9e51dc from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-02-15T04:23:43.850Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-15T04:23:43.850Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-02-15T04:23:44.018Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-15T04:23:44.021Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar db450787-f726-4cf6-987c-cd852a9e51dc 71050
2022-02-15T04:23:44.021Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-02-15T04:23:44.021Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-02-15T04:23:44.021Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-15T04:23:44.021Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:23:44.023Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:23:44.023Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644899024021,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-15T04:23:44.123Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:23:44.124Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-15T04:23:44.124Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:23:44.135Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:23:44.136Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:23:45.024Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-15T04:23:45.024Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-02-15T04:23:45.025Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: db450787-f726-4cf6-987c-cd852a9e51dc, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-02-15T04:23:45.025Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-02-15T04:23:45.025Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-02-15T04:23:45.025Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-02-15T04:23:45.179Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14139714103853548547/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-02-15T04:23:45.961Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-15T04:23:45.961Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-02-15T04:23:45.961Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-15T04:23:45.961Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-02-15T04:23:45.961Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||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-02-15T04:23:45.961Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||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-02-15T04:23:45.961Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-15T04:23:45.961Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-15T04:23:45.961Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-15T04:23:45.961Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||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-02-15T04:23:45.961Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-15T04:23:45.962Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||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-02-15T04:23:45.962Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-15T04:23:45.962Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-02-15T04:23:45.962Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T04:23:45.962Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:23:45.962Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-15T04:23:45.962Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-02-15T04:23:45.962Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-15T04:23:45.962Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T04:23:45.962Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:23:45.962Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-15T04:23:45.963Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-02-15T04:23:45.963Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-15T04:23:45.963Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T04:23:45.963Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:23:45.963Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T04:23:45.963Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-02-15T04:23:45.963Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-02-15T04:23:45.963Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-02-15T04:23:45.963Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-02-15T04:23:45.963Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-02-15T04:23:45.963Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-15T04:23:45.963Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T04:23:45.964Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-15T04:23:45.964Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T04:23:45.964Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-15T04:23:45.964Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-15T04:23:45.964Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T04:23:45.964Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-15T04:23:45.964Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-15T04:23:45.964Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T04:23:45.964Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-15T04:23:45.964Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-15T04:23:45.965Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T04:23:45.965Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-02-15T04:23:45.965Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-02-15T04:23:45.965Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-02-15T04:23:45.965Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7c326d67-ed91-4d7c-8efc-e3359657a5a3
2022-02-15T04:23:45.965Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T04:23:45.965Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:23:45.965Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T04:23:45.965Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:23:45.965Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T04:23:45.965Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:23:45.965Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-15T04:23:45.966Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-15T04:23:45.966Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_vm
Description:service
Model UUID:e6fe7095-d91e-4091-98d0-235704b1a3ac
Model Version:NULL
Model InvariantUuid:7847a36b-2f89-455b-9cdf-e09dbac8fab7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_vm
Model UUID:213b3a4d-f2fd-4102-a8d4-57fb11fc4f23
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3c41f846-9891-475e-9838-e64dec16bd05
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:b0a41b26-15aa-4ccd-b3ef-609f68a373d1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:3d15ac0a-2d5e-428a-93dc-5a5279a663cb
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:33bb8da9-f03d-4e9c-a924-dbc455c93c5d
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:7c326d67-ed91-4d7c-8efc-e3359657a5a3
ModelInvariantUuid:a3693f60-2c4a-40de-b4ac-1b9b80c6efa6
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:c72640ff-102f-49f6-aeab-13ec4f9e7894
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20
VNFC Properties:
ModelCustomizationUuid:f11833b6-4dbb-496d-a68d-f0cf9dd83d0f
ModelInvariantUuid:02fbc691-c880-4252-bc73-96652f4119fe
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:c9cc7b3f-2a1a-4236-8fae-4c8bc3760696
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-02-15T04:23:45.970Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 25e3abfe-db63-4091-9d1b-3f8790074f7d
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-02-15T04:23:45.972Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||basic_vm 0
2022-02-15T04:23:45.972Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 25e3abfe-db63-4091-9d1b-3f8790074f7d
2022-02-15T04:23:45.973Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c2c3e3dd-730b-4450-b8e5-93b82d794446 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-02-15T04:23:45.973Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-15T04:23:45.973Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-02-15T04:23:46.009Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-15T04:23:46.009Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json c2c3e3dd-730b-4450-b8e5-93b82d794446 787
2022-02-15T04:23:46.010Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-02-15T04:23:46.010Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-02-15T04:23:46.010Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-15T04:23:46.010Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:23:46.012Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:23:46.012Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644899026010,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-15T04:23:46.112Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:23:46.113Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-15T04:23:46.113Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:23:46.126Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:23:46.126Z||pool-54-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-02-15T04:23:47.012Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "3d15ac0a-2d5e-428a-93dc-5a5279a663cb",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "33bb8da9-f03d-4e9c-a924-dbc455c93c5d",
"vfModuleModelCustomizationUUID": "5995c942-140c-43e2-891d-7799c36d8e0b",
"isBase": true,
"artifacts": [
"006c6568-7707-424f-9f7d-154138deeeb1",
"fa8f8ab6-d65d-4e83-8ef8-052fce4a5551"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-02-15T04:23:47.015Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:33bb8da9-f03d-4e9c-a924-dbc455c93c5d
VfModuleModelInvariantUUID:3d15ac0a-2d5e-428a-93dc-5a5279a663cb
VfModuleModelDescription:NULL
Artifacts UUID List:{
006c6568-7707-424f-9f7d-154138deeeb1
,
fa8f8ab6-d65d-4e83-8ef8-052fce4a5551
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
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-02-15T04:23:47.017Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "3d15ac0a-2d5e-428a-93dc-5a5279a663cb",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "33bb8da9-f03d-4e9c-a924-dbc455c93c5d",
"vfModuleModelCustomizationUUID": "5995c942-140c-43e2-891d-7799c36d8e0b",
"isBase": true,
"artifacts": [
"006c6568-7707-424f-9f7d-154138deeeb1",
"fa8f8ab6-d65d-4e83-8ef8-052fce4a5551"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-02-15T04:23:47.017Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:33bb8da9-f03d-4e9c-a924-dbc455c93c5d
VfModuleModelInvariantUUID:3d15ac0a-2d5e-428a-93dc-5a5279a663cb
VfModuleModelDescription:NULL
Artifacts UUID List:{
006c6568-7707-424f-9f7d-154138deeeb1
,
fa8f8ab6-d65d-4e83-8ef8-052fce4a5551
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
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-02-15T04:23:47.017Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 006c6568-7707-424f-9f7d-154138deeeb1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-02-15T04:23:47.017Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-15T04:23:47.017Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-02-15T04:23:47.053Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-15T04:23:47.053Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 006c6568-7707-424f-9f7d-154138deeeb1 5033
2022-02-15T04:23:47.053Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-02-15T04:23:47.053Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-02-15T04:23:47.053Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-15T04:23:47.054Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:23:47.055Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:23:47.055Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644899027053,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-15T04:23:47.155Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:23:47.156Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-15T04:23:47.156Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:23:47.168Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:23:47.168Z||pool-55-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:23:48.056Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: fa8f8ab6-d65d-4e83-8ef8-052fce4a5551 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-02-15T04:23:48.056Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-02-15T04:23:48.057Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-02-15T04:23:48.199Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-02-15T04:23:48.199Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env fa8f8ab6-d65d-4e83-8ef8-052fce4a5551 903
2022-02-15T04:23:48.199Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-02-15T04:23:48.199Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-02-15T04:23:48.199Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-15T04:23:48.200Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-02-15T04:23:48.201Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-15T04:23:48.201Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "955b6d70-15a5-4b97-88fc-ba655ad7b67b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644899028199,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-02-15T04:23:48.302Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-15T04:23:48.302Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-15T04:23:48.302Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nCr6gBbJ4ZhkOVOY) ...
2022-02-15T04:23:48.313Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-15T04:23:48.313Z||pool-56-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-15T04:23:49.202Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: e6fe7095-d91e-4091-98d0-235704b1a3ac
2022-02-15T04:23:49.202Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 25e3abfe-db63-4091-9d1b-3f8790074f7d 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-02-15T04:23:49.213Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@49ea1f0e, org.onap.sdc.toscaparser.api.parameters.Input@77428c46, org.onap.sdc.toscaparser.api.parameters.Input@26bce4f2, org.onap.sdc.toscaparser.api.parameters.Input@20b885bd, org.onap.sdc.toscaparser.api.parameters.Input@3933fccb]
2022-02-15T04:23:49.214Z|955b6d70-15a5-4b97-88fc-ba655ad7b67b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery