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-04-12T02:08:39.837Z||main|||||INFO|500||The following profiles are active: basic
2022-04-12T02:08:49.189Z||main|||||INFO|500||Starting service [Tomcat]
2022-04-12T02:08:49.190Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-04-12T02:08:49.272Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-04-12T02:08:51.818Z||main|||||INFO|500||catdb-pool - Starting...
2022-04-12T02:08:51.998Z||main|||||INFO|500||catdb-pool - Start completed.
2022-04-12T02:08:52.444Z||main|||||INFO|500||reqdb-pool - Starting...
2022-04-12T02:08:52.475Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-04-12T02:08:52.567Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-04-12T02:08:52.692Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-04-12T02:08:53.044Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-04-12T02:08:53.977Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-12T02:08:55.890Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-12T02:08:55.937Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-04-12T02:08:56.389Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-12T02:08:56.735Z||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-04-12T02:08:57.846Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-12T02:08:58.827Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-04-12T02:08:58.847Z||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$$e3135fed.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-04-12T02:08:58.848Z||main|||||WARN|500||The sdc end point is not alive
2022-04-12T02:09:01.666Z||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-04-12T02:09:04.471Z||main|||||WARN|500||---
2022-04-12T02:09:04.472Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-04-12T02:09:04.472Z||main|||||WARN|500||---
2022-04-12T02:09:04.868Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-04-12T02:09:09.153Z||main|||||INFO|500||Started Application in 33.833 seconds (JVM running for 35.064)
2022-04-12T02:09:09.169Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-12T02:09:09.170Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-12T02:09:09.179Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-12T02:09:09.240Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-12T02:09:09.277Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d736f786-6f65-4df6-b693-2ded3b8817a2 url= /sdc/v1/artifactTypes
2022-04-12T02:09:09.278Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-12T02:09:09.564Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-04-12T02:09:09.583Z||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-04-12T02:09:09.613Z||scheduling-1|||||DEBUG|500||create keys
2022-04-12T02:09:09.626Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-04-12T02:09:10.842Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:09:10.860Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 6b1f14e2-e180-4eab-9c69-f879fb16148b url= /sdc/v1/registerForDistribution
2022-04-12T02:09:11.919Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 6b1f14e2-e180-4eab-9c69-f879fb16148b url= /sdc/v1/registerForDistribution
2022-04-12T02:09:11.920Z||scheduling-1|||||INFO|500||start DistributionClient
2022-04-12T02:09:11.930Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:09:11.934Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-04-12T02:09:11.935Z||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-04-12T02:09:11.935Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:09:11.930Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:09:11.937Z||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-04-12T02:09:11.937Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:09:28.680Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:09:28.955Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:10:11.928Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:10:11.929Z||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-04-12T02:10:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:10:11.930Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:10:11.931Z||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-04-12T02:10:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:10:21.472Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:10:21.472Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:11:11.928Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:11:11.929Z||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-04-12T02:11:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:11:11.931Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:11:11.932Z||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-04-12T02:11:11.932Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:11:21.466Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:11:21.466Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:12:11.928Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:12:11.929Z||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-04-12T02:12:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:12:11.930Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:12:11.930Z||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-04-12T02:12:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:12:21.473Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:12:21.474Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:13:11.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:13:11.929Z||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-04-12T02:13:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:13:11.930Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:13:11.932Z||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-04-12T02:13:11.932Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:13:21.469Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:13:21.469Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:14:11.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:14:11.929Z||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-04-12T02:14:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:14:11.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:14:11.930Z||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-04-12T02:14:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:14:21.470Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:14:21.470Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:15:11.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:15:11.929Z||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-04-12T02:15:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:15:11.930Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:15:11.930Z||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-04-12T02:15:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:15:21.470Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:15:21.471Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:16:11.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:16:11.929Z||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-04-12T02:16:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:16:11.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:16:11.932Z||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-04-12T02:16:11.932Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:16:21.467Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:16:21.468Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:17:11.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:17:11.930Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:17:11.932Z||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-04-12T02:17:11.932Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:17:11.935Z||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-04-12T02:17:11.935Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:17:21.474Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:17:21.474Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:18:11.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:18:11.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:18:11.930Z||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-04-12T02:18:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:18:11.931Z||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-04-12T02:18:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:18:21.470Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:18:21.472Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:18:43.083Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-12T02:19:11.928Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:19:11.928Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:19:11.929Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wdAVihK7YGpqBtkQ) ...
2022-04-12T02:19:11.930Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:19:11.930Z||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-04-12T02:19:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:19:21.473Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:19:21.473Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:20:11.928Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:20:11.929Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:20:11.929Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wdAVihK7YGpqBtkQ) ...
2022-04-12T02:20:11.930Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:20:11.930Z||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-04-12T02:20:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:20:21.467Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:20:21.467Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:21:11.928Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:21:11.929Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:21:11.929Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wdAVihK7YGpqBtkQ) ...
2022-04-12T02:21:11.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:21:11.930Z||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-04-12T02:21:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:21:21.467Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:21:21.467Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:22:11.928Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:22:11.929Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:22:11.929Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wdAVihK7YGpqBtkQ) ...
2022-04-12T02:22:11.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:22:11.931Z||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-04-12T02:22:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:22:21.474Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:22:21.474Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:23:11.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:23:11.929Z||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-04-12T02:23:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:23:11.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:23:11.931Z||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-04-12T02:23:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:23:21.468Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:23:21.468Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:24:11.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:24:11.928Z||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-04-12T02:24:11.928Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:24:11.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:24:11.930Z||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-04-12T02:24:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:24:21.466Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:24:21.466Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:25:11.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:25:11.929Z||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-04-12T02:25:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:25:11.930Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:25:11.930Z||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-04-12T02:25:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:25:21.467Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:25:21.467Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:26:11.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:26:11.929Z||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-04-12T02:26:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:26:11.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:26:11.930Z||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-04-12T02:26:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:26:21.468Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:26:21.474Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:27:11.928Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:27:11.929Z||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-04-12T02:27:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:27:11.930Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:27:11.931Z||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-04-12T02:27:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:27:21.468Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:27:21.468Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:28:11.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:28:11.929Z||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-04-12T02:28:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:28:11.930Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:28:11.932Z||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-04-12T02:28:11.932Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:28:21.468Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:28:21.468Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:29:11.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:29:11.928Z||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-04-12T02:29:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:29:11.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:29:11.930Z||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-04-12T02:29:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:29:21.466Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:29:21.466Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:30:11.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:30:11.929Z||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-04-12T02:30:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:30:11.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:30:11.930Z||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-04-12T02:30:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:30:21.473Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:30:21.478Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:31:11.928Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:31:11.929Z||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-04-12T02:31:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:31:11.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:31:11.931Z||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-04-12T02:31:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:31:21.465Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:31:21.467Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:32:11.928Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:32:11.928Z||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-04-12T02:32:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:32:11.930Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:32:11.931Z||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-04-12T02:32:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:32:21.469Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:32:21.469Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:33:11.928Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:33:11.929Z||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-04-12T02:33:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:33:11.930Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:33:11.930Z||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-04-12T02:33:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:33:21.466Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:33:21.467Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:34:11.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:34:11.929Z||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-04-12T02:34:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:34:11.930Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:34:11.930Z||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-04-12T02:34:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:34:21.475Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:34:21.475Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:35:11.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:35:11.929Z||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-04-12T02:35:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:35:11.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:35:11.930Z||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-04-12T02:35:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:35:21.465Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:35:21.466Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:36:11.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:36:11.928Z||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-04-12T02:36:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:36:11.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:36:11.930Z||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-04-12T02:36:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:36:21.466Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:36:21.466Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:37:11.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:37:11.928Z||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-04-12T02:37:11.928Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:37:11.930Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:37:11.930Z||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-04-12T02:37:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:37:21.463Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:37:21.463Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:38:11.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:38:11.928Z||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-04-12T02:38:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:38:11.930Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:38:11.930Z||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-04-12T02:38:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:38:21.466Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:38:21.465Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:39:11.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:39:11.929Z||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-04-12T02:39:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:39:11.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:39:11.930Z||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-04-12T02:39:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:39:21.466Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:39:21.466Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:40:11.928Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:40:11.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:40:11.930Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:40:11.930Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wdAVihK7YGpqBtkQ) ...
2022-04-12T02:40:11.930Z||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-04-12T02:40:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:40:21.465Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:40:21.465Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:41:11.928Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:41:11.929Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:41:11.929Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wdAVihK7YGpqBtkQ) ...
2022-04-12T02:41:11.930Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:41:11.930Z||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-04-12T02:41:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:41:21.468Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:41:21.474Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:42:11.928Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:42:11.929Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:42:11.929Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wdAVihK7YGpqBtkQ) ...
2022-04-12T02:42:11.930Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:42:11.930Z||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-04-12T02:42:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:42:21.466Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:42:21.466Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:43:11.928Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:43:11.928Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:43:11.928Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wdAVihK7YGpqBtkQ) ...
2022-04-12T02:43:11.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:43:11.930Z||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-04-12T02:43:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:43:21.466Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:43:21.466Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:44:11.928Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:44:11.928Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:44:11.928Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wdAVihK7YGpqBtkQ) ...
2022-04-12T02:44:11.930Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:44:11.930Z||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-04-12T02:44:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:44:21.464Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:44:21.464Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:45:11.927Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:45:11.928Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:45:11.928Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wdAVihK7YGpqBtkQ) ...
2022-04-12T02:45:11.930Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:45:11.930Z||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-04-12T02:45:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:45:21.464Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:45:21.464Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:46:11.928Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:46:11.928Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:46:11.929Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wdAVihK7YGpqBtkQ) ...
2022-04-12T02:46:11.930Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:46:11.930Z||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-04-12T02:46:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:46:21.465Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:46:21.465Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:47:11.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:47:11.929Z||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-04-12T02:47:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:47:11.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:47:11.931Z||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-04-12T02:47:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:47:21.463Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:47:21.464Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:48:11.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:48:11.928Z||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-04-12T02:48:11.928Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:48:11.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:48:11.931Z||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-04-12T02:48:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:48:21.466Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:48:21.467Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:49:11.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:49:11.928Z||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-04-12T02:49:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:49:11.930Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:49:11.930Z||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-04-12T02:49:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:49:21.463Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:49:21.463Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:50:11.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:50:11.928Z||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-04-12T02:50:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:50:11.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:50:11.930Z||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-04-12T02:50:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:50:21.463Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:50:21.463Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:51:11.928Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:51:11.928Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:51:11.929Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wdAVihK7YGpqBtkQ) ...
2022-04-12T02:51:11.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:51:11.930Z||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-04-12T02:51:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:51:21.465Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:51:21.466Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:52:11.928Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:52:11.929Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:52:11.929Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wdAVihK7YGpqBtkQ) ...
2022-04-12T02:52:11.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:52:11.930Z||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-04-12T02:52:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:52:21.465Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:52:21.465Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:53:11.928Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:53:11.930Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:53:11.930Z||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-04-12T02:53:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:53:11.929Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:53:11.931Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wdAVihK7YGpqBtkQ) ...
2022-04-12T02:53:21.469Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:53:21.474Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:54:11.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:54:11.929Z||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-04-12T02:54:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:54:11.930Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:54:11.932Z||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-04-12T02:54:11.932Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:54:21.468Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:54:21.468Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:55:11.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:55:11.929Z||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-04-12T02:55:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:55:11.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:55:11.930Z||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-04-12T02:55:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:55:21.466Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:55:21.467Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:56:11.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:56:11.929Z||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-04-12T02:56:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:56:11.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:56:11.930Z||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-04-12T02:56:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:56:21.464Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:56:21.466Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:57:11.928Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:57:11.929Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:57:11.930Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wdAVihK7YGpqBtkQ) ...
2022-04-12T02:57:11.930Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:57:11.930Z||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-04-12T02:57:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:57:21.463Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:57:21.463Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:58:11.928Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:58:11.929Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:58:11.929Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wdAVihK7YGpqBtkQ) ...
2022-04-12T02:58:11.930Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:58:11.930Z||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-04-12T02:58:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:58:21.463Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:58:21.465Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:59:11.928Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:59:11.929Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:59:11.929Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wdAVihK7YGpqBtkQ) ...
2022-04-12T02:59:11.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:59:11.931Z||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-04-12T02:59:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:59:21.464Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T02:59:21.464Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:00:11.928Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:00:11.929Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:00:11.929Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:00:11.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:00:11.930Z||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-04-12T03:00:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:00:21.466Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:00:21.467Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:01:11.928Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:01:11.929Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:01:11.929Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:01:11.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:01:11.930Z||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-04-12T03:01:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:01:21.463Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:01:21.464Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:02:11.928Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:02:11.929Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:02:11.929Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:02:11.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:02:11.930Z||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-04-12T03:02:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:02:21.464Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:02:21.464Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:03:11.928Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:03:11.929Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:03:11.929Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:03:11.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:03:11.930Z||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-04-12T03:03:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:03:21.467Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:03:21.467Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:04:11.928Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:04:11.929Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:04:11.929Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:04:11.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:04:11.932Z||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-04-12T03:04:11.933Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:04:21.465Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:04:21.466Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:05:11.928Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:05:11.928Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:05:11.929Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:05:11.930Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:05:11.930Z||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-04-12T03:05:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:05:21.468Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:05:21.468Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:06:11.928Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:06:11.928Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:06:11.928Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:06:11.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:06:11.930Z||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-04-12T03:06:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:06:21.462Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:06:21.462Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:07:11.928Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:07:11.929Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:07:11.929Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:07:11.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:07:11.930Z||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-04-12T03:07:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:07:21.468Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:07:21.468Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:08:11.927Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:08:11.928Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:08:11.928Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:08:11.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:08:11.930Z||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-04-12T03:08:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:08:21.463Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:08:21.464Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:09:11.928Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:09:11.929Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:09:11.929Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:09:11.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:09:11.931Z||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-04-12T03:09:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:09:21.463Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:09:21.463Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:10:11.928Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:10:11.929Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:10:11.929Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:10:11.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:10:11.930Z||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-04-12T03:10:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:10:21.465Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:10:21.467Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:11:11.928Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:11:11.929Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:11:11.929Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:11:11.930Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:11:11.930Z||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-04-12T03:11:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:11:21.461Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:11:21.462Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:12:11.928Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:12:11.929Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:12:11.929Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:12:11.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:12:11.931Z||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-04-12T03:12:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:12:21.465Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:12:21.465Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:13:11.928Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:13:11.929Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:13:11.929Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:13:11.930Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:13:11.930Z||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-04-12T03:13:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:13:21.463Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:13:21.464Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:14:11.927Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:14:11.929Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:14:11.929Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:14:11.930Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:14:11.930Z||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-04-12T03:14:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:14:21.463Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:14:21.465Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:15:11.928Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:15:11.928Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:15:11.929Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:15:11.930Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:15:11.930Z||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-04-12T03:15:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:15:21.463Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:15:21.463Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:16:11.928Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:16:11.929Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:16:11.929Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:16:11.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:16:11.930Z||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-04-12T03:16:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:16:21.465Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:16:21.465Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:17:11.928Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:17:11.928Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:17:11.929Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:17:11.931Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:17:11.932Z||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-04-12T03:17:11.932Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:17:21.466Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:17:21.467Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:18:11.927Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:18:11.928Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:18:11.928Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:18:11.930Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:18:11.930Z||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-04-12T03:18:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:18:21.461Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:18:21.462Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:19:11.928Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:19:11.929Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:19:11.929Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:19:11.930Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:19:11.930Z||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-04-12T03:19:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:19:21.466Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:19:21.473Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:20:11.928Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:20:11.928Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:20:11.929Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:20:11.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:20:11.931Z||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-04-12T03:20:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:20:21.465Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:20:21.466Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:21:11.927Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:21:11.928Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:21:11.928Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:21:11.930Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:21:11.930Z||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-04-12T03:21:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:21:21.461Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:21:21.461Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:22:11.928Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:22:11.929Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:22:11.929Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:22:11.929Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:22:11.930Z||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-04-12T03:22:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:22:21.467Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:22:21.467Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:23:11.928Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:23:11.929Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:23:11.929Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:23:11.930Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:23:11.931Z||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-04-12T03:23:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:23:12.551Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:23:12.552Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:23:12.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.554Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"7a665a7e-6d08-4e27-936a-7024d94d0089","serviceName":"basic_onboard_bMyJMK","serviceVersion":"1.0","serviceUUID":"984144e2-f7d0-4a80-9159-454781614fbb","serviceDescription":"service","serviceInvariantUUID":"f6eaf5ab-5bb1-4965-812b-bf982d78340b","resources":[{"resourceInstanceName":"basic_onboard_bMyJMK 0","resourceName":"basic_onboard_bMyJMK","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c8d0675e-7d9c-45f3-ba5f-1179f7a5b8c8","resourceInvariantUUID":"5d79af58-65c9-4571-8057-3964695b067c","resourceCustomizationUUID":"102240ea-cdc9-4c72-a669-a4c21b9809ba","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/vf-license-model.xml","artifactChecksum":"ZjU4NjIzMWQxMmU1ZjVlYzU0MjU2OTM2ZDJiZjY2MGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"36b5c20e-ff10-4fae-9d28-00b14dcaa08b","artifactVersion":"1"},{"artifactName":"basic_onboard_bmyjmk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/basic_onboard_bmyjmk0_modules.json","artifactChecksum":"ZmMyMmQ4ZTk0NzlhYWZjY2ZlMzcwOGRjNDJhNWE2MGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1e0da94a-2086-4f5f-8af6-20c763532763","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d31b5b86-189c-4026-a42a-d0619e1e365f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6537aecb-7925-4655-bdec-e7905063f90a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a28b8ffb-1545-482f-aead-1b940bc3e00d","artifactVersion":"2","generatedFromUUID":"d31b5b86-189c-4026-a42a-d0619e1e365f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardBmyjmk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-template.yml","artifactChecksum":"Y2Q2OWEyYTczNjlkYTQ1YjNjNTM2MGI1N2E2YjZlMmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"84d27e5b-c4c0-4841-bf93-c80c5f3eccb1","artifactVersion":"1"},{"artifactName":"service-BasicOnboardBmyjmk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-csar.csar","artifactChecksum":"ZDIzYzk2NmRlNTQxZjhmYzFlOGFmMzkyYmMzMThhMTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7134513f-9e14-4b58-a80a-8ddd0b730fdb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-12T03:23:12.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.558Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "aai-ml",
"timestamp": 1649733744027,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:23:12.561Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:23:12.566Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:23:12.577Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-12T03:23:12.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649733750768,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:23:12.577Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-12T03:23:12.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "cds",
"timestamp": 1649733747732,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:23:12.577Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-12T03:23:12.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649733750768,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/basic_onboard_bmyjmk0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:23:12.577Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-12T03:23:12.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "cds",
"timestamp": 1649733747732,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/basic_onboard_bmyjmk0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:23:12.578Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-12T03:23:12.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "aai-ml",
"timestamp": 1649733744027,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/basic_onboard_bmyjmk0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:23:12.578Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-12T03:23:12.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.578Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:23:12.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "cds",
"timestamp": 1649733747732,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:23:12.578Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649733791927,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:23:12.578Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-12T03:23:12.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649733750768,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:23:12.579Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-12T03:23:12.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "aai-ml",
"timestamp": 1649733744027,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:23:12.579Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-12T03:23:12.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "cds",
"timestamp": 1649733747732,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:23:12.579Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-12T03:23:12.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649733750768,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:23:12.579Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-12T03:23:12.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "aai-ml",
"timestamp": 1649733744027,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:23:12.579Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-12T03:23:12.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.580Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649733755342,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:23:12.580Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-12T03:23:12.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.580Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "cds",
"timestamp": 1649733747732,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:23:12.580Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-12T03:23:12.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.580Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649733750768,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:23:12.580Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-12T03:23:12.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.580Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "aai-ml",
"timestamp": 1649733744027,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:23:12.581Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-12T03:23:12.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649733755342,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/basic_onboard_bmyjmk0_modules.json",
"status": "NOTIFIED"
}
2022-04-12T03:23:12.581Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-12T03:23:12.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "cds",
"timestamp": 1649733747732,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:23:12.581Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-12T03:23:12.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649733750768,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:23:12.581Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-12T03:23:12.582Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.582Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "aai-ml",
"timestamp": 1649733744027,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:23:12.582Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-12T03:23:12.582Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.582Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "ves-openapi-manager",
"timestamp": 1649733756632,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:23:12.582Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-12T03:23:12.582Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.582Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649733755342,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-12T03:23:12.582Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-12T03:23:12.582Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.582Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "cds",
"timestamp": 1649733747732,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-csar.csar",
"status": "NOTIFIED"
}
2022-04-12T03:23:12.583Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-12T03:23:12.583Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.583Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649733750768,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-csar.csar",
"status": "NOTIFIED"
}
2022-04-12T03:23:12.583Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-12T03:23:12.583Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.583Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "aai-ml",
"timestamp": 1649733744027,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-csar.csar",
"status": "NOTIFIED"
}
2022-04-12T03:23:12.583Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-12T03:23:12.583Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.583Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "ves-openapi-manager",
"timestamp": 1649733756632,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/basic_onboard_bmyjmk0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:23:12.583Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-12T03:23:12.583Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.583Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649733755342,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:23:12.583Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-12T03:23:12.583Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.584Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "ves-openapi-manager",
"timestamp": 1649733756632,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:23:12.584Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-12T03:23:12.584Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.584Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649733759940,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-12T03:23:12.584Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:23:12.584Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.584Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "cds",
"timestamp": 1649733759944,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-12T03:23:12.584Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:23:12.584Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.584Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "aai-ml",
"timestamp": 1649733759951,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-12T03:23:12.584Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:23:12.584Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.585Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649733755342,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-12T03:23:12.585Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-12T03:23:12.585Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.585Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "ves-openapi-manager",
"timestamp": 1649733756632,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:23:12.585Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-12T03:23:12.585Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.585Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "cds",
"timestamp": 1649733760962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-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-04-12T03:23:12.678Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-04-12T03:23:12.682Z||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-04-12T03:23:12.682Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
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-04-12T03:23:12.692Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:23:12.693Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-12T03:23:12.736Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7a665a7e-6d08-4e27-936a-7024d94d0089
2022-04-12T03:23:12.750Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a665a7e-6d08-4e27-936a-7024d94d0089 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-04-12T03:23:12.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.768Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649733755342,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:23:12.768Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-12T03:23:12.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.768Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "ves-openapi-manager",
"timestamp": 1649733756632,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:23:12.769Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-12T03:23:12.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.769Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649733755342,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-csar.csar",
"status": "NOTIFIED"
}
2022-04-12T03:23:12.769Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-12T03:23:12.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.769Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "ves-openapi-manager",
"timestamp": 1649733756632,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:23:12.769Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-12T03:23:12.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.769Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "ves-openapi-manager",
"timestamp": 1649733756632,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:23:12.769Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-12T03:23:12.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.769Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649733763322,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/basic_onboard_bmyjmk0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-12T03:23:12.769Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:23:12.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.769Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649733763725,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-12T03:23:12.770Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:23:12.770Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.770Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649733764628,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-12T03:23:12.770Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:23:12.770Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.770Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649733764729,
"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-04-12T03:23:12.784Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7a665a7e-6d08-4e27-936a-7024d94d0089
2022-04-12T03:23:12.784Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a665a7e-6d08-4e27-936a-7024d94d0089 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-04-12T03:23:12.792Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.792Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649733765739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-12T03:23:12.793Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:23:12.793Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.793Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649733766797,
"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-04-12T03:23:12.797Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7a665a7e-6d08-4e27-936a-7024d94d0089
2022-04-12T03:23:12.797Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a665a7e-6d08-4e27-936a-7024d94d0089 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-04-12T03:23:12.805Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.805Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649733767800,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/basic_onboard_bmyjmk0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-12T03:23:12.805Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:23:12.805Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.805Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "aai-ml",
"timestamp": 1649733770764,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-12T03:23:12.805Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:23:12.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.806Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "aai-ml",
"timestamp": 1649733771768,
"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-04-12T03:23:12.811Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7a665a7e-6d08-4e27-936a-7024d94d0089
2022-04-12T03:23:12.811Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a665a7e-6d08-4e27-936a-7024d94d0089 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-04-12T03:23:13.586Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:23:13.586Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:23:13.588Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:23:13.588Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649733791927,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/basic_onboard_bmyjmk0_modules.json",
"status": "NOTIFIED"
}
2022-04-12T03:23:13.688Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:23:13.689Z||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-04-12T03:23:13.689Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:23:13.699Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:23:13.700Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-04-12T03:23:14.588Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:23:14.589Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:23:14.591Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:23:14.591Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649733791927,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-12T03:23:14.691Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:23:14.692Z||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-04-12T03:23:14.692Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:23:14.702Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:23:14.703Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-04-12T03:23:15.592Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:23:15.593Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:23:15.594Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:23:15.594Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649733791927,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:23:15.695Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-12T03:23:15.696Z||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-04-12T03:23:15.696Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:23:15.706Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:23:15.707Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:23:16.595Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:23:16.596Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:23:16.598Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:23:16.598Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649733791927,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-12T03:23:16.698Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:23:16.699Z||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-04-12T03:23:16.699Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:23:16.711Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:23:16.712Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:23:17.599Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:23:17.600Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:23:17.602Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:23:17.602Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649733791927,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:23:17.702Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:23:17.703Z||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-04-12T03:23:17.703Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:23:17.713Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:23:17.713Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:23:18.602Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:23:18.603Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:23:18.605Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:23:18.605Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649733791927,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-csar.csar",
"status": "NOTIFIED"
}
2022-04-12T03:23:18.705Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:23:18.706Z||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-04-12T03:23:18.706Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:23:18.717Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:23:18.717Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:23:19.607Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"serviceName": "basic_onboard_bMyJMK",
"serviceVersion": "1.0",
"serviceUUID": "984144e2-f7d0-4a80-9159-454781614fbb",
"serviceDescription": "service",
"serviceInvariantUUID": "f6eaf5ab-5bb1-4965-812b-bf982d78340b",
"resources": [
{
"resourceInstanceName": "basic_onboard_bMyJMK 0",
"resourceCustomizationUUID": "102240ea-cdc9-4c72-a669-a4c21b9809ba",
"resourceName": "basic_onboard_bMyJMK",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "c8d0675e-7d9c-45f3-ba5f-1179f7a5b8c8",
"resourceInvariantUUID": "5d79af58-65c9-4571-8057-3964695b067c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_bmyjmk0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/basic_onboard_bmyjmk0_modules.json",
"artifactChecksum": "ZmMyMmQ4ZTk0NzlhYWZjY2ZlMzcwOGRjNDJhNWE2MGM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1e0da94a-2086-4f5f-8af6-20c763532763",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "d31b5b86-189c-4026-a42a-d0619e1e365f",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a28b8ffb-1545-482f-aead-1b940bc3e00d",
"generatedFromUUID": "d31b5b86-189c-4026-a42a-d0619e1e365f"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a28b8ffb-1545-482f-aead-1b940bc3e00d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardBmyjmk-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-csar.csar",
"artifactChecksum": "ZDIzYzk2NmRlNTQxZjhmYzFlOGFmMzkyYmMzMThhMTM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7134513f-9e14-4b58-a80a-8ddd0b730fdb"
}
],
"workloadContext": "Production"
}
2022-04-12T03:23:19.608Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-12T03:23:19.609Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 984144e2-f7d0-4a80-9159-454781614fbb ASDC
2022-04-12T03:23:19.715Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:7a665a7e-6d08-4e27-936a-7024d94d0089
ServiceName:basic_onboard_bMyJMK
ServiceVersion:1.0
ServiceUUID:984144e2-f7d0-4a80-9159-454781614fbb
ServiceInvariantUUID:f6eaf5ab-5bb1-4965-812b-bf982d78340b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardBmyjmk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-csar.csar
ArtifactUUID:7134513f-9e14-4b58-a80a-8ddd0b730fdb
ArtifactChecksum:ZDIzYzk2NmRlNTQxZjhmYzFlOGFmMzkyYmMzMThhMTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_bMyJMK 0
ResourceCustomizationUUID:102240ea-cdc9-4c72-a669-a4c21b9809ba
ResourceInvariantUUID:5d79af58-65c9-4571-8057-3964695b067c
ResourceName:basic_onboard_bMyJMK
ResourceType:VF
ResourceUUID:c8d0675e-7d9c-45f3-ba5f-1179f7a5b8c8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_bmyjmk0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/basic_onboard_bmyjmk0_modules.json
ArtifactUUID:1e0da94a-2086-4f5f-8af6-20c763532763
ArtifactChecksum:ZmMyMmQ4ZTk0NzlhYWZjY2ZlMzcwOGRjNDJhNWE2MGM=
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/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.yaml
ArtifactUUID:d31b5b86-189c-4026-a42a-d0619e1e365f
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/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.env
ArtifactUUID:a28b8ffb-1545-482f-aead-1b940bc3e00d
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/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.env
ArtifactUUID:a28b8ffb-1545-482f-aead-1b940bc3e00d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-12T03:23:19.716Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 984144e2-f7d0-4a80-9159-454781614fbb 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-04-12T03:23:19.764Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-12T03:23:19.765Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-12T03:23:19.766Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-12T03:23:19.766Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7134513f-9e14-4b58-a80a-8ddd0b730fdb from URL: /sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-csar.csar
2022-04-12T03:23:19.766Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-12T03:23:19.767Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-csar.csar
2022-04-12T03:23:19.929Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-12T03:23:19.941Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-csar.csar 7134513f-9e14-4b58-a80a-8ddd0b730fdb 71575
2022-04-12T03:23:19.942Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-csar.csar ASDC sendASDCNotification
2022-04-12T03:23:19.943Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-csar.csar
2022-04-12T03:23:19.943Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-12T03:23:19.944Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:23:19.945Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:23:19.945Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649733799941,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-12T03:23:20.046Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-12T03:23:20.047Z||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-04-12T03:23:20.047Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:23:20.058Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:23:20.058Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:23:20.946Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-12T03:23:20.947Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-12T03:23:20.947Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 7134513f-9e14-4b58-a80a-8ddd0b730fdb, URL: /sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-csar.csar to file: /app/ASDC/1/service-BasicOnboardBmyjmk-csar.csar
2022-04-12T03:23:20.948Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardBmyjmk-csar.csar
2022-04-12T03:23:21.007Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardBmyjmk-csar.csar
2022-04-12T03:23:21.008Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardBmyjmk-csar.csar
2022-04-12T03:23:21.456Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15803818287658984026/Definitions/service-BasicOnboardBmyjmk-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-04-12T03:23:23.448Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-12T03:23:23.452Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-04-12T03:23:23.453Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardBmyjmk-csar.csar
2022-04-12T03:23:23.453Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-12T03:23:23.453Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||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-BasicOnboardBmyjmk-csar.csar
2022-04-12T03:23:23.453Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardBmyjmk-csar.csar
2022-04-12T03:23:23.453Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardBmyjmk-csar.csar
2022-04-12T03:23:23.453Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardBmyjmk-csar.csar
2022-04-12T03:23:23.453Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardBmyjmk-csar.csar
2022-04-12T03:23:23.453Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardBmyjmk-csar.csar
2022-04-12T03:23:23.453Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardBmyjmk-csar.csar
2022-04-12T03:23:23.454Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_bMyJMK 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-BasicOnboardBmyjmk-csar.csar
2022-04-12T03:23:23.454Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardBmyjmk-csar.csar
2022-04-12T03:23:23.454Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-04-12T03:23:23.459Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:23:23.461Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bMyJMK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:23:23.464Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_bMyJMK 0 is matching search criteria
2022-04-12T03:23:23.464Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-04-12T03:23:23.465Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_bMyJMK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-12T03:23:23.466Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:23:23.467Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bMyJMK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:23:23.467Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_bMyJMK 0 is matching search criteria
2022-04-12T03:23:23.467Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-04-12T03:23:23.467Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_bMyJMK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-12T03:23:23.467Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:23:23.467Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bMyJMK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:23:23.471Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:23:23.471Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_bMyJMK 0 is not matching search criteria
2022-04-12T03:23:23.471Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-12T03:23:23.471Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-12T03:23:23.471Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-12T03:23:23.471Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-12T03:23:23.471Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-12T03:23:23.472Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:23:23.472Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bMyJMK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-12T03:23:23.473Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:23:23.473Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_bMyJMK 0 is matching search criteria
2022-04-12T03:23:23.473Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_bMyJMK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-12T03:23:23.473Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:23:23.473Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_bMyJMK 0 is matching search criteria
2022-04-12T03:23:23.473Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_bMyJMK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-12T03:23:23.473Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:23:23.474Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_bMyJMK 0 is matching search criteria
2022-04-12T03:23:23.474Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_bMyJMK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-12T03:23:23.474Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:23:23.474Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_bMyJMK 0 is not matching search criteria
2022-04-12T03:23:23.474Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-12T03:23:23.474Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-12T03:23:23.474Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c07ee578-3e03-4740-8941-c7d2726c6b58
2022-04-12T03:23:23.474Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:23:23.474Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bMyJMK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:23:23.475Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:23:23.475Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bMyJMK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:23:23.475Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:23:23.475Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bMyJMK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:23:23.475Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:23:23.475Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bMyJMK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:23:23.475Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_bMyJMK
Description:service
Model UUID:984144e2-f7d0-4a80-9159-454781614fbb
Model Version:NULL
Model InvariantUuid:f6eaf5ab-5bb1-4965-812b-bf982d78340b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_bMyJMK
Model UUID:728e03ad-396d-48d1-b653-46d645b17fbc
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5d79af58-65c9-4571-8057-3964695b067c
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:102240ea-cdc9-4c72-a669-a4c21b9809ba
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:a1d2ce37-2e9d-4ada-ac5e-58a67a52f6be
ModelName:BasicOnboardBmyjmk..base_ubuntu18..module-0
ModelUuid:c3380db7-b752-4ea1-bbff-90cfe920c090
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:c07ee578-3e03-4740-8941-c7d2726c6b58
ModelInvariantUuid:51ee1dca-b400-4bf9-9516-90e3f4f7fba2
ModelName:basic_onboard_bMyJMK-nodes.ubuntu18Cvfc
ModelUuid:efc6a652-eade-4b84-a310-f4fbb758b3c1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:60b729fe-24e9-4110-bd7d-e2f64229dc32
ModelInvariantUuid:72ef5a20-8654-47f7-8f0e-f7279f8111e0
ModelName:BasicOnboardBmyjmk.compute.nodes.heat.ubuntu18
ModelUuid:fa518a70-ee9f-4a9e-a894-c286219a45cb
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-04-12T03:23:23.491Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: c8d0675e-7d9c-45f3-ba5f-1179f7a5b8c8
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-04-12T03:23:23.632Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||basic_onboard_bMyJMK 0
2022-04-12T03:23:23.639Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c8d0675e-7d9c-45f3-ba5f-1179f7a5b8c8
2022-04-12T03:23:23.640Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1e0da94a-2086-4f5f-8af6-20c763532763 from URL: /sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/basic_onboard_bmyjmk0_modules.json
2022-04-12T03:23:23.640Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-12T03:23:23.640Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/basic_onboard_bmyjmk0_modules.json
2022-04-12T03:23:23.688Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-12T03:23:23.689Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/basic_onboard_bmyjmk0_modules.json 1e0da94a-2086-4f5f-8af6-20c763532763 798
2022-04-12T03:23:23.689Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/basic_onboard_bmyjmk0_modules.json ASDC sendASDCNotification
2022-04-12T03:23:23.689Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/basic_onboard_bmyjmk0_modules.json
2022-04-12T03:23:23.689Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-12T03:23:23.690Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:23:23.692Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:23:23.692Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649733803689,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/basic_onboard_bmyjmk0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-12T03:23:23.822Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 130 ms
2022-04-12T03:23:23.825Z||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-04-12T03:23:23.825Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:23:23.835Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:23:23.835Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-04-12T03:23:24.698Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardBmyjmk..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "a1d2ce37-2e9d-4ada-ac5e-58a67a52f6be",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c3380db7-b752-4ea1-bbff-90cfe920c090",
"vfModuleModelCustomizationUUID": "52c5a249-1f62-4704-af26-f4c13ad9dead",
"isBase": true,
"artifacts": [
"d31b5b86-189c-4026-a42a-d0619e1e365f",
"a28b8ffb-1545-482f-aead-1b940bc3e00d"
],
"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-04-12T03:23:24.714Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardBmyjmk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c3380db7-b752-4ea1-bbff-90cfe920c090
VfModuleModelInvariantUUID:a1d2ce37-2e9d-4ada-ac5e-58a67a52f6be
VfModuleModelDescription:NULL
Artifacts UUID List:{
d31b5b86-189c-4026-a42a-d0619e1e365f
,
a28b8ffb-1545-482f-aead-1b940bc3e00d
}
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-04-12T03:23:24.716Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardBmyjmk..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "a1d2ce37-2e9d-4ada-ac5e-58a67a52f6be",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c3380db7-b752-4ea1-bbff-90cfe920c090",
"vfModuleModelCustomizationUUID": "52c5a249-1f62-4704-af26-f4c13ad9dead",
"isBase": true,
"artifacts": [
"d31b5b86-189c-4026-a42a-d0619e1e365f",
"a28b8ffb-1545-482f-aead-1b940bc3e00d"
],
"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-04-12T03:23:24.716Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardBmyjmk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c3380db7-b752-4ea1-bbff-90cfe920c090
VfModuleModelInvariantUUID:a1d2ce37-2e9d-4ada-ac5e-58a67a52f6be
VfModuleModelDescription:NULL
Artifacts UUID List:{
d31b5b86-189c-4026-a42a-d0619e1e365f
,
a28b8ffb-1545-482f-aead-1b940bc3e00d
}
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-04-12T03:23:24.717Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d31b5b86-189c-4026-a42a-d0619e1e365f from URL: /sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.yaml
2022-04-12T03:23:24.717Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-12T03:23:24.717Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.yaml
2022-04-12T03:23:24.770Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-12T03:23:24.770Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.yaml d31b5b86-189c-4026-a42a-d0619e1e365f 5033
2022-04-12T03:23:24.771Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-12T03:23:24.771Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.yaml
2022-04-12T03:23:24.771Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-12T03:23:24.772Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:23:24.774Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:23:24.774Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649733804771,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-12T03:23:24.874Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:23:24.875Z||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-04-12T03:23:24.876Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:23:24.885Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:23:24.885Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:23:25.775Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a28b8ffb-1545-482f-aead-1b940bc3e00d from URL: /sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.env
2022-04-12T03:23:25.775Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-12T03:23:25.775Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.env
2022-04-12T03:23:25.825Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-12T03:23:25.825Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.env a28b8ffb-1545-482f-aead-1b940bc3e00d 909
2022-04-12T03:23:25.825Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-12T03:23:25.826Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.env
2022-04-12T03:23:25.826Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-12T03:23:25.826Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:23:25.828Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:23:25.828Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649733805825,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-12T03:23:25.928Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:23:25.929Z||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-04-12T03:23:25.929Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:23:25.938Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:23:25.938Z||pool-13-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:23:26.829Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 984144e2-f7d0-4a80-9159-454781614fbb
2022-04-12T03:23:26.829Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_bMyJMK 0 c8d0675e-7d9c-45f3-ba5f-1179f7a5b8c8 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-04-12T03:23:26.872Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1b22d4a9, org.onap.sdc.toscaparser.api.parameters.Input@2767a250, org.onap.sdc.toscaparser.api.parameters.Input@76d5d28c, org.onap.sdc.toscaparser.api.parameters.Input@494b7f7, org.onap.sdc.toscaparser.api.parameters.Input@91ebc50]
2022-04-12T03:23:26.875Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:23:26.875Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bMyJMK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:23:26.875Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-04-12T03:23:26.875Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 102240ea-cdc9-4c72-a669-a4c21b9809ba
2022-04-12T03:23:26.875Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 102240ea-cdc9-4c72-a669-a4c21b9809ba matches Tosca VF Customization UUID: 102240ea-cdc9-4c72-a669-a4c21b9809ba
2022-04-12T03:23:26.876Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 102240ea-cdc9-4c72-a669-a4c21b9809ba 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-04-12T03:23:26.881Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:23:26.881Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bMyJMK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:23:26.882Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 102240ea-cdc9-4c72-a669-a4c21b9809ba: {\"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-04-12T03:23:26.882Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@583ad447
2022-04-12T03:23:26.882Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:23:26.882Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bMyJMK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-12T03:23:26.882Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 52c5a249-1f62-4704-af26-f4c13ad9dead
2022-04-12T03:23:26.883Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 52c5a249-1f62-4704-af26-f4c13ad9dead
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-04-12T03:23:26.888Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:23:26.888Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_bMyJMK 0 is matching search criteria
2022-04-12T03:23:26.888Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_bMyJMK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-12T03:23:26.889Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:23:26.889Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_bMyJMK 0 is matching search criteria
2022-04-12T03:23:26.889Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_bMyJMK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-12T03:23:26.890Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:23:26.890Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_bMyJMK 0 is not matching search criteria
2022-04-12T03:23:26.890Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-12T03:23:26.890Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-12T03:23:26.890Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c07ee578-3e03-4740-8941-c7d2726c6b58
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-04-12T03:23:26.901Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:23:26.901Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_bMyJMK 0 is matching search criteria
2022-04-12T03:23:26.902Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_bMyJMK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-12T03:23:26.902Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:23:26.902Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_bMyJMK 0 is matching search criteria
2022-04-12T03:23:26.902Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_bMyJMK 0] matching following query criteria: sdcType=VF, customizationUUID=102240ea-cdc9-4c72-a669-a4c21b9809ba
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-04-12T03:23:26.904Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:23:26.904Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bMyJMK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:23:26.904Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 984144e2-f7d0-4a80-9159-454781614fbb: basic_onboard_bMyJMK
2022-04-12T03:23:26.904Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:23:26.904Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bMyJMK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:23:26.904Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:23:26.904Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bMyJMK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:23:26.905Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:23:26.905Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bMyJMK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:23:26.905Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:23:26.905Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bMyJMK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:23:26.905Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:23:26.905Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bMyJMK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:23:26.905Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_bMyJMK
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-04-12T03:23:27.132Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_bMyJMK c8d0675e-7d9c-45f3-ba5f-1179f7a5b8c8 1 ASDC deployResourceStructure
2022-04-12T03:23:27.133Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/basic_onboard_bmyjmk0_modules.json ASDC sendASDCNotification
2022-04-12T03:23:27.133Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/basic_onboard_bmyjmk0_modules.json
2022-04-12T03:23:27.133Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-12T03:23:27.133Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:23:27.134Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:23:27.135Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649733807133,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/basic_onboard_bmyjmk0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-12T03:23:27.235Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:23:27.235Z||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-04-12T03:23:27.236Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:23:27.244Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:23:27.244Z||pool-14-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:23:28.136Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-12T03:23:28.136Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.yaml
2022-04-12T03:23:28.136Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-12T03:23:28.137Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:23:28.139Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:23:28.139Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649733808136,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-04-12T03:23:28.239Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:23:28.240Z||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-04-12T03:23:28.240Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:23:28.249Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:23:28.250Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:23:29.139Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-12T03:23:29.140Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.env
2022-04-12T03:23:29.140Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-12T03:23:29.140Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:23:29.142Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:23:29.142Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649733809139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-04-12T03:23:29.243Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:23:29.243Z||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-04-12T03:23:29.243Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:23:29.252Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:23:29.253Z||pool-16-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:23:30.144Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-csar.csar ASDC sendASDCNotification
2022-04-12T03:23:30.144Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-csar.csar
2022-04-12T03:23:30.144Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-12T03:23:30.145Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:23:30.147Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:23:30.147Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649733810144,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-12T03:23:30.248Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-12T03:23:30.248Z||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-04-12T03:23:30.248Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:23:30.258Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:23:30.258Z||pool-17-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:23:31.149Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a665a7e-6d08-4e27-936a-7024d94d0089
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-04-12T03:23:31.165Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a665a7e-6d08-4e27-936a-7024d94d0089
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-04-12T03:23:31.167Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-12T03:23:31.167Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-12T03:23:31.167Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-12T03:23:31.167Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-12T03:23:31.167Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-12T03:23:31.168Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-12T03:23:31.168Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-12T03:23:31.168Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-12T03:23:31.168Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-12T03:23:31.168Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-12T03:23:31.172Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-12T03:24:01.173Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7a665a7e-6d08-4e27-936a-7024d94d0089 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-04-12T03:24:01.183Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7a665a7e-6d08-4e27-936a-7024d94d0089 and serviceModelVersionId: 984144e2-f7d0-4a80-9159-454781614fbb
2022-04-12T03:24:01.183Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f6eaf5ab-5bb1-4965-812b-bf982d78340b
2022-04-12T03:24:11.930Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:24:11.931Z||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-04-12T03:24:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:24:12.050Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:24:12.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:24:12.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649733791927,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:24:12.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-12T03:24:13.527Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f6eaf5ab-5bb1-4965-812b-bf982d78340b/model-vers/model-ver/984144e2-f7d0-4a80-9159-454781614fbb?depth=0
2022-04-12T03:24:13.686Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-04-12T03:24:14.164Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6eaf5ab-5bb1-4965-812b-bf982d78340b/model-vers/model-ver/984144e2-f7d0-4a80-9159-454781614fbb?depth=0|INFO|500||Invoke
2022-04-12T03:24:14.171Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6eaf5ab-5bb1-4965-812b-bf982d78340b/model-vers/model-ver/984144e2-f7d0-4a80-9159-454781614fbb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6eaf5ab-5bb1-4965-812b-bf982d78340b/model-vers/model-ver/984144e2-f7d0-4a80-9159-454781614fbb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7a665a7e-6d08-4e27-936a-7024d94d0089], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[56699b38-ae96-4d3a-a62c-ff6a1d093f14], X-ECOMP-RequestID=[7a665a7e-6d08-4e27-936a-7024d94d0089], X-TransactionId=[], X-ONAP-RequestID=[7a665a7e-6d08-4e27-936a-7024d94d0089], Content-Type=[application/merge-patch+json]}
2022-04-12T03:24:14.266Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6eaf5ab-5bb1-4965-812b-bf982d78340b/model-vers/model-ver/984144e2-f7d0-4a80-9159-454781614fbb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-04-12T03:24:14.758Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6eaf5ab-5bb1-4965-812b-bf982d78340b/model-vers/model-ver/984144e2-f7d0-4a80-9159-454781614fbb?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/f6eaf5ab-5bb1-4965-812b-bf982d78340b/model-vers/model-ver/984144e2-f7d0-4a80-9159-454781614fbb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220412-03:24:14:272-8861], vertex-id=[401496], Content-Length=[0], Date=[Tue, 12 Apr 2022 03:24:14 GMT], Content-Type=[application/json]}
2022-04-12T03:24:14.760Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6eaf5ab-5bb1-4965-812b-bf982d78340b/model-vers/model-ver/984144e2-f7d0-4a80-9159-454781614fbb?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-12T03:24:14.761Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6eaf5ab-5bb1-4965-812b-bf982d78340b/model-vers/model-ver/984144e2-f7d0-4a80-9159-454781614fbb?depth=0|INFO|500||InvokeReturn
2022-04-12T03:24:14.763Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-12T03:24:14.764Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-12T03:24:14.770Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-04-12T03:24:14.776Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7a665a7e-6d08-4e27-936a-7024d94d0089 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-12T03:24:14.777Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-12T03:24:14.777Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:24:14.778Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:24:14.779Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649733854776,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-12T03:24:14.879Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:24:14.880Z||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-04-12T03:24:14.880Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:24:14.890Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:24:14.891Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 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-04-12T03:24:15.791Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:24:15.791Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:24:15.791Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:24:16.409Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:24:16.410Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:24:16.410Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"759b56fb-86e7-4017-aa88-683521cb6b3a","serviceName":"vFW 2022-04-12 03-21-27","serviceVersion":"1.0","serviceUUID":"bdfa18c3-6b30-4ec2-84ee-bfcbaf767e70","serviceDescription":"catalog service description","serviceInvariantUUID":"9fc2f632-f12c-4259-aba2-3d9840a8f6ec","resources":[{"resourceInstanceName":"vFW dcba68fc-a4f3 0","resourceName":"vFW dcba68fc-a4f3","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5e2b2747-d25c-4cc7-af3f-3dbd6969661f","resourceInvariantUUID":"de1ca9d5-d3f2-4daf-a347-a5aca1137a7d","resourceCustomizationUUID":"3e1c3df2-3989-43bc-935d-c4faa630e036","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vf-license-model.xml","artifactChecksum":"Mzg3MWZhZDEzOTdkNDk5ZTIyYzVkMDA1ZmQ5MDA0NDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0878ac09-69f5-4860-8eff-a5dda47fe8ae","artifactVersion":"1"},{"artifactName":"vfwdcba68fca4f30_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vfwdcba68fca4f30_modules.json","artifactChecksum":"NTlmZjMxOTI0MTk2MWI0ZjZiNTUzNzc1ZDZhOWNiMjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8a5c3b94-9142-4953-9c8b-e98af254cdd5","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"671bb8e3-dc20-482e-9ad0-0ab4f4b97f27","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vendor-license-model.xml","artifactChecksum":"ZDQ5OTc5MjM3NTE4NWRhNTJhMzI3NDY3Y2MyOGZmNjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8465b845-ae96-44f0-b909-9807e1ad44be","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"078d2dd7-d266-4a0e-afaa-18d0b8a7ba17","artifactVersion":"2","generatedFromUUID":"671bb8e3-dc20-482e-9ad0-0ab4f4b97f27"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220412032127-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-template.yml","artifactChecksum":"OTcyYjNjMjI4MWM5MWFlNGE3MzQyNmRjOGIyNDdkMzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6d098ded-681c-4dd9-b59f-29ef0e9351cb","artifactVersion":"1"},{"artifactName":"service-Vfw20220412032127-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-csar.csar","artifactChecksum":"ZDcwOGIwOWMxZGM5OTMzMjI3ODFhNWRiZWIzNTgzMTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6d679b0e-4994-4c0b-9134-d6528c401e5a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-12T03:24:16.414Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:24:16.414Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:24:16.416Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:24:16.416Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649733855791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:24:16.517Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:24:16.518Z||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-04-12T03:24:16.518Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:24:16.527Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:24:16.528Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:24:17.417Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:24:17.418Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:24:17.420Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:24:17.421Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649733855791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vfwdcba68fca4f30_modules.json",
"status": "NOTIFIED"
}
2022-04-12T03:24:17.521Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:24:17.522Z||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-04-12T03:24:17.522Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:24:17.531Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:24:17.532Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:24:18.421Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:24:18.422Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:24:18.424Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:24:18.425Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649733855791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-12T03:24:18.525Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:24:18.526Z||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-04-12T03:24:18.526Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:24:18.536Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:24:18.536Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:24:19.426Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:24:19.427Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:24:19.429Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:24:19.429Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649733855791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:24:19.530Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-12T03:24:19.531Z||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-04-12T03:24:19.531Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:24:19.543Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:24:19.543Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:24:20.430Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:24:20.431Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:24:20.433Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:24:20.433Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649733855791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-12T03:24:20.534Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-12T03:24:20.534Z||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-04-12T03:24:20.535Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:24:20.545Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:24:20.546Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-04-12T03:24:21.434Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:24:21.435Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:24:21.436Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:24:21.436Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649733855791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:24:21.537Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:24:21.538Z||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-04-12T03:24:21.538Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:24:21.547Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:24:21.548Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:24:22.437Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:24:22.437Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:24:22.439Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:24:22.439Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649733855791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-csar.csar",
"status": "NOTIFIED"
}
2022-04-12T03:24:22.539Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:24:22.540Z||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-04-12T03:24:22.540Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:24:22.549Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:24:22.550Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:24:23.441Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"serviceName": "vFW 2022-04-12 03-21-27",
"serviceVersion": "1.0",
"serviceUUID": "bdfa18c3-6b30-4ec2-84ee-bfcbaf767e70",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "9fc2f632-f12c-4259-aba2-3d9840a8f6ec",
"resources": [
{
"resourceInstanceName": "vFW dcba68fc-a4f3 0",
"resourceCustomizationUUID": "3e1c3df2-3989-43bc-935d-c4faa630e036",
"resourceName": "vFW dcba68fc-a4f3",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "5e2b2747-d25c-4cc7-af3f-3dbd6969661f",
"resourceInvariantUUID": "de1ca9d5-d3f2-4daf-a347-a5aca1137a7d",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwdcba68fca4f30_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vfwdcba68fca4f30_modules.json",
"artifactChecksum": "NTlmZjMxOTI0MTk2MWI0ZjZiNTUzNzc1ZDZhOWNiMjA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8a5c3b94-9142-4953-9c8b-e98af254cdd5",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "671bb8e3-dc20-482e-9ad0-0ab4f4b97f27",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "078d2dd7-d266-4a0e-afaa-18d0b8a7ba17",
"generatedFromUUID": "671bb8e3-dc20-482e-9ad0-0ab4f4b97f27"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "078d2dd7-d266-4a0e-afaa-18d0b8a7ba17",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220412032127-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-csar.csar",
"artifactChecksum": "ZDcwOGIwOWMxZGM5OTMzMjI3ODFhNWRiZWIzNTgzMTU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6d679b0e-4994-4c0b-9134-d6528c401e5a"
}
],
"workloadContext": "Production"
}
2022-04-12T03:24:23.442Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-12T03:24:23.442Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 bdfa18c3-6b30-4ec2-84ee-bfcbaf767e70 ASDC
2022-04-12T03:24:23.442Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:759b56fb-86e7-4017-aa88-683521cb6b3a
ServiceName:vFW 2022-04-12 03-21-27
ServiceVersion:1.0
ServiceUUID:bdfa18c3-6b30-4ec2-84ee-bfcbaf767e70
ServiceInvariantUUID:9fc2f632-f12c-4259-aba2-3d9840a8f6ec
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220412032127-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-csar.csar
ArtifactUUID:6d679b0e-4994-4c0b-9134-d6528c401e5a
ArtifactChecksum:ZDcwOGIwOWMxZGM5OTMzMjI3ODFhNWRiZWIzNTgzMTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW dcba68fc-a4f3 0
ResourceCustomizationUUID:3e1c3df2-3989-43bc-935d-c4faa630e036
ResourceInvariantUUID:de1ca9d5-d3f2-4daf-a347-a5aca1137a7d
ResourceName:vFW dcba68fc-a4f3
ResourceType:VF
ResourceUUID:5e2b2747-d25c-4cc7-af3f-3dbd6969661f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwdcba68fca4f30_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vfwdcba68fca4f30_modules.json
ArtifactUUID:8a5c3b94-9142-4953-9c8b-e98af254cdd5
ArtifactChecksum:NTlmZjMxOTI0MTk2MWI0ZjZiNTUzNzc1ZDZhOWNiMjA=
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/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.yaml
ArtifactUUID:671bb8e3-dc20-482e-9ad0-0ab4f4b97f27
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/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.env
ArtifactUUID:078d2dd7-d266-4a0e-afaa-18d0b8a7ba17
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/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.env
ArtifactUUID:078d2dd7-d266-4a0e-afaa-18d0b8a7ba17
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-12T03:24:23.442Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bdfa18c3-6b30-4ec2-84ee-bfcbaf767e70 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-04-12T03:24:23.481Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-12T03:24:23.482Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-12T03:24:23.482Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-12T03:24:23.482Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 6d679b0e-4994-4c0b-9134-d6528c401e5a from URL: /sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-csar.csar
2022-04-12T03:24:23.482Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-12T03:24:23.482Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-csar.csar
2022-04-12T03:24:23.549Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-12T03:24:23.554Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-csar.csar 6d679b0e-4994-4c0b-9134-d6528c401e5a 99037
2022-04-12T03:24:23.554Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-csar.csar ASDC sendASDCNotification
2022-04-12T03:24:23.554Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-csar.csar
2022-04-12T03:24:23.554Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-12T03:24:23.554Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:24:23.556Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:24:23.556Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649733863554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-12T03:24:23.657Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:24:23.657Z||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-04-12T03:24:23.657Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:24:23.666Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:24:23.667Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:24:24.561Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-12T03:24:24.562Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-12T03:24:24.562Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 6d679b0e-4994-4c0b-9134-d6528c401e5a, URL: /sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-csar.csar to file: /app/ASDC/1/service-Vfw20220412032127-csar.csar
2022-04-12T03:24:24.562Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220412032127-csar.csar
2022-04-12T03:24:24.563Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220412032127-csar.csar
2022-04-12T03:24:24.563Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220412032127-csar.csar
2022-04-12T03:24:24.797Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14934058276273819517/Definitions/service-Vfw20220412032127-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-04-12T03:24:27.089Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-12T03:24:27.090Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-04-12T03:24:27.090Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220412032127-csar.csar
2022-04-12T03:24:27.090Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-12T03:24:27.090Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||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-Vfw20220412032127-csar.csar
2022-04-12T03:24:27.090Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||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-Vfw20220412032127-csar.csar
2022-04-12T03:24:27.090Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220412032127-csar.csar
2022-04-12T03:24:27.090Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220412032127-csar.csar
2022-04-12T03:24:27.090Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220412032127-csar.csar
2022-04-12T03:24:27.090Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||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-Vfw20220412032127-csar.csar
2022-04-12T03:24:27.090Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220412032127-csar.csar
2022-04-12T03:24:27.090Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220412032127-csar.csar
2022-04-12T03:24:27.090Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220412032127-csar.csar
2022-04-12T03:24:27.090Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220412032127-csar.csar
2022-04-12T03:24:27.091Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW dcba68fc-a4f3 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-Vfw20220412032127-csar.csar
2022-04-12T03:24:27.091Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220412032127-csar.csar
2022-04-12T03:24:27.091Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220412032127-csar.csar
2022-04-12T03:24:27.091Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-04-12T03:24:27.091Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:24:27.091Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-12 03-21-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:24:27.091Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vFW dcba68fc-a4f3 0 is matching search criteria
2022-04-12T03:24:27.091Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-04-12T03:24:27.091Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW dcba68fc-a4f3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-12T03:24:27.091Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:24:27.092Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-12 03-21-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:24:27.092Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vFW dcba68fc-a4f3 0 is matching search criteria
2022-04-12T03:24:27.092Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-04-12T03:24:27.092Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW dcba68fc-a4f3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-12T03:24:27.092Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:24:27.092Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-12 03-21-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:24:27.092Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:24:27.092Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vFW dcba68fc-a4f3 0 is not matching search criteria
2022-04-12T03:24:27.092Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-12T03:24:27.093Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-12T03:24:27.093Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-12T03:24:27.093Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-12T03:24:27.093Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-12T03:24:27.093Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-12T03:24:27.093Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-12T03:24:27.093Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-12T03:24:27.109Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-12T03:24:27.109Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-12T03:24:27.109Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-12T03:24:27.110Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-12T03:24:27.110Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-12T03:24:27.110Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-12T03:24:27.110Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-12T03:24:27.110Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-12T03:24:27.110Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:24:27.110Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-12 03-21-27 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-12T03:24:27.111Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:24:27.111Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vFW dcba68fc-a4f3 0 is matching search criteria
2022-04-12T03:24:27.111Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW dcba68fc-a4f3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-12T03:24:27.111Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:24:27.111Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vFW dcba68fc-a4f3 0 is matching search criteria
2022-04-12T03:24:27.112Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW dcba68fc-a4f3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-12T03:24:27.112Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:24:27.112Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vFW dcba68fc-a4f3 0 is matching search criteria
2022-04-12T03:24:27.112Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW dcba68fc-a4f3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-12T03:24:27.112Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:24:27.112Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vFW dcba68fc-a4f3 0 is not matching search criteria
2022-04-12T03:24:27.113Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-12T03:24:27.113Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-12T03:24:27.113Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-12T03:24:27.113Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-12T03:24:27.113Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-12T03:24:27.113Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-12T03:24:27.113Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-12T03:24:27.113Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-12T03:24:27.113Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-12T03:24:27.114Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-12T03:24:27.114Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-12T03:24:27.114Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5aff1e73-e1a8-4a9f-8448-31a287c596f0
2022-04-12T03:24:27.114Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:24:27.114Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vFW dcba68fc-a4f3 0 is not matching search criteria
2022-04-12T03:24:27.114Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-12T03:24:27.114Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-12T03:24:27.114Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-12T03:24:27.114Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-12T03:24:27.115Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-12T03:24:27.115Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-12T03:24:27.115Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-12T03:24:27.115Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-12T03:24:27.115Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-12T03:24:27.115Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-12T03:24:27.115Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-12T03:24:27.115Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-12T03:24:27.115Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e100cbd5-3096-4dff-a713-f9b17e9f87d8
2022-04-12T03:24:27.116Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:24:27.116Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vFW dcba68fc-a4f3 0 is not matching search criteria
2022-04-12T03:24:27.116Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-12T03:24:27.116Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-12T03:24:27.116Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-12T03:24:27.116Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-12T03:24:27.116Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-12T03:24:27.116Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-12T03:24:27.117Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-12T03:24:27.117Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-12T03:24:27.117Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-12T03:24:27.117Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-12T03:24:27.117Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-12T03:24:27.117Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-12T03:24:27.117Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7b631d64-e745-42ac-a595-aa0d13f85276
2022-04-12T03:24:27.118Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:24:27.118Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-12 03-21-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:24:27.118Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:24:27.118Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-12 03-21-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:24:27.118Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:24:27.118Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-12 03-21-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:24:27.118Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:24:27.119Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-12 03-21-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:24:27.119Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-04-12 03-21-27
Description:catalog service description
Model UUID:bdfa18c3-6b30-4ec2-84ee-bfcbaf767e70
Model Version:NULL
Model InvariantUuid:9fc2f632-f12c-4259-aba2-3d9840a8f6ec
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW dcba68fc-a4f3
Model UUID:6884e55c-17bc-4b03-85b0-1900a1001433
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:de1ca9d5-d3f2-4daf-a347-a5aca1137a7d
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:3e1c3df2-3989-43bc-935d-c4faa630e036
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:c773c348-bfa7-45c0-b930-1b990c543bfb
ModelName:VfwDcba68fcA4f3..base_vfw..module-0
ModelUuid:17358d26-8fe6-4cb2-9c82-b63ec1cb0ab2
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:5aff1e73-e1a8-4a9f-8448-31a287c596f0
ModelInvariantUuid:fb74b16c-f1de-42b0-8424-cdda4949bd7a
ModelName:vFW dcba68fc-a4f3-nodes.vfwCvfc
ModelUuid:893fbd47-b606-46b9-9b43-787428379f0d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:a001b455-2492-47c6-ac47-0f9a7c333a6c
ModelInvariantUuid:d87ff96c-e842-433b-b690-25c7d4ae192b
ModelName:VfwDcba68fcA4f3.compute.nodes.heat.vfw
ModelUuid:cecfbda6-9df2-4889-8490-b3d0fedf92e8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:e100cbd5-3096-4dff-a713-f9b17e9f87d8
ModelInvariantUuid:ace71df8-62ec-4ae6-8671-2319f6b18be5
ModelName:vFW dcba68fc-a4f3-nodes.vsnCvfc
ModelUuid:53974257-8a0a-4919-b21c-d7fcdc547492
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:02cecbc2-15fc-4f83-93c5-7d1445f4fb04
ModelInvariantUuid:c1d5f97e-ca49-403f-9610-9be1df09104e
ModelName:VfwDcba68fcA4f3.compute.nodes.heat.vsn
ModelUuid:cae9fc01-d9e3-4c99-9c84-ac89acadb6b8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:7b631d64-e745-42ac-a595-aa0d13f85276
ModelInvariantUuid:52e95d9b-dfc3-4c38-877b-277c31ee4344
ModelName:vFW dcba68fc-a4f3-nodes.vpgCvfc
ModelUuid:4119f6d2-0191-45a0-a7e5-e37c17be3e5d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:c942a9ff-b04d-4b52-a1de-11cb0e39ae65
ModelInvariantUuid:3ec6827c-9c9b-4e26-82c3-97955d2d4e13
ModelName:VfwDcba68fcA4f3.compute.nodes.heat.vpg
ModelUuid:5bacea52-6e9a-4b97-8dd8-5a56c77d0a2c
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-04-12T03:24:27.128Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 5e2b2747-d25c-4cc7-af3f-3dbd6969661f
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-04-12T03:24:27.131Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||vFW dcba68fc-a4f3 0
2022-04-12T03:24:27.131Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5e2b2747-d25c-4cc7-af3f-3dbd6969661f
2022-04-12T03:24:27.131Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8a5c3b94-9142-4953-9c8b-e98af254cdd5 from URL: /sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vfwdcba68fca4f30_modules.json
2022-04-12T03:24:27.131Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-12T03:24:27.132Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vfwdcba68fca4f30_modules.json
2022-04-12T03:24:27.258Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-12T03:24:27.258Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vfwdcba68fca4f30_modules.json 8a5c3b94-9142-4953-9c8b-e98af254cdd5 785
2022-04-12T03:24:27.258Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vfwdcba68fca4f30_modules.json ASDC sendASDCNotification
2022-04-12T03:24:27.259Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vfwdcba68fca4f30_modules.json
2022-04-12T03:24:27.259Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-12T03:24:27.259Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:24:27.262Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:24:27.262Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649733867258,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vfwdcba68fca4f30_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-12T03:24:27.362Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:24:27.363Z||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-04-12T03:24:27.363Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:24:27.372Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:24:27.373Z||pool-27-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-04-12T03:24:28.262Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwDcba68fcA4f3..base_vfw..module-0",
"vfModuleModelInvariantUUID": "c773c348-bfa7-45c0-b930-1b990c543bfb",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "17358d26-8fe6-4cb2-9c82-b63ec1cb0ab2",
"vfModuleModelCustomizationUUID": "2794d4d3-a3d9-4580-8e3a-73092b2cf4fc",
"isBase": true,
"artifacts": [
"671bb8e3-dc20-482e-9ad0-0ab4f4b97f27",
"078d2dd7-d266-4a0e-afaa-18d0b8a7ba17"
],
"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-04-12T03:24:28.267Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDcba68fcA4f3..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:17358d26-8fe6-4cb2-9c82-b63ec1cb0ab2
VfModuleModelInvariantUUID:c773c348-bfa7-45c0-b930-1b990c543bfb
VfModuleModelDescription:NULL
Artifacts UUID List:{
671bb8e3-dc20-482e-9ad0-0ab4f4b97f27
,
078d2dd7-d266-4a0e-afaa-18d0b8a7ba17
}
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-04-12T03:24:28.269Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwDcba68fcA4f3..base_vfw..module-0",
"vfModuleModelInvariantUUID": "c773c348-bfa7-45c0-b930-1b990c543bfb",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "17358d26-8fe6-4cb2-9c82-b63ec1cb0ab2",
"vfModuleModelCustomizationUUID": "2794d4d3-a3d9-4580-8e3a-73092b2cf4fc",
"isBase": true,
"artifacts": [
"671bb8e3-dc20-482e-9ad0-0ab4f4b97f27",
"078d2dd7-d266-4a0e-afaa-18d0b8a7ba17"
],
"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-04-12T03:24:28.270Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDcba68fcA4f3..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:17358d26-8fe6-4cb2-9c82-b63ec1cb0ab2
VfModuleModelInvariantUUID:c773c348-bfa7-45c0-b930-1b990c543bfb
VfModuleModelDescription:NULL
Artifacts UUID List:{
671bb8e3-dc20-482e-9ad0-0ab4f4b97f27
,
078d2dd7-d266-4a0e-afaa-18d0b8a7ba17
}
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-04-12T03:24:28.270Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 671bb8e3-dc20-482e-9ad0-0ab4f4b97f27 from URL: /sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.yaml
2022-04-12T03:24:28.270Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-12T03:24:28.270Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.yaml
2022-04-12T03:24:28.369Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-12T03:24:28.370Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.yaml 671bb8e3-dc20-482e-9ad0-0ab4f4b97f27 20368
2022-04-12T03:24:28.370Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-12T03:24:28.370Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.yaml
2022-04-12T03:24:28.370Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-12T03:24:28.371Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:24:28.372Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:24:28.373Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649733868370,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-12T03:24:28.473Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:24:28.474Z||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-04-12T03:24:28.474Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:24:28.483Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:24:28.483Z||pool-28-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:24:29.373Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 078d2dd7-d266-4a0e-afaa-18d0b8a7ba17 from URL: /sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.env
2022-04-12T03:24:29.374Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-12T03:24:29.374Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.env
2022-04-12T03:24:29.658Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-12T03:24:29.658Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.env 078d2dd7-d266-4a0e-afaa-18d0b8a7ba17 2098
2022-04-12T03:24:29.658Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-12T03:24:29.658Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.env
2022-04-12T03:24:29.659Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-12T03:24:29.659Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:24:29.660Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:24:29.660Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649733869658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-12T03:24:29.761Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-12T03:24:29.761Z||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-04-12T03:24:29.761Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:24:29.771Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:24:29.771Z||pool-29-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-04-12T03:24:30.661Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: bdfa18c3-6b30-4ec2-84ee-bfcbaf767e70
2022-04-12T03:24:30.661Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW dcba68fc-a4f3 0 5e2b2747-d25c-4cc7-af3f-3dbd6969661f 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-04-12T03:24:30.687Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6415ed52, org.onap.sdc.toscaparser.api.parameters.Input@56bd0f79, org.onap.sdc.toscaparser.api.parameters.Input@2984ba9a, org.onap.sdc.toscaparser.api.parameters.Input@6de003b1, org.onap.sdc.toscaparser.api.parameters.Input@26541c22]
2022-04-12T03:24:30.688Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:24:30.689Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-12 03-21-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:24:30.689Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-04-12T03:24:30.689Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 3e1c3df2-3989-43bc-935d-c4faa630e036
2022-04-12T03:24:30.689Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3e1c3df2-3989-43bc-935d-c4faa630e036 matches Tosca VF Customization UUID: 3e1c3df2-3989-43bc-935d-c4faa630e036
2022-04-12T03:24:30.689Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 3e1c3df2-3989-43bc-935d-c4faa630e036 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-04-12T03:24:30.692Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:24:30.693Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-12 03-21-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:24:30.694Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 3e1c3df2-3989-43bc-935d-c4faa630e036: {\"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-04-12T03:24:30.694Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@79604407
2022-04-12T03:24:30.694Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:24:30.694Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-12 03-21-27 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-12T03:24:30.694Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2794d4d3-a3d9-4580-8e3a-73092b2cf4fc
2022-04-12T03:24:30.694Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2794d4d3-a3d9-4580-8e3a-73092b2cf4fc
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-04-12T03:24:30.697Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:24:30.697Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vFW dcba68fc-a4f3 0 is matching search criteria
2022-04-12T03:24:30.697Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW dcba68fc-a4f3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-12T03:24:30.697Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:24:30.698Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vFW dcba68fc-a4f3 0 is matching search criteria
2022-04-12T03:24:30.698Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW dcba68fc-a4f3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-12T03:24:30.698Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:24:30.698Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vFW dcba68fc-a4f3 0 is not matching search criteria
2022-04-12T03:24:30.698Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-12T03:24:30.698Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-12T03:24:30.699Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-12T03:24:30.699Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-12T03:24:30.699Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-12T03:24:30.699Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-12T03:24:30.699Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-12T03:24:30.699Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-12T03:24:30.699Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-12T03:24:30.699Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-12T03:24:30.699Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-12T03:24:30.699Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5aff1e73-e1a8-4a9f-8448-31a287c596f0
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-04-12T03:24:30.702Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:24:30.702Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vFW dcba68fc-a4f3 0 is matching search criteria
2022-04-12T03:24:30.702Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW dcba68fc-a4f3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-12T03:24:30.702Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:24:30.702Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vFW dcba68fc-a4f3 0 is not matching search criteria
2022-04-12T03:24:30.702Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-12T03:24:30.703Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-12T03:24:30.703Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-12T03:24:30.703Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-12T03:24:30.703Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-12T03:24:30.703Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-12T03:24:30.703Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-12T03:24:30.703Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-12T03:24:30.703Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-12T03:24:30.703Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-12T03:24:30.703Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-12T03:24:30.703Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-12T03:24:30.704Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e100cbd5-3096-4dff-a713-f9b17e9f87d8
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-04-12T03:24:30.706Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:24:30.706Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vFW dcba68fc-a4f3 0 is matching search criteria
2022-04-12T03:24:30.706Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW dcba68fc-a4f3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-12T03:24:30.709Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:24:30.709Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vFW dcba68fc-a4f3 0 is not matching search criteria
2022-04-12T03:24:30.709Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-12T03:24:30.709Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-12T03:24:30.710Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-12T03:24:30.710Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-12T03:24:30.710Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-12T03:24:30.710Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-12T03:24:30.710Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-12T03:24:30.710Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-12T03:24:30.710Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-12T03:24:30.710Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-12T03:24:30.711Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-12T03:24:30.711Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-12T03:24:30.711Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7b631d64-e745-42ac-a595-aa0d13f85276
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-04-12T03:24:30.714Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:24:30.714Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vFW dcba68fc-a4f3 0 is matching search criteria
2022-04-12T03:24:30.714Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW dcba68fc-a4f3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-12T03:24:30.714Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:24:30.715Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vFW dcba68fc-a4f3 0 is matching search criteria
2022-04-12T03:24:30.715Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW dcba68fc-a4f3 0] matching following query criteria: sdcType=VF, customizationUUID=3e1c3df2-3989-43bc-935d-c4faa630e036
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-04-12T03:24:30.718Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:24:30.718Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-12 03-21-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:24:30.718Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid bdfa18c3-6b30-4ec2-84ee-bfcbaf767e70: vFW dcba68fc-a4f3
2022-04-12T03:24:30.718Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:24:30.719Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-12 03-21-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:24:30.719Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:24:30.719Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-12 03-21-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:24:30.719Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:24:30.719Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-12 03-21-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:24:30.720Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:24:30.720Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-12 03-21-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:24:30.720Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:24:30.720Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-12 03-21-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:24:30.720Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-04-12 03-21-27
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-04-12T03:24:30.900Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW dcba68fc-a4f3 5e2b2747-d25c-4cc7-af3f-3dbd6969661f 1 ASDC deployResourceStructure
2022-04-12T03:24:30.901Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vfwdcba68fca4f30_modules.json ASDC sendASDCNotification
2022-04-12T03:24:30.901Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vfwdcba68fca4f30_modules.json
2022-04-12T03:24:30.901Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-12T03:24:30.901Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:24:30.902Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:24:30.902Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649733870901,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vfwdcba68fca4f30_modules.json",
"status": "DEPLOY_OK"
}
2022-04-12T03:24:31.003Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-12T03:24:31.004Z||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-04-12T03:24:31.004Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:24:31.014Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:24:31.014Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:24:31.903Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-12T03:24:31.904Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.yaml
2022-04-12T03:24:31.904Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-12T03:24:31.904Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:24:31.906Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:24:31.906Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649733871903,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-04-12T03:24:32.007Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:24:32.007Z||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-04-12T03:24:32.007Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:24:32.017Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:24:32.017Z||pool-31-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:24:32.908Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-12T03:24:32.908Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.env
2022-04-12T03:24:32.908Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-12T03:24:32.909Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:24:32.911Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:24:32.911Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649733872907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-04-12T03:24:33.011Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:24:33.012Z||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-04-12T03:24:33.012Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:24:33.021Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:24:33.021Z||pool-32-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-04-12T03:24:33.912Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-csar.csar ASDC sendASDCNotification
2022-04-12T03:24:33.913Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-csar.csar
2022-04-12T03:24:33.913Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-12T03:24:33.913Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:24:33.915Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:24:33.916Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649733873912,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-12T03:24:34.016Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:24:34.016Z||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-04-12T03:24:34.017Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:24:34.027Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:24:34.027Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:24:34.916Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 759b56fb-86e7-4017-aa88-683521cb6b3a
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-04-12T03:24:34.926Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 759b56fb-86e7-4017-aa88-683521cb6b3a
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-04-12T03:24:34.928Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-12T03:24:34.928Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-12T03:24:34.928Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-12T03:25:04.929Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 759b56fb-86e7-4017-aa88-683521cb6b3a
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-04-12T03:25:04.942Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 759b56fb-86e7-4017-aa88-683521cb6b3a
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-04-12T03:25:04.945Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-12T03:25:04.945Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-12T03:25:04.945Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-12T03:25:11.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:25:11.930Z||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-04-12T03:25:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:25:11.950Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:25:11.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.955Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649733791927,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/basic_onboard_bmyjmk0_modules.json",
"status": "NOTIFIED"
}
2022-04-12T03:25:11.956Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-12T03:25:11.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649733791927,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-12T03:25:11.956Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-12T03:25:11.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649733791927,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:25:11.956Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-12T03:25:11.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649733791927,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-12T03:25:11.957Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-12T03:25:11.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649733791927,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:25:11.957Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-12T03:25:11.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649733791927,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-csar.csar",
"status": "NOTIFIED"
}
2022-04-12T03:25:11.957Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-12T03:25:11.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649733799941,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-12T03:25:11.957Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:25:11.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649733803689,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/basic_onboard_bmyjmk0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-12T03:25:11.957Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:25:11.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649733804771,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-12T03:25:11.958Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:25:11.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649733805825,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-12T03:25:11.958Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:25:11.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649733807133,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/basic_onboard_bmyjmk0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-12T03:25:11.958Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:25:11.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649733808136,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-04-12T03:25:11.958Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:25:11.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649733809139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-04-12T03:25:11.958Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:25:11.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649733810144,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-12T03:25:11.959Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:25:11.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649733815342,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:25:11.959Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-12T03:25:11.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "ves-openapi-manager",
"timestamp": 1649733816632,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:25:11.960Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-12T03:25:11.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649733815342,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vfwdcba68fca4f30_modules.json",
"status": "NOTIFIED"
}
2022-04-12T03:25:11.960Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-12T03:25:11.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "ves-openapi-manager",
"timestamp": 1649733816632,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vfwdcba68fca4f30_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:25:11.960Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-12T03:25:11.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649733815342,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-12T03:25:11.961Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-12T03:25:11.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "ves-openapi-manager",
"timestamp": 1649733816632,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:25:11.961Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-12T03:25:11.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "cds",
"timestamp": 1649733822732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:25:11.961Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-12T03:25:11.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649733815342,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:25:11.961Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-12T03:25:11.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "ves-openapi-manager",
"timestamp": 1649733816632,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:25:11.961Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-12T03:25:11.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "cds",
"timestamp": 1649733822732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vfwdcba68fca4f30_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:25:11.962Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-12T03:25:11.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649733815342,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-12T03:25:11.962Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-12T03:25:11.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "ves-openapi-manager",
"timestamp": 1649733816632,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:25:11.962Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-12T03:25:11.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "cds",
"timestamp": 1649733822732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:25:11.962Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-12T03:25:11.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649733815342,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:25:11.962Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-12T03:25:11.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "ves-openapi-manager",
"timestamp": 1649733816632,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:25:11.962Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-12T03:25:11.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "cds",
"timestamp": 1649733822732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:25:11.963Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-12T03:25:11.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649733815342,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-csar.csar",
"status": "NOTIFIED"
}
2022-04-12T03:25:11.963Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-12T03:25:11.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "ves-openapi-manager",
"timestamp": 1649733816632,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:25:11.963Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-12T03:25:11.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "cds",
"timestamp": 1649733822732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:25:11.963Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-12T03:25:11.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649733828039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vfwdcba68fca4f30_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-12T03:25:11.963Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:25:11.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "cds",
"timestamp": 1649733822732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:25:11.963Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-12T03:25:11.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.964Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649733829100,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-12T03:25:11.964Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:25:11.964Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.964Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "cds",
"timestamp": 1649733822732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-csar.csar",
"status": "NOTIFIED"
}
2022-04-12T03:25:11.964Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-12T03:25:11.964Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.964Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649733830153,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-12T03:25:11.964Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:25:11.964Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.964Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "cds",
"timestamp": 1649733830509,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-12T03:25:11.964Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:25:11.964Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.964Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649733831223,
"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-04-12T03:25:11.971Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 759b56fb-86e7-4017-aa88-683521cb6b3a
2022-04-12T03:25:11.972Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 759b56fb-86e7-4017-aa88-683521cb6b3a 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-04-12T03:25:11.979Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.979Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "cds",
"timestamp": 1649733831514,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-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-04-12T03:25:11.983Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 759b56fb-86e7-4017-aa88-683521cb6b3a
2022-04-12T03:25:11.983Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 759b56fb-86e7-4017-aa88-683521cb6b3a 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-04-12T03:25:11.990Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.990Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649733832226,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vfwdcba68fca4f30_modules.json",
"status": "DEPLOY_OK"
}
2022-04-12T03:25:11.990Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:25:11.991Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.991Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "aai-ml",
"timestamp": 1649733834027,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:25:11.991Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-12T03:25:11.991Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.991Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "aai-ml",
"timestamp": 1649733834027,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vfwdcba68fca4f30_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:25:11.991Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-12T03:25:11.991Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.991Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "aai-ml",
"timestamp": 1649733834027,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:25:11.991Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-12T03:25:11.991Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.992Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "aai-ml",
"timestamp": 1649733834027,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:25:11.992Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-12T03:25:11.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.992Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "aai-ml",
"timestamp": 1649733834027,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:25:11.992Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-12T03:25:11.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.992Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "aai-ml",
"timestamp": 1649733834027,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:25:11.992Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-12T03:25:11.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.992Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "aai-ml",
"timestamp": 1649733834027,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-csar.csar",
"status": "NOTIFIED"
}
2022-04-12T03:25:11.992Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-12T03:25:11.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649733840768,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:25:11.993Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-12T03:25:11.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "aai-ml",
"timestamp": 1649733841931,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-12T03:25:11.993Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:25:11.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649733840768,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vfwdcba68fca4f30_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:25:11.993Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-12T03:25:11.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649733840768,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:25:11.993Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-12T03:25:11.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649733840768,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:25:11.994Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-12T03:25:11.994Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649733840768,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:25:11.994Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-12T03:25:11.994Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649733840768,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:25:11.994Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-12T03:25:11.994Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649733840768,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-csar.csar",
"status": "NOTIFIED"
}
2022-04-12T03:25:11.994Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-12T03:25:11.994Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649733848734,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-12T03:25:11.994Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:25:11.994Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "aai-ml",
"timestamp": 1649733851421,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-12T03:25:11.995Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:25:11.995Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.995Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649733851720,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-12T03:25:11.995Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:25:34.945Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 759b56fb-86e7-4017-aa88-683521cb6b3a
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-04-12T03:25:34.961Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 759b56fb-86e7-4017-aa88-683521cb6b3a
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-04-12T03:25:34.964Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-12T03:25:34.965Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-12T03:25:34.965Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-12T03:26:04.965Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 759b56fb-86e7-4017-aa88-683521cb6b3a
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-04-12T03:26:04.978Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 759b56fb-86e7-4017-aa88-683521cb6b3a
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-04-12T03:26:04.980Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-12T03:26:04.980Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-12T03:26:04.980Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-12T03:26:11.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:26:11.930Z||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-04-12T03:26:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:26:11.948Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:26:11.948Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:26:11.948Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "aai-ml",
"timestamp": 1649733852424,
"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-04-12T03:26:11.958Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 759b56fb-86e7-4017-aa88-683521cb6b3a
2022-04-12T03:26:11.958Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 759b56fb-86e7-4017-aa88-683521cb6b3a 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-04-12T03:26:34.981Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 759b56fb-86e7-4017-aa88-683521cb6b3a
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-04-12T03:26:34.993Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 759b56fb-86e7-4017-aa88-683521cb6b3a
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-04-12T03:26:34.998Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-12T03:26:34.998Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-12T03:26:34.998Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-12T03:26:34.998Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-12T03:27:04.998Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 759b56fb-86e7-4017-aa88-683521cb6b3a
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-04-12T03:27:05.012Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 759b56fb-86e7-4017-aa88-683521cb6b3a
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-04-12T03:27:05.015Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-12T03:27:05.015Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-12T03:27:05.015Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-12T03:27:05.015Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-12T03:27:11.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:27:11.931Z||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-04-12T03:27:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:27:12.453Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:27:12.454Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:27:12.455Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649733852723,
"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-04-12T03:27:12.464Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 759b56fb-86e7-4017-aa88-683521cb6b3a
2022-04-12T03:27:12.464Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 759b56fb-86e7-4017-aa88-683521cb6b3a 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-04-12T03:27:12.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:27:12.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649733854776,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-12T03:27:12.474Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:27:12.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:27:12.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649733855791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:27:12.474Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-12T03:27:12.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:27:12.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649733855791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vfwdcba68fca4f30_modules.json",
"status": "NOTIFIED"
}
2022-04-12T03:27:12.475Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-12T03:27:12.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:27:12.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649733855791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-12T03:27:12.475Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-12T03:27:12.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:27:12.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649733855791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:27:12.476Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-12T03:27:12.476Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:27:12.476Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649733855791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-12T03:27:12.476Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-12T03:27:12.476Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:27:12.476Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649733855791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:27:12.477Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-12T03:27:12.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:27:12.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649733855791,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-csar.csar",
"status": "NOTIFIED"
}
2022-04-12T03:27:12.477Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-04-12T03:27:12.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:27:12.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649733863554,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-12T03:27:12.477Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:27:12.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:27:12.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649733867258,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vfwdcba68fca4f30_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-12T03:27:12.477Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:27:12.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:27:12.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649733868370,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-12T03:27:12.478Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:27:12.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:27:12.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649733869658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-12T03:27:12.478Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:27:12.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:27:12.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649733870901,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vfwdcba68fca4f30_modules.json",
"status": "DEPLOY_OK"
}
2022-04-12T03:27:12.478Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:27:12.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:27:12.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649733871903,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-04-12T03:27:12.478Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:27:12.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:27:12.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649733872907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-04-12T03:27:12.479Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:27:12.479Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:27:12.479Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649733873912,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-12T03:27:12.479Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:27:35.015Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 759b56fb-86e7-4017-aa88-683521cb6b3a
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-04-12T03:27:35.026Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 759b56fb-86e7-4017-aa88-683521cb6b3a
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-04-12T03:27:35.029Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-12T03:27:35.029Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-12T03:27:35.030Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-12T03:27:35.030Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-12T03:27:35.030Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-12T03:27:35.030Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-12T03:27:35.030Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-12T03:27:35.030Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-12T03:27:35.030Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-12T03:27:35.030Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-12T03:27:35.035Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-12T03:28:05.035Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 759b56fb-86e7-4017-aa88-683521cb6b3a 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-04-12T03:28:05.042Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 759b56fb-86e7-4017-aa88-683521cb6b3a and serviceModelVersionId: bdfa18c3-6b30-4ec2-84ee-bfcbaf767e70
2022-04-12T03:28:05.042Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9fc2f632-f12c-4259-aba2-3d9840a8f6ec
2022-04-12T03:28:05.043Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9fc2f632-f12c-4259-aba2-3d9840a8f6ec/model-vers/model-ver/bdfa18c3-6b30-4ec2-84ee-bfcbaf767e70?depth=0
2022-04-12T03:28:05.047Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-04-12T03:28:05.090Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9fc2f632-f12c-4259-aba2-3d9840a8f6ec/model-vers/model-ver/bdfa18c3-6b30-4ec2-84ee-bfcbaf767e70?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-12T03:28:05.091Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9fc2f632-f12c-4259-aba2-3d9840a8f6ec/model-vers/model-ver/bdfa18c3-6b30-4ec2-84ee-bfcbaf767e70?depth=0|INFO|500||Invoke
2022-04-12T03:28:05.124Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9fc2f632-f12c-4259-aba2-3d9840a8f6ec/model-vers/model-ver/bdfa18c3-6b30-4ec2-84ee-bfcbaf767e70?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-04-12T03:28:05.517Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9fc2f632-f12c-4259-aba2-3d9840a8f6ec/model-vers/model-ver/bdfa18c3-6b30-4ec2-84ee-bfcbaf767e70?depth=0|INFO|500||InvokeReturn
2022-04-12T03:28:05.518Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9fc2f632-f12c-4259-aba2-3d9840a8f6ec/model-vers/model-ver/bdfa18c3-6b30-4ec2-84ee-bfcbaf767e70?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220412-03:28:05:129-49074], vertex-id=[188568], Content-Length=[0], Date=[Tue, 12 Apr 2022 03:28:05 GMT], Content-Type=[application/json]}
2022-04-12T03:28:05.518Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-04-12T03:28:05.519Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-12T03:28:05.519Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-12T03:28:05.525Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-04-12T03:28:05.525Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 759b56fb-86e7-4017-aa88-683521cb6b3a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-12T03:28:05.526Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-12T03:28:05.526Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:28:05.528Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:28:05.528Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649734085526,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-12T03:28:05.628Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:28:05.629Z||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-04-12T03:28:05.629Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:28:05.642Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:28:05.643Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 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-04-12T03:28:06.543Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:28:06.543Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:28:06.544Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:28:11.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:28:11.931Z||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-04-12T03:28:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:28:12.552Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:28:12.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:28:12.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649734085526,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-12T03:28:12.553Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:28:16.991Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:28:16.992Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:28:16.992Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:28:16.992Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:28:26.519Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:28:26.520Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:28:26.520Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:28:26.520Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:28:36.051Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:28:36.052Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:28:36.053Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:28:36.053Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:28:45.579Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:29:11.928Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:29:11.929Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:29:11.929Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:29:11.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:29:11.930Z||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-04-12T03:29:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:29:21.459Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:29:21.470Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:30:11.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:30:11.928Z||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-04-12T03:30:11.928Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:30:11.930Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:30:11.930Z||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-04-12T03:30:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:30:21.467Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:30:21.468Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:31:11.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:31:11.928Z||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-04-12T03:31:11.928Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:31:11.930Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:31:11.930Z||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-04-12T03:31:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:31:21.460Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:31:21.463Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:32:11.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:32:11.929Z||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-04-12T03:32:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:32:11.930Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:32:11.930Z||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-04-12T03:32:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:32:21.466Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:32:21.466Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:33:11.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:33:11.928Z||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-04-12T03:33:11.928Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:33:11.930Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:33:11.930Z|759b56fb-86e7-4017-aa88-683521cb6b3a|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-04-12T03:33:11.930Z|759b56fb-86e7-4017-aa88-683521cb6b3a|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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:33:21.463Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:33:21.463Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:34:11.927Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:34:11.928Z||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-04-12T03:34:11.928Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:34:11.930Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:34:11.930Z|759b56fb-86e7-4017-aa88-683521cb6b3a|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-04-12T03:34:11.930Z|759b56fb-86e7-4017-aa88-683521cb6b3a|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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:34:12.551Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:34:12.551Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.552Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"ffd11176-3bfe-4795-9c8e-744ae7899b68","serviceName":"Demo_pNF_hX8qZST7qka0x4bDytNF","serviceVersion":"1.0","serviceUUID":"3b69f64d-4a57-4cd6-8de3-2ebfec233d85","serviceDescription":"catalog service description","serviceInvariantUUID":"01bd320d-bebf-49f0-9958-fa60b9235cc6","resources":[{"resourceInstanceName":"pNF 4fb023d2-3118 0","resourceName":"pNF 4fb023d2-3118","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2c72074c-fa3a-4d8d-abd4-a73ff64763d9","resourceInvariantUUID":"5d66c246-a665-4a84-814e-aa268f2f89d3","resourceCustomizationUUID":"1e20fa1b-47e4-4620-8ba9-da0d2ca07f06","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/vf-license-model.xml","artifactChecksum":"NTEzYmE4YmI2ZTVhYjI1YmZkMzQ2ZTczZGUyMmFiNWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3897d70e-c4af-40b0-80be-bb860f51835c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/pNF.csar","artifactChecksum":"ZGUwMGI1Mzg5MDQzZTIzMTYzMzYzYTUxZDFjNjE4MzY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6d54950f-83b4-4d5a-a07e-0ed511d73740","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1b7a3eed-70ab-4f16-b752-943438a5354c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/vendor-license-model.xml","artifactChecksum":"MWE5YjM0ODhjMzI2NWE4NjhjNWEzOTM2YjE0Mzg0ZjQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7ebc2080-640e-4020-96a9-d7d2b806f88a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7e8702d0-b7ba-4624-973b-e003064ad22a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4dc03e08-606b-4e68-b351-4d602e962699","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfHx8qzst7qka0x4bdytnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-template.yml","artifactChecksum":"ZjIwNzExNjM5NzliYWNiNjIxMjViN2EzZWU0MmZkNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"022c0e51-27f0-49be-87e7-15a1bd36c795","artifactVersion":"1"},{"artifactName":"service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar","artifactChecksum":"NTk0NDE0ZTFjY2RiNjYwMTBiMTVlNGQyNjlmMmE3ODI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8245ce81-241a-4b57-8406-85a5d892eefe","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-12T03:34:12.552Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:34:12.554Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:34:12.554Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:34:12.556Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:34:12.556Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649734451927,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.562Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.562Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "aai-ml",
"timestamp": 1649734404027,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.563Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-12T03:34:12.563Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.563Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "cds",
"timestamp": 1649734407732,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.563Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-12T03:34:12.564Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.564Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649734410768,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.564Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-12T03:34:12.564Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.564Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "aai-ml",
"timestamp": 1649734404027,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.564Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-12T03:34:12.564Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.565Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "cds",
"timestamp": 1649734407732,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.565Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-12T03:34:12.565Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.565Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649734410768,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.565Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-12T03:34:12.565Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.565Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "aai-ml",
"timestamp": 1649734404027,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.566Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-12T03:34:12.566Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.566Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "cds",
"timestamp": 1649734407732,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.566Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-12T03:34:12.566Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.566Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649734410768,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.566Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-12T03:34:12.566Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.567Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649734415342,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.567Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-12T03:34:12.567Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.567Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "aai-ml",
"timestamp": 1649734404027,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.567Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-12T03:34:12.567Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.567Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "cds",
"timestamp": 1649734407732,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.567Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-12T03:34:12.568Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.568Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649734410768,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.568Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-12T03:34:12.568Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.568Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649734415342,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.568Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-12T03:34:12.568Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.568Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "aai-ml",
"timestamp": 1649734404027,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.569Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-12T03:34:12.569Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.569Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "cds",
"timestamp": 1649734407732,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.569Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-12T03:34:12.569Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.569Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649734410768,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.569Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-12T03:34:12.569Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.570Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "ves-openapi-manager",
"timestamp": 1649734416632,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.570Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-12T03:34:12.570Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.570Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649734415342,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.570Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-12T03:34:12.570Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.570Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "aai-ml",
"timestamp": 1649734404027,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.570Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-12T03:34:12.571Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.571Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "cds",
"timestamp": 1649734407732,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.571Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-12T03:34:12.571Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.571Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649734410768,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.576Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-12T03:34:12.577Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.577Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "ves-openapi-manager",
"timestamp": 1649734416632,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.577Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-12T03:34:12.577Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.577Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649734415342,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.578Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-12T03:34:12.578Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.578Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "aai-ml",
"timestamp": 1649734404027,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.578Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-12T03:34:12.578Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.578Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "cds",
"timestamp": 1649734407732,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.578Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-12T03:34:12.579Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.579Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649734410768,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.579Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-12T03:34:12.579Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.579Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "ves-openapi-manager",
"timestamp": 1649734416632,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.579Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-12T03:34:12.579Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.579Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649734415342,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.580Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-12T03:34:12.580Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.580Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "aai-ml",
"timestamp": 1649734404027,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar",
"status": "NOTIFIED"
}
2022-04-12T03:34:12.580Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-12T03:34:12.580Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.580Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "cds",
"timestamp": 1649734407732,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar",
"status": "NOTIFIED"
}
2022-04-12T03:34:12.580Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-12T03:34:12.580Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.581Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649734410768,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar",
"status": "NOTIFIED"
}
2022-04-12T03:34:12.581Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-12T03:34:12.581Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.581Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "ves-openapi-manager",
"timestamp": 1649734416632,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.581Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-12T03:34:12.581Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.581Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649734415342,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.582Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-12T03:34:12.582Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.582Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "ves-openapi-manager",
"timestamp": 1649734416632,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.582Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-12T03:34:12.582Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.582Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "cds",
"timestamp": 1649734421344,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-12T03:34:12.582Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:34:12.583Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.583Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649734421522,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-12T03:34:12.583Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:34:12.583Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.583Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "aai-ml",
"timestamp": 1649734421524,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-12T03:34:12.583Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:34:12.583Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.583Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649734415342,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.584Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-12T03:34:12.584Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.584Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "ves-openapi-manager",
"timestamp": 1649734416632,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-04-12T03:34:12.584Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-12T03:34:12.584Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.584Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "cds",
"timestamp": 1649734422348,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-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-04-12T03:34:12.603Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ffd11176-3bfe-4795-9c8e-744ae7899b68
2022-04-12T03:34:12.603Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ffd11176-3bfe-4795-9c8e-744ae7899b68 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-04-12T03:34:12.611Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.611Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649734415342,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar",
"status": "NOTIFIED"
}
2022-04-12T03:34:12.611Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-12T03:34:12.611Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.611Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "ves-openapi-manager",
"timestamp": 1649734416632,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.612Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-12T03:34:12.612Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.612Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649734423324,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-12T03:34:12.612Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:34:12.612Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.612Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "ves-openapi-manager",
"timestamp": 1649734416632,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.612Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-12T03:34:12.612Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.612Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649734424327,
"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-04-12T03:34:12.616Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ffd11176-3bfe-4795-9c8e-744ae7899b68
2022-04-12T03:34:12.617Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ffd11176-3bfe-4795-9c8e-744ae7899b68 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-04-12T03:34:12.624Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.625Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "ves-openapi-manager",
"timestamp": 1649734425530,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-12T03:34:12.625Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:34:12.625Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.625Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "aai-ml",
"timestamp": 1649734425819,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-12T03:34:12.625Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:34:12.625Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.626Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "ves-openapi-manager",
"timestamp": 1649734426736,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-04-12T03:34:12.626Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:34:12.626Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.626Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "aai-ml",
"timestamp": 1649734426823,
"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-04-12T03:34:12.631Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ffd11176-3bfe-4795-9c8e-744ae7899b68
2022-04-12T03:34:12.631Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ffd11176-3bfe-4795-9c8e-744ae7899b68 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-04-12T03:34:12.638Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.638Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "ves-openapi-manager",
"timestamp": 1649734427739,
"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-04-12T03:34:12.643Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of ffd11176-3bfe-4795-9c8e-744ae7899b68
2022-04-12T03:34:12.643Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ffd11176-3bfe-4795-9c8e-744ae7899b68 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-04-12T03:34:12.657Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-12T03:34:12.658Z||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-04-12T03:34:12.658Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:34:12.667Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:34:12.668Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:34:13.557Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:34:13.558Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:34:13.560Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:34:13.560Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649734451927,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:34:13.660Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:34:13.661Z||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-04-12T03:34:13.661Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:34:13.670Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:34:13.671Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:34:14.560Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:34:14.561Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:34:14.562Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:34:14.562Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649734451927,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:34:14.663Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-12T03:34:14.664Z||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-04-12T03:34:14.664Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:34:14.675Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:34:14.675Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:34:15.563Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:34:15.564Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:34:15.566Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:34:15.566Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649734451927,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:34:15.666Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:34:15.667Z||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-04-12T03:34:15.667Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:34:15.677Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:34:15.677Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:34:16.566Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:34:16.567Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:34:16.570Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:34:16.570Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649734451927,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:34:16.669Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-12T03:34:16.670Z||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-04-12T03:34:16.670Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:34:16.681Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:34:16.682Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-04-12T03:34:17.570Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:34:17.571Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:34:17.574Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:34:17.574Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649734451927,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:34:17.674Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-12T03:34:17.675Z||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-04-12T03:34:17.675Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:34:17.685Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:34:17.685Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-04-12T03:34:18.575Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:34:18.576Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:34:18.578Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:34:18.578Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649734451927,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:34:18.678Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:34:18.679Z||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-04-12T03:34:18.679Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:34:18.690Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:34:18.691Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:34:19.579Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:34:19.580Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:34:19.583Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:34:19.583Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649734451927,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar",
"status": "NOTIFIED"
}
2022-04-12T03:34:19.683Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:34:19.683Z||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-04-12T03:34:19.684Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:34:19.693Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:34:19.694Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:34:20.585Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"serviceName": "Demo_pNF_hX8qZST7qka0x4bDytNF",
"serviceVersion": "1.0",
"serviceUUID": "3b69f64d-4a57-4cd6-8de3-2ebfec233d85",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "01bd320d-bebf-49f0-9958-fa60b9235cc6",
"resources": [
{
"resourceInstanceName": "pNF 4fb023d2-3118 0",
"resourceCustomizationUUID": "1e20fa1b-47e4-4620-8ba9-da0d2ca07f06",
"resourceName": "pNF 4fb023d2-3118",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "2c72074c-fa3a-4d8d-abd4-a73ff64763d9",
"resourceInvariantUUID": "5d66c246-a665-4a84-814e-aa268f2f89d3",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar",
"artifactChecksum": "NTk0NDE0ZTFjY2RiNjYwMTBiMTVlNGQyNjlmMmE3ODI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8245ce81-241a-4b57-8406-85a5d892eefe"
}
],
"workloadContext": "Production"
}
2022-04-12T03:34:20.585Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-12T03:34:20.585Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3b69f64d-4a57-4cd6-8de3-2ebfec233d85 ASDC
2022-04-12T03:34:20.585Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:ffd11176-3bfe-4795-9c8e-744ae7899b68
ServiceName:Demo_pNF_hX8qZST7qka0x4bDytNF
ServiceVersion:1.0
ServiceUUID:3b69f64d-4a57-4cd6-8de3-2ebfec233d85
ServiceInvariantUUID:01bd320d-bebf-49f0-9958-fa60b9235cc6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar
ArtifactUUID:8245ce81-241a-4b57-8406-85a5d892eefe
ArtifactChecksum:NTk0NDE0ZTFjY2RiNjYwMTBiMTVlNGQyNjlmMmE3ODI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 4fb023d2-3118 0
ResourceCustomizationUUID:1e20fa1b-47e4-4620-8ba9-da0d2ca07f06
ResourceInvariantUUID:5d66c246-a665-4a84-814e-aa268f2f89d3
ResourceName:pNF 4fb023d2-3118
ResourceType:PNF
ResourceUUID:2c72074c-fa3a-4d8d-abd4-a73ff64763d9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-04-12T03:34:20.586Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3b69f64d-4a57-4cd6-8de3-2ebfec233d85 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-04-12T03:34:20.609Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-12T03:34:20.610Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-12T03:34:20.610Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-12T03:34:20.610Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8245ce81-241a-4b57-8406-85a5d892eefe from URL: /sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar
2022-04-12T03:34:20.610Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-12T03:34:20.610Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar
2022-04-12T03:34:20.673Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-12T03:34:20.676Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar 8245ce81-241a-4b57-8406-85a5d892eefe 82646
2022-04-12T03:34:20.677Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar ASDC sendASDCNotification
2022-04-12T03:34:20.677Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar
2022-04-12T03:34:20.677Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-12T03:34:20.677Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:34:20.679Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:34:20.679Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649734460677,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-12T03:34:20.779Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:34:20.780Z||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-04-12T03:34:20.780Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:34:20.822Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:34:20.823Z||pool-43-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:34:21.680Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-12T03:34:21.681Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-12T03:34:21.681Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 8245ce81-241a-4b57-8406-85a5d892eefe, URL: /sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar to file: /app/ASDC/1/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar
2022-04-12T03:34:21.682Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar
2022-04-12T03:34:21.682Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar
2022-04-12T03:34:21.683Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar
2022-04-12T03:34:21.984Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8127064028042828562/Definitions/service-DemoPnfHx8qzst7qka0x4bdytnf-template.yml
2022-04-12T03:34:22.731Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-12T03:34:22.731Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-12T03:34:22.731Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar
2022-04-12T03:34:22.731Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-12T03:34:22.731Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||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-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar
2022-04-12T03:34:22.732Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar
2022-04-12T03:34:22.732Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||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-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar
2022-04-12T03:34:22.732Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||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-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar
2022-04-12T03:34:22.732Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||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-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar
2022-04-12T03:34:22.732Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4fb023d2-3118 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-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar
2022-04-12T03:34:22.732Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||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-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar
2022-04-12T03:34:22.732Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-12T03:34:22.732Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:34:22.733Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_hX8qZST7qka0x4bDytNF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:34:22.733Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Node template pNF 4fb023d2-3118 0 is matching search criteria
2022-04-12T03:34:22.733Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-12T03:34:22.733Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 4fb023d2-3118 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-12T03:34:22.733Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:34:22.733Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_hX8qZST7qka0x4bDytNF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:34:22.733Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Node template pNF 4fb023d2-3118 0 is matching search criteria
2022-04-12T03:34:22.733Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-12T03:34:22.733Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 4fb023d2-3118 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-12T03:34:22.734Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:34:22.734Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_hX8qZST7qka0x4bDytNF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:34:22.734Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:34:22.734Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_hX8qZST7qka0x4bDytNF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:34:22.734Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:34:22.734Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_hX8qZST7qka0x4bDytNF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:34:22.734Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:34:22.734Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_hX8qZST7qka0x4bDytNF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:34:22.734Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:34:22.735Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_hX8qZST7qka0x4bDytNF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:34:22.735Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_hX8qZST7qka0x4bDytNF
Description:catalog service description
Model UUID:3b69f64d-4a57-4cd6-8de3-2ebfec233d85
Model Version:NULL
Model InvariantUuid:01bd320d-bebf-49f0-9958-fa60b9235cc6
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-04-12T03:34:22.742Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 2c72074c-fa3a-4d8d-abd4-a73ff64763d9
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-04-12T03:34:22.746Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||pNF 4fb023d2-3118 0
2022-04-12T03:34:22.746Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 2c72074c-fa3a-4d8d-abd4-a73ff64763d9
2022-04-12T03:34:22.746Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 3b69f64d-4a57-4cd6-8de3-2ebfec233d85
2022-04-12T03:34:22.746Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 3b69f64d-4a57-4cd6-8de3-2ebfec233d85
2022-04-12T03:34:22.746Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 4fb023d2-3118 0 2c72074c-fa3a-4d8d-abd4-a73ff64763d9 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-04-12T03:34:22.751Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@62b4f9b2, org.onap.sdc.toscaparser.api.parameters.Input@1d8f087c, org.onap.sdc.toscaparser.api.parameters.Input@7a42b60f, org.onap.sdc.toscaparser.api.parameters.Input@707755ae, org.onap.sdc.toscaparser.api.parameters.Input@354b5b7b]
2022-04-12T03:34:22.752Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:34:22.752Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_hX8qZST7qka0x4bDytNF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:34:22.752Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 3b69f64d-4a57-4cd6-8de3-2ebfec233d85: pNF 4fb023d2-3118
2022-04-12T03:34:22.752Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||Processing PNF resource: 2c72074c-fa3a-4d8d-abd4-a73ff64763d9
2022-04-12T03:34:22.753Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:34:22.753Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_hX8qZST7qka0x4bDytNF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:34:22.753Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||Resource customization UUID: 1e20fa1b-47e4-4620-8ba9-da0d2ca07f06 is the same as notified resource customizationUUID: 1e20fa1b-47e4-4620-8ba9-da0d2ca07f06
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-04-12T03:34:22.817Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 4fb023d2-3118 2c72074c-fa3a-4d8d-abd4-a73ff64763d9 0 ASDC deployResourceStructure
2022-04-12T03:34:22.817Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar ASDC sendASDCNotification
2022-04-12T03:34:22.817Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar
2022-04-12T03:34:22.817Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-12T03:34:22.817Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:34:22.819Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:34:22.819Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649734462817,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-12T03:34:22.919Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:34:22.920Z||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-04-12T03:34:22.920Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:34:22.930Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:34:22.930Z||pool-44-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-04-12T03:34:23.820Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ffd11176-3bfe-4795-9c8e-744ae7899b68
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-04-12T03:34:23.833Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ffd11176-3bfe-4795-9c8e-744ae7899b68
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-04-12T03:34:23.836Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-12T03:34:23.836Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-12T03:34:23.836Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-12T03:34:23.836Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-12T03:34:23.837Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-12T03:34:23.837Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-12T03:34:23.837Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-12T03:34:23.837Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-12T03:34:23.837Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-12T03:34:23.837Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||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-04-12T03:34:23.842Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-12T03:34:53.842Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ffd11176-3bfe-4795-9c8e-744ae7899b68 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-04-12T03:34:53.849Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ffd11176-3bfe-4795-9c8e-744ae7899b68 and serviceModelVersionId: 3b69f64d-4a57-4cd6-8de3-2ebfec233d85
2022-04-12T03:34:53.849Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 01bd320d-bebf-49f0-9958-fa60b9235cc6
2022-04-12T03:34:53.850Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/01bd320d-bebf-49f0-9958-fa60b9235cc6/model-vers/model-ver/3b69f64d-4a57-4cd6-8de3-2ebfec233d85?depth=0
2022-04-12T03:34:53.855Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-04-12T03:34:53.892Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01bd320d-bebf-49f0-9958-fa60b9235cc6/model-vers/model-ver/3b69f64d-4a57-4cd6-8de3-2ebfec233d85?depth=0|INFO|500||Invoke
2022-04-12T03:34:53.892Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01bd320d-bebf-49f0-9958-fa60b9235cc6/model-vers/model-ver/3b69f64d-4a57-4cd6-8de3-2ebfec233d85?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01bd320d-bebf-49f0-9958-fa60b9235cc6/model-vers/model-ver/3b69f64d-4a57-4cd6-8de3-2ebfec233d85?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ffd11176-3bfe-4795-9c8e-744ae7899b68], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f5ab818c-1e7e-44bf-8097-6a95f58629ce], X-ECOMP-RequestID=[ffd11176-3bfe-4795-9c8e-744ae7899b68], X-TransactionId=[], X-ONAP-RequestID=[ffd11176-3bfe-4795-9c8e-744ae7899b68], Content-Type=[application/merge-patch+json]}
2022-04-12T03:34:53.926Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01bd320d-bebf-49f0-9958-fa60b9235cc6/model-vers/model-ver/3b69f64d-4a57-4cd6-8de3-2ebfec233d85?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-04-12T03:34:54.009Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01bd320d-bebf-49f0-9958-fa60b9235cc6/model-vers/model-ver/3b69f64d-4a57-4cd6-8de3-2ebfec233d85?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/01bd320d-bebf-49f0-9958-fa60b9235cc6/model-vers/model-ver/3b69f64d-4a57-4cd6-8de3-2ebfec233d85?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220412-03:34:53:934-91231], vertex-id=[196760], Content-Length=[0], Date=[Tue, 12 Apr 2022 03:34:53 GMT], Content-Type=[application/json]}
2022-04-12T03:34:54.009Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01bd320d-bebf-49f0-9958-fa60b9235cc6/model-vers/model-ver/3b69f64d-4a57-4cd6-8de3-2ebfec233d85?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-12T03:34:54.010Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01bd320d-bebf-49f0-9958-fa60b9235cc6/model-vers/model-ver/3b69f64d-4a57-4cd6-8de3-2ebfec233d85?depth=0|INFO|500||InvokeReturn
2022-04-12T03:34:54.011Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-12T03:34:54.011Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||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-04-12T03:34:54.016Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||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-04-12T03:34:54.016Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ffd11176-3bfe-4795-9c8e-744ae7899b68 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-12T03:34:54.017Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-12T03:34:54.017Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:34:54.018Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:34:54.018Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649734494017,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-12T03:34:54.119Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-12T03:34:54.119Z||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-04-12T03:34:54.119Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:34:54.133Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:34:54.133Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-12T03:35:11.928Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:35:11.928Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|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-04-12T03:35:11.928Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:35:11.930Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:35:11.930Z|759b56fb-86e7-4017-aa88-683521cb6b3a|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-04-12T03:35:11.931Z|759b56fb-86e7-4017-aa88-683521cb6b3a|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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:35:12.043Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:35:12.044Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:35:12.044Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649734451927,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:35:12.045Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-12T03:35:21.459Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:36:11.927Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:36:11.928Z||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-04-12T03:36:11.928Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:36:11.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:36:11.930Z||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-04-12T03:36:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:36:12.446Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:36:12.447Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-12T03:36:12.447Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649734451927,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:36:12.447Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-12T03:36:12.448Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-12T03:36:12.448Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649734451927,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:36:12.448Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-12T03:36:12.448Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-12T03:36:12.448Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649734451927,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:36:12.448Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-12T03:36:12.448Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-12T03:36:12.449Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649734451927,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:36:12.449Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-12T03:36:12.449Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-12T03:36:12.449Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649734451927,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:36:12.449Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-12T03:36:12.449Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-12T03:36:12.449Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649734451927,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:36:12.449Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-12T03:36:12.449Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-12T03:36:12.449Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649734451927,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar",
"status": "NOTIFIED"
}
2022-04-12T03:36:12.450Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-12T03:36:12.450Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-12T03:36:12.450Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649734460677,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-12T03:36:12.450Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:36:12.450Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-12T03:36:12.450Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649734462817,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-12T03:36:12.450Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:36:12.450Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-12T03:36:12.450Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649734494017,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-12T03:36:12.450Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:36:21.465Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:37:11.928Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:37:11.928Z||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-04-12T03:37:11.928Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:37:11.930Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:37:11.930Z||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-04-12T03:37:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:37:21.465Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:37:21.466Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:38:11.928Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:38:11.928Z||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-04-12T03:38:11.928Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:38:11.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:38:11.930Z||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-04-12T03:38:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:38:21.465Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:38:21.472Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:39:11.927Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:39:11.928Z||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-04-12T03:39:11.928Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:39:11.930Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:39:11.930Z|759b56fb-86e7-4017-aa88-683521cb6b3a|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-04-12T03:39:11.930Z|759b56fb-86e7-4017-aa88-683521cb6b3a|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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:39:21.460Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:39:21.460Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:40:11.928Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:40:11.928Z||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-04-12T03:40:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:40:11.930Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:40:11.930Z|759b56fb-86e7-4017-aa88-683521cb6b3a|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-04-12T03:40:11.930Z|759b56fb-86e7-4017-aa88-683521cb6b3a|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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:40:19.910Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:40:19.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-12T03:40:19.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"f10222bb-a7df-4f6a-99d0-285a38b08681","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"08781b43-06d9-4a5f-9036-b18107980505","serviceDescription":"service","serviceInvariantUUID":"fdcf854d-cdcf-454f-8194-5a84fcfd60df","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5e226d38-d24c-486f-b0c0-7218fe70cb99","resourceInvariantUUID":"5b34f941-f902-4943-ba2e-41ee3ffdefe7","resourceCustomizationUUID":"2887cc06-114b-4d3b-ac7b-1195b85d08a7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"YzQ1M2MxODk5OGRmNDk1OTJiYmFkMjVhYzQyMzZlZWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2877e662-d682-4522-b3b2-fced8fab4ab7","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bf0b4203-6903-47ef-896d-6dbf947c2c22","artifactVersion":"2","generatedFromUUID":"bf758825-c0ed-4685-8240-c465fe7852df"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"bf758825-c0ed-4685-8240-c465fe7852df","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"NTUwOTU4ZDJkMWExYjJmNmRmYTE2NjliM2I0ZjI3ZmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0215c1e0-0ff0-46e8-afad-fb0ae01fae6c","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"23169b29-6a7f-4136-9676-19e742ce5bb2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"dfb45c31-f14e-47a1-ba46-78abd79d38b2","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7920b025-ddca-4ccb-ba8f-e52ec211c6cd","artifactVersion":"2","generatedFromUUID":"23169b29-6a7f-4136-9676-19e742ce5bb2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NzJkNmNjZGIwMjU4Y2EwMWZiNmE4MzE4ODhjM2I5MjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d0cb48eb-f234-403c-9fa3-27805898c3f8","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MTZlNmU0MDMxOGY3YmJmNmYxYTI1Yjc2YTVjNGQ4NDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"374dce30-e370-43ec-a360-a3d4df278ac4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-12T03:40:19.914Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:40:19.914Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:40:19.917Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:40:19.917Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649734811928,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:40:20.017Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:40:20.018Z||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-04-12T03:40:20.018Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:40:20.030Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:40:20.030Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":2,"count":1}
2022-04-12T03:40:20.138Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:40:20.138Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:40:20.138Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649734811928,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:40:20.139Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-12T03:40:20.139Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:40:20.139Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649734815342,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:40:20.139Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-12T03:40:20.917Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:40:20.918Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:40:20.921Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:40:20.921Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649734811928,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-04-12T03:40:21.021Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:40:21.022Z||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-04-12T03:40:21.022Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:40:21.030Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:40:21.031Z||pool-47-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:40:21.922Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:40:21.923Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:40:21.925Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:40:21.925Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649734811928,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-04-12T03:40:22.025Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:40:22.026Z||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-04-12T03:40:22.026Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:40:22.034Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:40:22.035Z||pool-48-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:40:22.926Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:40:22.926Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:40:22.928Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:40:22.928Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649734811928,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-04-12T03:40:23.029Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-12T03:40:23.029Z||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-04-12T03:40:23.029Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:40:23.036Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:40:23.037Z||pool-49-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:40:23.929Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:40:23.930Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:40:23.932Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:40:23.932Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649734811928,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-04-12T03:40:24.032Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:40:24.033Z||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-04-12T03:40:24.033Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:40:24.040Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:40:24.041Z||pool-50-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:40:24.932Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:40:24.933Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:40:24.934Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:40:24.934Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649734811928,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:40:25.034Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:40:25.035Z||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-04-12T03:40:25.035Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:40:25.044Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:40:25.044Z||pool-51-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:40:25.934Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:40:25.935Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:40:25.937Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:40:25.937Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649734811928,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-04-12T03:40:26.037Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:40:26.038Z||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-04-12T03:40:26.038Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:40:26.047Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:40:26.047Z||pool-52-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-04-12T03:40:26.937Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:40:26.938Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:40:26.940Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:40:26.940Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649734811928,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-12T03:40:27.041Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-12T03:40:27.042Z||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-04-12T03:40:27.042Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:40:27.051Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:40:27.052Z||pool-53-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:40:27.941Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:40:27.942Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:40:27.944Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:40:27.944Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649734811928,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-04-12T03:40:28.044Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:40:28.045Z||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-04-12T03:40:28.045Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:40:28.055Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:40:28.055Z||pool-54-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:40:28.946Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
"serviceName": "basic_cnf",
"serviceVersion": "1.0",
"serviceUUID": "08781b43-06d9-4a5f-9036-b18107980505",
"serviceDescription": "service",
"serviceInvariantUUID": "fdcf854d-cdcf-454f-8194-5a84fcfd60df",
"resources": [
{
"resourceInstanceName": "basic_cnf 0",
"resourceCustomizationUUID": "2887cc06-114b-4d3b-ac7b-1195b85d08a7",
"resourceName": "basic_cnf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "5e226d38-d24c-486f-b0c0-7218fe70cb99",
"resourceInvariantUUID": "5b34f941-f902-4943-ba2e-41ee3ffdefe7",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "nginx_cloudtech_k8s_charts.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "bf0b4203-6903-47ef-896d-6dbf947c2c22",
"relatedArtifactsInfo": []
},
{
"artifactName": "nginx_cloudtech_k8s_charts.tgz",
"artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "bf758825-c0ed-4685-8240-c465fe7852df",
"relatedArtifactsInfo": []
},
{
"artifactName": "basic_cnf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"artifactChecksum": "NTUwOTU4ZDJkMWExYjJmNmRmYTE2NjliM2I0ZjI3ZmE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0215c1e0-0ff0-46e8-afad-fb0ae01fae6c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "23169b29-6a7f-4136-9676-19e742ce5bb2",
"generatedArtifact": {
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7920b025-ddca-4ccb-ba8f-e52ec211c6cd",
"generatedFromUUID": "23169b29-6a7f-4136-9676-19e742ce5bb2"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7920b025-ddca-4ccb-ba8f-e52ec211c6cd",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicCnf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"artifactChecksum": "MTZlNmU0MDMxOGY3YmJmNmYxYTI1Yjc2YTVjNGQ4NDQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "374dce30-e370-43ec-a360-a3d4df278ac4"
}
],
"workloadContext": "Production"
}
2022-04-12T03:40:28.946Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-12T03:40:28.946Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 08781b43-06d9-4a5f-9036-b18107980505 ASDC
2022-04-12T03:40:28.947Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:f10222bb-a7df-4f6a-99d0-285a38b08681
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:08781b43-06d9-4a5f-9036-b18107980505
ServiceInvariantUUID:fdcf854d-cdcf-454f-8194-5a84fcfd60df
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:374dce30-e370-43ec-a360-a3d4df278ac4
ArtifactChecksum:MTZlNmU0MDMxOGY3YmJmNmYxYTI1Yjc2YTVjNGQ4NDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:2887cc06-114b-4d3b-ac7b-1195b85d08a7
ResourceInvariantUUID:5b34f941-f902-4943-ba2e-41ee3ffdefe7
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:5e226d38-d24c-486f-b0c0-7218fe70cb99
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:bf0b4203-6903-47ef-896d-6dbf947c2c22
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:bf758825-c0ed-4685-8240-c465fe7852df
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:0215c1e0-0ff0-46e8-afad-fb0ae01fae6c
ArtifactChecksum:NTUwOTU4ZDJkMWExYjJmNmRmYTE2NjliM2I0ZjI3ZmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:23169b29-6a7f-4136-9676-19e742ce5bb2
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:7920b025-ddca-4ccb-ba8f-e52ec211c6cd
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:7920b025-ddca-4ccb-ba8f-e52ec211c6cd
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-12T03:40:28.947Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 08781b43-06d9-4a5f-9036-b18107980505 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-04-12T03:40:28.973Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-12T03:40:28.974Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-12T03:40:28.974Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-12T03:40:28.974Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 374dce30-e370-43ec-a360-a3d4df278ac4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-12T03:40:28.974Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-12T03:40:28.974Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-12T03:40:29.462Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-12T03:40:29.466Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 374dce30-e370-43ec-a360-a3d4df278ac4 68952
2022-04-12T03:40:29.466Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-04-12T03:40:29.467Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-12T03:40:29.467Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-12T03:40:29.467Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:40:29.469Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:40:29.469Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649734829466,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-12T03:40:29.569Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:40:29.570Z||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-04-12T03:40:29.570Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:40:29.581Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:40:29.581Z||pool-55-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:40:30.470Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-12T03:40:30.471Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-12T03:40:30.471Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 374dce30-e370-43ec-a360-a3d4df278ac4, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-12T03:40:30.472Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-04-12T03:40:30.472Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-12T03:40:30.472Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-12T03:40:30.629Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12363079525357056769/Definitions/service-BasicCnf-template.yml
2022-04-12T03:40:31.559Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-12T03:40:31.560Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-04-12T03:40:31.560Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-12T03:40:31.560Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-04-12T03:40:31.560Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-12T03:40:31.560Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-12T03:40:31.560Z|f10222bb-a7df-4f6a-99d0-285a38b08681|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-BasicCnf-csar.csar
2022-04-12T03:40:31.560Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 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-BasicCnf-csar.csar
2022-04-12T03:40:31.560Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-04-12T03:40:31.560Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:40:31.560Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:40:31.561Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-12T03:40:31.561Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-04-12T03:40:31.561Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-12T03:40:31.561Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:40:31.561Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:40:31.561Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-12T03:40:31.561Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-04-12T03:40:31.561Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-12T03:40:31.561Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:40:31.562Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:40:31.562Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:40:31.562Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-12T03:40:31.562Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-04-12T03:40:31.562Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Node template dummy is not matching search criteria
2022-04-12T03:40:31.562Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-12T03:40:31.562Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:40:31.562Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-12T03:40:31.562Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:40:31.562Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-12T03:40:31.562Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-12T03:40:31.563Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:40:31.563Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-12T03:40:31.563Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-12T03:40:31.563Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:40:31.563Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-12T03:40:31.563Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-12T03:40:31.563Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:40:31.563Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-12T03:40:31.563Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-04-12T03:40:31.563Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=3efc87b2-c94b-4feb-b43a-d62545dc577b
2022-04-12T03:40:31.563Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:40:31.563Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:40:31.564Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:40:31.564Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:40:31.564Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:40:31.564Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:40:31.564Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-12T03:40:31.564Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:40:31.564Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:08781b43-06d9-4a5f-9036-b18107980505
Model Version:NULL
Model InvariantUuid:fdcf854d-cdcf-454f-8194-5a84fcfd60df
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_cnf
Model UUID:c2eacdf2-6dcf-4a44-aff2-7e39d07a686d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5b34f941-f902-4943-ba2e-41ee3ffdefe7
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:2887cc06-114b-4d3b-ac7b-1195b85d08a7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:2db9fb3a-33b6-4542-9feb-1ca9764b8457
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:c6bbd279-c644-437b-b446-b2908fe4b300
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:3efc87b2-c94b-4feb-b43a-d62545dc577b
ModelInvariantUuid:31bdb72f-571e-4a35-9480-a899cf8a59b1
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:5198bccd-c0dc-4ab6-9b23-8a3835bf0098
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy
VNFC Properties:
ModelCustomizationUuid:8d96e764-d96c-4818-898a-3f42743d98e9
ModelInvariantUuid:3d744922-5a34-49b8-85de-eec9c2db33c6
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:44704c0e-a7df-4600-a89f-989903f2cf04
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-04-12T03:40:31.570Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 5e226d38-d24c-486f-b0c0-7218fe70cb99
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-04-12T03:40:31.573Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||basic_cnf 0
2022-04-12T03:40:31.573Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5e226d38-d24c-486f-b0c0-7218fe70cb99
2022-04-12T03:40:31.574Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: bf0b4203-6903-47ef-896d-6dbf947c2c22 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-04-12T03:40:31.574Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-12T03:40:31.574Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-04-12T03:40:31.861Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-12T03:40:31.861Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env bf0b4203-6903-47ef-896d-6dbf947c2c22 12
2022-04-12T03:40:31.861Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-04-12T03:40:31.861Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-04-12T03:40:31.861Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-12T03:40:31.861Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:40:31.863Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:40:31.863Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649734831861,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "DOWNLOAD_OK"
}
2022-04-12T03:40:31.963Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:40:31.964Z||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-04-12T03:40:31.965Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:40:31.975Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:40:31.975Z||pool-56-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:40:32.864Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: bf758825-c0ed-4685-8240-c465fe7852df from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-04-12T03:40:32.865Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-12T03:40:32.865Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-04-12T03:40:33.355Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-12T03:40:33.355Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz bf758825-c0ed-4685-8240-c465fe7852df 2688
2022-04-12T03:40:33.355Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-04-12T03:40:33.356Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-04-12T03:40:33.356Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-12T03:40:33.356Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:40:33.358Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:40:33.358Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649734833355,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-04-12T03:40:33.458Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:40:33.459Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:40:33.459Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:40:33.468Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:40:33.469Z||pool-57-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:40:34.359Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0215c1e0-0ff0-46e8-afad-fb0ae01fae6c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-04-12T03:40:34.360Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-12T03:40:34.360Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-04-12T03:40:34.768Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-12T03:40:34.768Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 0215c1e0-0ff0-46e8-afad-fb0ae01fae6c 828
2022-04-12T03:40:34.769Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-04-12T03:40:34.769Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-04-12T03:40:34.769Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-12T03:40:34.769Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:40:34.770Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:40:34.770Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649734834769,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-12T03:40:34.871Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:40:34.872Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:40:34.872Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:40:34.882Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:40:34.882Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:40:35.771Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicCnf..base_dummy..module-0",
"vfModuleModelInvariantUUID": "2db9fb3a-33b6-4542-9feb-1ca9764b8457",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c6bbd279-c644-437b-b446-b2908fe4b300",
"vfModuleModelCustomizationUUID": "aa5e062d-6545-41b7-b5bf-92e18d4084c2",
"isBase": true,
"artifacts": [
"bf758825-c0ed-4685-8240-c465fe7852df",
"23169b29-6a7f-4136-9676-19e742ce5bb2",
"7920b025-ddca-4ccb-ba8f-e52ec211c6cd"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_dummy",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-04-12T03:40:35.775Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c6bbd279-c644-437b-b446-b2908fe4b300
VfModuleModelInvariantUUID:2db9fb3a-33b6-4542-9feb-1ca9764b8457
VfModuleModelDescription:NULL
Artifacts UUID List:{
bf758825-c0ed-4685-8240-c465fe7852df
,
23169b29-6a7f-4136-9676-19e742ce5bb2
,
7920b025-ddca-4ccb-ba8f-e52ec211c6cd
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_dummy
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-04-12T03:40:35.778Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicCnf..base_dummy..module-0",
"vfModuleModelInvariantUUID": "2db9fb3a-33b6-4542-9feb-1ca9764b8457",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c6bbd279-c644-437b-b446-b2908fe4b300",
"vfModuleModelCustomizationUUID": "aa5e062d-6545-41b7-b5bf-92e18d4084c2",
"isBase": true,
"artifacts": [
"bf758825-c0ed-4685-8240-c465fe7852df",
"23169b29-6a7f-4136-9676-19e742ce5bb2",
"7920b025-ddca-4ccb-ba8f-e52ec211c6cd"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_dummy",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-04-12T03:40:35.778Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c6bbd279-c644-437b-b446-b2908fe4b300
VfModuleModelInvariantUUID:2db9fb3a-33b6-4542-9feb-1ca9764b8457
VfModuleModelDescription:NULL
Artifacts UUID List:{
bf758825-c0ed-4685-8240-c465fe7852df
,
23169b29-6a7f-4136-9676-19e742ce5bb2
,
7920b025-ddca-4ccb-ba8f-e52ec211c6cd
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_dummy
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-04-12T03:40:35.779Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 23169b29-6a7f-4136-9676-19e742ce5bb2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-04-12T03:40:35.779Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-12T03:40:35.779Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-04-12T03:40:35.928Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-12T03:40:35.929Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 23169b29-6a7f-4136-9676-19e742ce5bb2 1164
2022-04-12T03:40:35.929Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-04-12T03:40:35.929Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-04-12T03:40:35.929Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-12T03:40:35.929Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:40:35.931Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:40:35.931Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649734835929,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-12T03:40:36.031Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:40:36.032Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:40:36.033Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:40:36.042Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:40:36.042Z||pool-59-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:40:36.932Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7920b025-ddca-4ccb-ba8f-e52ec211c6cd from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-04-12T03:40:36.932Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-12T03:40:36.933Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-04-12T03:40:37.136Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-12T03:40:37.137Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 7920b025-ddca-4ccb-ba8f-e52ec211c6cd 200
2022-04-12T03:40:37.137Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-04-12T03:40:37.137Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-04-12T03:40:37.138Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-12T03:40:37.138Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:40:37.140Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:40:37.140Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649734837137,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-04-12T03:40:37.240Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:40:37.241Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:40:37.241Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:40:37.250Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-12T03:40:37.250Z||pool-60-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:40:38.140Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 08781b43-06d9-4a5f-9036-b18107980505
2022-04-12T03:40:38.141Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 5e226d38-d24c-486f-b0c0-7218fe70cb99 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 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=?
2022-04-12T03:40:38.157Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
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-04-12T03:40:38.160Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4fecdbf1, org.onap.sdc.toscaparser.api.parameters.Input@58ef0ce1, org.onap.sdc.toscaparser.api.parameters.Input@3f4cdb8a, org.onap.sdc.toscaparser.api.parameters.Input@3c0cb7af, org.onap.sdc.toscaparser.api.parameters.Input@1596d08c]
2022-04-12T03:40:38.162Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery