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)
2021-08-31T06:51:48.789Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-58db5c47c8-kls99 with PID 15 (/app/app.jar started by so in /app)
2021-08-31T06:51:48.796Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-08-31T06:51:48.797Z||main|||||INFO|500||The following profiles are active: basic
2021-08-31T06:52:01.963Z||main|||||INFO|500||Starting service [Tomcat]
2021-08-31T06:52:01.964Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-08-31T06:52:02.116Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-08-31T06:52:08.011Z||main|||||INFO|500||catdb-pool - Starting...
2021-08-31T06:52:09.660Z||main|||||INFO|500||catdb-pool - Start completed.
2021-08-31T06:52:10.276Z||main|||||INFO|500||reqdb-pool - Starting...
2021-08-31T06:52:10.284Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-08-31T06:52:10.501Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-08-31T06:52:10.941Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-08-31T06:52:12.106Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-08-31T06:52:17.582Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-08-31T06:52:19.991Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-08-31T06:52:20.046Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-08-31T06:52:20.660Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-08-31T06:52:20.778Z||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.
2021-08-31T06:52:22.137Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-08-31T06:52:23.123Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-08-31T06:52:23.142Z||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$$7f23c4c7.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)
2021-08-31T06:52:23.143Z||main|||||WARN|500||The sdc end point is not alive
2021-08-31T06:52:25.316Z||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
2021-08-31T06:52:27.485Z||main|||||WARN|500||---
2021-08-31T06:52:27.485Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-08-31T06:52:27.486Z||main|||||WARN|500||---
2021-08-31T06:52:27.805Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-08-31T06:52:31.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-31T06:52:31.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-31T06:52:31.058Z||main|||||INFO|500||Started Application in 45.874 seconds (JVM running for 54.146)
2021-08-31T06:52:31.073Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-31T06:52:31.099Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-31T06:52:31.142Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 80f93755-906e-4812-8a03-434d75294b8f url= /sdc/v1/artifactTypes
2021-08-31T06:52:31.143Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-31T06:52:31.711Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-31T06:52:31.735Z||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
2021-08-31T06:52:31.767Z||scheduling-1|||||DEBUG|500||create keys
2021-08-31T06:52:31.775Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-31T06:52:31.801Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T06:52:31.817Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 48509e2a-975a-4704-aa1d-ce01a73a4910 url= /sdc/v1/registerForDistribution
2021-08-31T06:52:32.031Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 48509e2a-975a-4704-aa1d-ce01a73a4910 url= /sdc/v1/registerForDistribution
2021-08-31T06:52:32.032Z||scheduling-1|||||INFO|500||start DistributionClient
2021-08-31T06:52:32.043Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T06:52:32.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T06:52:32.051Z||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.
2021-08-31T06:52:32.051Z||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.
2021-08-31T06:52:32.052Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T06:52:32.052Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T06:52:32.052Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-08-31T06:52:42.363Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T06:52:42.381Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T06:53:32.041Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T06:53:32.044Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T06:53:32.044Z||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.
2021-08-31T06:53:32.044Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T06:53:32.044Z||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.
2021-08-31T06:53:32.045Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T06:53:41.622Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T06:53:41.671Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T06:54:32.043Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T06:54:32.043Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T06:54:32.049Z||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.
2021-08-31T06:54:32.049Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T06:54:32.054Z||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.
2021-08-31T06:54:32.055Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T06:54:41.642Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T06:54:41.645Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T06:55:32.044Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T06:55:32.044Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T06:55:32.048Z||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.
2021-08-31T06:55:32.048Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T06:55:32.048Z||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.
2021-08-31T06:55:32.048Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T06:55:41.633Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T06:55:41.642Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T06:56:32.044Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T06:56:32.042Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T06:56:32.047Z||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.
2021-08-31T06:56:32.047Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T06:56:32.047Z||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.
2021-08-31T06:56:32.047Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T06:56:41.614Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T06:56:41.631Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T06:57:32.042Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T06:57:32.043Z||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.
2021-08-31T06:57:32.044Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T06:57:32.044Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T06:57:32.044Z||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.
2021-08-31T06:57:32.045Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T06:57:41.640Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T06:57:41.640Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T06:58:32.042Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T06:58:32.043Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T06:58:32.044Z||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.
2021-08-31T06:58:32.044Z||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.
2021-08-31T06:58:32.044Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T06:58:32.044Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T06:58:41.611Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T06:58:41.623Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T06:59:32.042Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T06:59:32.044Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T06:59:32.045Z||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.
2021-08-31T06:59:32.045Z||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.
2021-08-31T06:59:32.048Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T06:59:32.048Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T06:59:41.635Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T06:59:41.638Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:00:32.043Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:00:32.043Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:00:32.054Z||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.
2021-08-31T07:00:32.054Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:00:32.054Z||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.
2021-08-31T07:00:32.054Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:00:41.635Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:00:41.636Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:01:32.043Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:01:32.043Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:01:32.052Z||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.
2021-08-31T07:01:32.052Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:01:32.053Z||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.
2021-08-31T07:01:32.053Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:01:41.638Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:01:41.644Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:01:59.559Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-08-31T07:02:32.043Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:02:32.043Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:02:32.047Z||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.
2021-08-31T07:02:32.047Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:02:32.047Z||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.
2021-08-31T07:02:32.048Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:02:41.627Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:02:41.653Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:03:32.043Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:03:32.044Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:03:32.045Z||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.
2021-08-31T07:03:32.045Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:03:32.045Z||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.
2021-08-31T07:03:32.046Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:03:41.651Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:03:41.653Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:04:32.041Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:04:32.043Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:04:32.043Z||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.
2021-08-31T07:04:32.043Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:04:32.044Z||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.
2021-08-31T07:04:32.044Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:04:41.629Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:04:41.627Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:05:32.042Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:05:32.044Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:05:32.045Z||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.
2021-08-31T07:05:32.045Z||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.
2021-08-31T07:05:32.045Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:05:32.045Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:05:41.635Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:05:41.648Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:06:32.043Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:06:32.046Z||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.
2021-08-31T07:06:32.046Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:06:32.042Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:06:32.050Z||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.
2021-08-31T07:06:32.051Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:06:41.630Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:06:41.641Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:07:32.042Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:07:32.043Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:07:32.044Z||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.
2021-08-31T07:07:32.044Z||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.
2021-08-31T07:07:32.045Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:07:32.045Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:07:41.600Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:07:41.602Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:08:32.041Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:08:32.043Z||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.
2021-08-31T07:08:32.044Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:08:32.043Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:08:32.046Z||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.
2021-08-31T07:08:32.047Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:08:41.650Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:08:41.654Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:09:32.041Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:09:32.043Z||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.
2021-08-31T07:09:32.044Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:09:32.044Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:09:32.045Z||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.
2021-08-31T07:09:32.045Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:09:41.610Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:09:41.625Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:10:32.042Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:10:32.043Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:10:32.044Z||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.
2021-08-31T07:10:32.045Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:10:32.045Z||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.
2021-08-31T07:10:32.045Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:10:41.631Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:10:41.643Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:11:32.043Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:11:32.043Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:11:32.047Z||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.
2021-08-31T07:11:32.047Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:11:32.049Z||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.
2021-08-31T07:11:32.049Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:11:41.615Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:11:41.619Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:12:32.043Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:12:32.043Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:12:32.047Z||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.
2021-08-31T07:12:32.047Z||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.
2021-08-31T07:12:32.047Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:12:32.047Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:12:41.650Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:12:41.650Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:13:32.043Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:13:32.047Z||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.
2021-08-31T07:13:32.047Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:13:32.042Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:13:32.057Z||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.
2021-08-31T07:13:32.057Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:13:41.652Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:13:41.655Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:14:32.041Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:14:32.043Z||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.
2021-08-31T07:14:32.043Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:14:32.043Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:14:32.044Z||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.
2021-08-31T07:14:32.044Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:14:41.636Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:14:41.636Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:15:32.043Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:15:32.043Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:15:32.046Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T07:15:32.046Z||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.
2021-08-31T07:15:32.046Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MINguq0EaWjV7IJB) ...
2021-08-31T07:15:32.046Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:15:41.653Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:15:41.664Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:16:32.043Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:16:32.043Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:16:32.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T07:16:32.047Z||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.
2021-08-31T07:16:32.048Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MINguq0EaWjV7IJB) ...
2021-08-31T07:16:32.049Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:16:41.628Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:16:41.628Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:17:32.042Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:17:32.044Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:17:32.045Z||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.
2021-08-31T07:17:32.046Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:17:32.045Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T07:17:32.046Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MINguq0EaWjV7IJB) ...
2021-08-31T07:17:41.654Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:17:41.659Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:18:32.041Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:18:32.042Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T07:18:32.043Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MINguq0EaWjV7IJB) ...
2021-08-31T07:18:32.043Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:18:32.044Z||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.
2021-08-31T07:18:32.044Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:18:41.597Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:18:41.603Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:19:32.042Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:19:32.043Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:19:32.045Z||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.
2021-08-31T07:19:32.045Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T07:19:32.045Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:19:32.045Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MINguq0EaWjV7IJB) ...
2021-08-31T07:19:41.624Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:19:41.634Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:20:32.043Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:20:32.043Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:20:32.046Z||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.
2021-08-31T07:20:32.046Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T07:20:32.046Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:20:32.046Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MINguq0EaWjV7IJB) ...
2021-08-31T07:20:41.633Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:20:41.633Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:21:32.042Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:21:32.043Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:21:32.044Z||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.
2021-08-31T07:21:32.044Z||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.
2021-08-31T07:21:32.045Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:21:32.045Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:21:41.633Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:21:41.633Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:22:32.042Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:22:32.045Z||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.
2021-08-31T07:22:32.045Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:22:32.047Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:22:32.047Z||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.
2021-08-31T07:22:32.047Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:22:41.628Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:22:41.632Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:23:32.043Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:23:32.043Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:23:32.047Z||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.
2021-08-31T07:23:32.047Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:23:32.047Z||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.
2021-08-31T07:23:32.047Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:23:41.639Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:23:41.655Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:24:32.041Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:24:32.042Z||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.
2021-08-31T07:24:32.042Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:24:32.043Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:24:32.044Z||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.
2021-08-31T07:24:32.045Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:24:41.646Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:24:41.649Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:25:32.041Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:25:32.043Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:25:32.043Z||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.
2021-08-31T07:25:32.044Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:25:32.044Z||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.
2021-08-31T07:25:32.044Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:25:41.599Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:25:41.608Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:26:32.042Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:26:32.043Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:26:32.044Z||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.
2021-08-31T07:26:32.044Z||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.
2021-08-31T07:26:32.044Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:26:32.044Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:26:41.604Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:26:41.612Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:27:32.043Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:27:32.042Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:27:32.046Z||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.
2021-08-31T07:27:32.046Z||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.
2021-08-31T07:27:32.047Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:27:32.047Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:27:41.634Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:27:41.636Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:28:32.044Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:28:32.043Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:28:32.047Z||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.
2021-08-31T07:28:32.047Z||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.
2021-08-31T07:28:32.048Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:28:32.048Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:28:41.630Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:28:41.647Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:29:32.043Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:29:32.042Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:29:32.047Z||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.
2021-08-31T07:29:32.048Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:29:32.048Z||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.
2021-08-31T07:29:32.048Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:29:41.650Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:29:41.650Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:30:32.042Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:30:32.044Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:30:32.046Z||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.
2021-08-31T07:30:32.046Z||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.
2021-08-31T07:30:32.046Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:30:32.046Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:30:41.640Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:30:41.655Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:31:32.041Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:31:32.042Z||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.
2021-08-31T07:31:32.043Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:31:32.043Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:31:32.044Z||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.
2021-08-31T07:31:32.044Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:31:41.646Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:31:41.646Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:32:32.042Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:32:32.044Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:32:32.044Z||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.
2021-08-31T07:32:32.044Z||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.
2021-08-31T07:32:32.045Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:32:32.045Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:32:41.637Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:32:41.639Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:33:32.041Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:33:32.044Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:33:32.044Z||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.
2021-08-31T07:33:32.044Z||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.
2021-08-31T07:33:32.044Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:33:32.044Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:33:41.634Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:33:41.634Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:34:32.043Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:34:32.042Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:34:32.047Z||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.
2021-08-31T07:34:32.047Z||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.
2021-08-31T07:34:32.047Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:34:32.047Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:34:41.611Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:34:41.617Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:35:32.043Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:35:32.042Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:35:32.046Z||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.
2021-08-31T07:35:32.046Z||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.
2021-08-31T07:35:32.047Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:35:32.046Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:35:41.630Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:35:41.632Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:36:32.044Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:36:32.042Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:36:32.047Z||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.
2021-08-31T07:36:32.048Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:36:32.047Z||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.
2021-08-31T07:36:32.048Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:36:41.637Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:36:41.637Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:37:32.042Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:37:32.043Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:37:32.044Z||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.
2021-08-31T07:37:32.044Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:37:32.044Z||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.
2021-08-31T07:37:32.044Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:37:41.613Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:37:41.621Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:38:32.041Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:38:32.043Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:38:32.043Z||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.
2021-08-31T07:38:32.043Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:38:32.044Z||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.
2021-08-31T07:38:32.044Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:38:41.627Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:38:41.663Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:39:32.042Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:39:32.043Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:39:32.043Z||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.
2021-08-31T07:39:32.044Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:39:32.044Z||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.
2021-08-31T07:39:32.044Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:39:41.630Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:39:41.649Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:40:32.042Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:40:32.043Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:40:32.044Z||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.
2021-08-31T07:40:32.044Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:40:32.044Z||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.
2021-08-31T07:40:32.045Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:40:41.598Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:40:41.623Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:41:32.043Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:41:32.043Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:41:32.047Z||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.
2021-08-31T07:41:32.048Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:41:32.047Z||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.
2021-08-31T07:41:32.050Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:41:41.634Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:41:41.635Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:42:32.042Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:42:32.043Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:42:32.045Z||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.
2021-08-31T07:42:32.045Z||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.
2021-08-31T07:42:32.045Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:42:32.045Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:42:41.625Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:42:41.625Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:43:32.042Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:43:32.043Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:43:32.046Z||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.
2021-08-31T07:43:32.046Z||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.
2021-08-31T07:43:32.046Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:43:32.046Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:43:41.627Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:43:41.640Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:44:32.041Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:44:32.043Z||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.
2021-08-31T07:44:32.043Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:44:32.043Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:44:32.043Z||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.
2021-08-31T07:44:32.044Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:44:41.627Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:44:41.628Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:45:32.041Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:45:32.043Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:45:32.043Z||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.
2021-08-31T07:45:32.043Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:45:32.044Z||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.
2021-08-31T07:45:32.044Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:45:41.638Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:45:41.638Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:46:32.042Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:46:32.043Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:46:32.047Z||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.
2021-08-31T07:46:32.047Z||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.
2021-08-31T07:46:32.047Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:46:32.047Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:46:41.609Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:46:41.609Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:47:32.043Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:47:32.043Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:47:32.048Z||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.
2021-08-31T07:47:32.048Z||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.
2021-08-31T07:47:32.048Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:47:32.048Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:47:41.617Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:47:41.619Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:48:32.042Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:48:32.044Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:48:32.046Z||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.
2021-08-31T07:48:32.046Z||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.
2021-08-31T07:48:32.046Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:48:32.046Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:48:41.651Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:48:41.651Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:49:32.041Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:49:32.043Z||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.
2021-08-31T07:49:32.043Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:49:32.043Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:49:32.044Z||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.
2021-08-31T07:49:32.044Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:49:41.644Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:49:41.644Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:50:32.041Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:50:32.043Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:50:32.045Z||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.
2021-08-31T07:50:32.045Z||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.
2021-08-31T07:50:32.045Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:50:32.045Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:50:41.622Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:50:41.623Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:51:32.042Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:51:32.043Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:51:32.046Z||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.
2021-08-31T07:51:32.046Z||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.
2021-08-31T07:51:32.046Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:51:32.046Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:51:41.609Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:51:41.632Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:52:32.042Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:52:32.043Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:52:32.045Z||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.
2021-08-31T07:52:32.045Z||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.
2021-08-31T07:52:32.045Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:52:32.045Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:52:41.638Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:52:41.638Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:53:32.042Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:53:32.043Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:53:32.048Z||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.
2021-08-31T07:53:32.048Z||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.
2021-08-31T07:53:32.049Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:53:32.049Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:53:41.609Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:53:41.617Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:54:32.043Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:54:32.042Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:54:32.047Z||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.
2021-08-31T07:54:32.047Z||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.
2021-08-31T07:54:32.047Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:54:32.047Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:54:41.610Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:54:41.610Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:55:32.041Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:55:32.043Z||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.
2021-08-31T07:55:32.043Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:55:32.043Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:55:32.044Z||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.
2021-08-31T07:55:32.044Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:55:41.652Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:55:41.652Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:56:32.042Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:56:32.043Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:56:32.044Z||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.
2021-08-31T07:56:32.044Z||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.
2021-08-31T07:56:32.044Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:56:32.044Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:56:41.639Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:56:41.653Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:57:32.042Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:57:32.043Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:57:32.044Z||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.
2021-08-31T07:57:32.045Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:57:32.045Z||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.
2021-08-31T07:57:32.045Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:57:41.628Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:57:41.628Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:58:32.043Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:58:32.042Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:58:32.046Z||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.
2021-08-31T07:58:32.046Z||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.
2021-08-31T07:58:32.047Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:58:32.047Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:58:41.602Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:58:41.615Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:59:32.049Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:59:32.048Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T07:59:32.055Z||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.
2021-08-31T07:59:32.055Z||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.
2021-08-31T07:59:32.055Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:59:32.055Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T07:59:41.617Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T07:59:41.628Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:00:32.041Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:00:32.042Z||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.
2021-08-31T08:00:32.043Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T08:00:32.043Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:00:32.043Z||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.
2021-08-31T08:00:32.044Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T08:00:41.644Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:00:41.652Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:01:32.041Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:01:32.043Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:01:32.043Z||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.
2021-08-31T08:01:32.044Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T08:01:32.044Z||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.
2021-08-31T08:01:32.045Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T08:01:41.596Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:01:41.596Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:02:32.042Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:02:32.043Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:02:32.044Z||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.
2021-08-31T08:02:32.044Z||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.
2021-08-31T08:02:32.044Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T08:02:32.044Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T08:02:41.616Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:02:41.637Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:03:32.042Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:03:32.044Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:03:32.045Z||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.
2021-08-31T08:03:32.045Z||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.
2021-08-31T08:03:32.045Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T08:03:32.045Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T08:03:41.608Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:03:41.608Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:04:32.042Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:04:32.043Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:04:32.044Z||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.
2021-08-31T08:04:32.044Z||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.
2021-08-31T08:04:32.045Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T08:04:32.045Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T08:04:41.624Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:04:41.625Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:05:32.044Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:05:32.043Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:05:32.055Z||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.
2021-08-31T08:05:32.056Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T08:05:32.055Z||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.
2021-08-31T08:05:32.056Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T08:05:41.646Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:05:41.655Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:06:32.043Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:06:32.042Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:06:32.047Z||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.
2021-08-31T08:06:32.047Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T08:06:32.047Z||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.
2021-08-31T08:06:32.050Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T08:06:41.629Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:06:41.639Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:07:32.042Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:07:32.043Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:07:32.046Z||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.
2021-08-31T08:07:32.047Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T08:07:32.046Z||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.
2021-08-31T08:07:32.050Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T08:07:41.649Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:07:41.649Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:08:32.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:08:32.049Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:08:32.053Z||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.
2021-08-31T08:08:32.053Z||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.
2021-08-31T08:08:32.053Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T08:08:32.053Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T08:08:41.632Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:08:41.640Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:09:32.041Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:09:32.043Z||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.
2021-08-31T08:09:32.043Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T08:09:32.043Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:09:32.044Z||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.
2021-08-31T08:09:32.044Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T08:09:41.595Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:09:41.597Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:10:32.041Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:10:32.043Z||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.
2021-08-31T08:10:32.043Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T08:10:32.043Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:10:32.044Z||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.
2021-08-31T08:10:32.044Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T08:10:32.681Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:10:32.683Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-31T08:10:32.683Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"ae82c0e1-76ba-4077-8ba1-a12571d14462","serviceName":"vFW 2021-08-31 08-07-21","serviceVersion":"1.0","serviceUUID":"abef9100-4752-4575-9eb4-c1b027340279","serviceDescription":"catalog service description","serviceInvariantUUID":"234f4b0b-f207-48ad-b0fe-87ac496f591e","resources":[{"resourceInstanceName":"vFW e7d8d76e-0bc7 0","resourceName":"vFW e7d8d76e-0bc7","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e308d2fc-2cf3-42a5-9c95-973ca4afb8fd","resourceInvariantUUID":"a15d63d6-9dcc-4165-ba34-0c59f98290ac","resourceCustomizationUUID":"86772c4e-d2a6-4a22-838e-f0c82b050fcf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vf-license-model.xml","artifactChecksum":"Y2EzZmJjOGIzMWQ1MWM1ZTRjYmRlYzRmYzA0MTVlYTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"be5bbc54-b2aa-4b98-9a77-528b7a14e81f","artifactVersion":"1"},{"artifactName":"vfwe7d8d76e0bc70_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vfwe7d8d76e0bc70_modules.json","artifactChecksum":"MjI3ODRkMWVkODI4ZjM0MzQ0NzZkYTM3Mjg1ZjlhMDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"563a4033-26f0-49c1-a565-8d099b996572","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f6247a91-3d3d-4373-858b-37015a2f4ce6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vendor-license-model.xml","artifactChecksum":"MmM4NDIzM2ExMGI1MGY4ZGE0NWU5NjM4ZWE5NWU2N2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"60294f6c-b78c-4705-90ac-e26b0bc05d75","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4a98c2e8-b8d1-4230-ab13-19cc8fc1c887","artifactVersion":"2","generatedFromUUID":"f6247a91-3d3d-4373-858b-37015a2f4ce6"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210831080721-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-template.yml","artifactChecksum":"Y2E0ZjExYzZlOWJiNTNmZGQ2MTM0NTM3NjY4NGMxOTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5c7af079-6544-463b-af39-d63e23f2f18f","artifactVersion":"1"},{"artifactName":"service-Vfw20210831080721-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar","artifactChecksum":"NDE5YTIxMTg1Nzg5MDYzYzI3YWNhNzY4M2JiYzA1MjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"00d7c067-44d0-429f-b6f6-aaa0608270b4","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-31T08:10:32.685Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:10:32.691Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:32.691Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "ves-openapi-manager",
"timestamp": 1630397384136,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:10:32.699Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-31T08:10:32.716Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-31T08:10:32.717Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:32.717Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "aai-ml",
"timestamp": 1630397377756,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:10:32.717Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-31T08:10:32.717Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:32.717Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630397386954,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:10:32.718Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-31T08:10:32.718Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:32.718Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "ves-openapi-manager",
"timestamp": 1630397384136,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vfwe7d8d76e0bc70_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:10:32.718Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-31T08:10:32.718Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:32.718Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "aai-ml",
"timestamp": 1630397377756,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vfwe7d8d76e0bc70_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:10:32.718Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-31T08:10:32.718Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:32.719Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "dcae-sch",
"timestamp": 1630397387446,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:10:32.719Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-31T08:10:32.719Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:32.719Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630397386954,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vfwe7d8d76e0bc70_modules.json",
"status": "NOTIFIED"
}
2021-08-31T08:10:32.719Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-31T08:10:32.719Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:32.719Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "ves-openapi-manager",
"timestamp": 1630397384136,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:10:32.719Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-31T08:10:32.720Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:32.720Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "aai-ml",
"timestamp": 1630397377756,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:10:32.720Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-31T08:10:32.720Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:32.720Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "dcae-sch",
"timestamp": 1630397387446,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vfwe7d8d76e0bc70_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:10:32.720Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-31T08:10:32.720Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:32.720Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "cds",
"timestamp": 1630397388567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:10:32.721Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-31T08:10:32.721Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:32.721Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630397386954,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-08-31T08:10:32.721Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-31T08:10:32.721Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:32.721Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "ves-openapi-manager",
"timestamp": 1630397384136,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:10:32.721Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-31T08:10:32.721Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:32.721Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "aai-ml",
"timestamp": 1630397377756,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:10:32.722Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-31T08:10:32.722Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:32.722Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "dcae-sch",
"timestamp": 1630397387446,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:10:32.722Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-31T08:10:32.722Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:32.722Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630397389494,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:10:32.723Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-31T08:10:32.723Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:32.723Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "cds",
"timestamp": 1630397388567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vfwe7d8d76e0bc70_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:10:32.723Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-31T08:10:32.723Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:32.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630397386954,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:10:32.724Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-31T08:10:32.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:32.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "ves-openapi-manager",
"timestamp": 1630397384136,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:10:32.724Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-31T08:10:32.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:32.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "aai-ml",
"timestamp": 1630397377756,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:10:32.725Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-31T08:10:32.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:32.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "dcae-sch",
"timestamp": 1630397387446,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:10:32.725Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-31T08:10:32.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:32.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630397389494,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vfwe7d8d76e0bc70_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:10:32.725Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-31T08:10:32.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:32.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "cds",
"timestamp": 1630397388567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:10:32.726Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-31T08:10:32.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:32.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630397386954,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-08-31T08:10:32.726Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-31T08:10:32.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:32.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "ves-openapi-manager",
"timestamp": 1630397384136,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:10:32.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-31T08:10:32.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:32.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "aai-ml",
"timestamp": 1630397377756,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:10:32.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-31T08:10:32.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:32.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "dcae-sch",
"timestamp": 1630397387446,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:10:32.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-31T08:10:32.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:32.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630397389494,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:10:32.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-31T08:10:32.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:32.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "cds",
"timestamp": 1630397388567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:10:32.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-31T08:10:32.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:32.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630397386954,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:10:32.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-31T08:10:32.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:32.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "ves-openapi-manager",
"timestamp": 1630397384136,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:10:32.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-31T08:10:32.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:32.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "aai-ml",
"timestamp": 1630397377756,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar",
"status": "NOTIFIED"
}
2021-08-31T08:10:32.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-31T08:10:32.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:32.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "dcae-sch",
"timestamp": 1630397387446,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:10:32.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-31T08:10:32.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:32.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630397389494,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:10:32.730Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-31T08:10:32.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:32.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "cds",
"timestamp": 1630397388567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:10:32.730Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-31T08:10:32.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:32.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630397386954,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar",
"status": "NOTIFIED"
}
2021-08-31T08:10:32.731Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-31T08:10:32.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:32.731Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "policy-id",
"timestamp": 1630397393129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:10:32.731Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-31T08:10:32.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:32.731Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "dcae-sch",
"timestamp": 1630397387446,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:10:32.731Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-31T08:10:32.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:32.731Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630397389494,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:10:32.732Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-31T08:10:32.732Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:32.732Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "cds",
"timestamp": 1630397388567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:10:32.732Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-31T08:10:32.732Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:32.732Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "policy-id",
"timestamp": 1630397393129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vfwe7d8d76e0bc70_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:10:32.732Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-31T08:10:32.732Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:32.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630397389494,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:10:32.733Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-31T08:10:32.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:32.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "cds",
"timestamp": 1630397388567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar",
"status": "NOTIFIED"
}
2021-08-31T08:10:32.733Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-31T08:10:32.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:32.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "policy-id",
"timestamp": 1630397393129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-08-31T08:10:32.733Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-31T08:10:32.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:32.734Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630397389494,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar",
"status": "NOTIFIED"
}
2021-08-31T08:10:32.734Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-31T08:10:32.734Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:32.734Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "aai-ml",
"timestamp": 1630397396254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-31T08:10:32.734Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-31T08:10:32.734Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:32.734Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630397396287,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vfwe7d8d76e0bc70_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-31T08:10:32.734Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-31T08:10:32.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:32.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "policy-id",
"timestamp": 1630397393129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:10:32.735Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-31T08:10:32.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:32.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "cds",
"timestamp": 1630397397006,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-31T08:10:32.735Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-31T08:10:32.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:32.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630397397689,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-31T08:10:32.735Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-31T08:10:32.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:32.736Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630397397701,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-31T08:10:32.736Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-31T08:10:32.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:32.736Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "policy-id",
"timestamp": 1630397393129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:10:32.736Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-31T08:10:32.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:32.736Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "cds",
"timestamp": 1630397398033,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2021-08-31T08:10:32.737Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-31T08:10:32.836Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-31T08:10:32.837Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397432041,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:10:32.938Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 31 ms
2021-08-31T08:10:32.942Z||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.
2021-08-31T08:10:32.942Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ...
2021-08-31T08:10:32.957Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:10:32.958Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: 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 (?, ?, ?, ?, ?)
2021-08-31T08:10:33.099Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ae82c0e1-76ba-4077-8ba1-a12571d14462
2021-08-31T08:10:33.133Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae82c0e1-76ba-4077-8ba1-a12571d14462 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 (?, ?, ?, ?, ?)
2021-08-31T08:10:33.168Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:33.168Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "policy-id",
"timestamp": 1630397393129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:10:33.169Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-31T08:10:33.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:33.169Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630397398966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-08-31T08:10:33.169Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-31T08:10:33.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:33.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "policy-id",
"timestamp": 1630397393129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar",
"status": "NOTIFIED"
}
2021-08-31T08:10:33.171Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-31T08:10:33.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:33.171Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630397400527,
"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=?
2021-08-31T08:10:33.187Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ae82c0e1-76ba-4077-8ba1-a12571d14462
2021-08-31T08:10:33.187Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae82c0e1-76ba-4077-8ba1-a12571d14462 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 (?, ?, ?, ?, ?)
2021-08-31T08:10:33.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:33.197Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "policy-id",
"timestamp": 1630397401396,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-31T08:10:33.197Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-31T08:10:33.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:33.197Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630397401533,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vfwe7d8d76e0bc70_modules.json",
"status": "DEPLOY_OK"
}
2021-08-31T08:10:33.198Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-31T08:10:33.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:33.198Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "policy-id",
"timestamp": 1630397402406,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-31T08:10:33.198Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-31T08:10:33.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:33.199Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630397403368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-31T08:10:33.199Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-31T08:10:33.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:33.200Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "policy-id",
"timestamp": 1630397403410,
"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=?
2021-08-31T08:10:33.206Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ae82c0e1-76ba-4077-8ba1-a12571d14462
2021-08-31T08:10:33.206Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae82c0e1-76ba-4077-8ba1-a12571d14462 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-08-31T08:10:33.217Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:33.218Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630397404376,
"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=?
2021-08-31T08:10:33.223Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ae82c0e1-76ba-4077-8ba1-a12571d14462
2021-08-31T08:10:33.223Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae82c0e1-76ba-4077-8ba1-a12571d14462 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 (?, ?, ?, ?, ?)
2021-08-31T08:10:33.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:33.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "clamp",
"timestamp": 1630397404140,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:10:33.232Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-31T08:10:33.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:33.233Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "clamp",
"timestamp": 1630397404140,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vfwe7d8d76e0bc70_modules.json",
"status": "NOTIFIED"
}
2021-08-31T08:10:33.233Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-31T08:10:33.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:33.234Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "clamp",
"timestamp": 1630397404140,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:10:33.234Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-31T08:10:33.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:33.234Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "clamp",
"timestamp": 1630397404140,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:10:33.234Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-31T08:10:33.235Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:33.235Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "clamp",
"timestamp": 1630397404140,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:10:33.235Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-31T08:10:33.235Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:33.235Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "aai-ml",
"timestamp": 1630397409387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-31T08:10:33.236Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-31T08:10:33.236Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:33.236Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "clamp",
"timestamp": 1630397404140,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:10:33.236Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-31T08:10:33.237Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:33.237Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "aai-ml",
"timestamp": 1630397410392,
"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=?
2021-08-31T08:10:33.242Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ae82c0e1-76ba-4077-8ba1-a12571d14462
2021-08-31T08:10:33.242Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae82c0e1-76ba-4077-8ba1-a12571d14462 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 (?, ?, ?, ?, ?)
2021-08-31T08:10:33.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:33.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "clamp",
"timestamp": 1630397404140,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar",
"status": "NOTIFIED"
}
2021-08-31T08:10:33.251Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-31T08:10:33.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:33.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "clamp",
"timestamp": 1630397419741,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-31T08:10:33.252Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-31T08:10:33.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:33.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "clamp",
"timestamp": 1630397421759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-31T08:10:33.252Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-31T08:10:33.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:10:33.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "clamp",
"timestamp": 1630397422767,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-31T08:10:33.257Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ae82c0e1-76ba-4077-8ba1-a12571d14462
2021-08-31T08:10:33.257Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae82c0e1-76ba-4077-8ba1-a12571d14462 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-31T08:10:33.909Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-31T08:10:33.910Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-31T08:10:33.913Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-31T08:10:33.913Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397432041,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vfwe7d8d76e0bc70_modules.json",
"status": "NOTIFIED"
}
2021-08-31T08:10:34.013Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-31T08:10:34.014Z||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.
2021-08-31T08:10:34.015Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ...
2021-08-31T08:10:34.030Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:10:34.030Z||pool-4-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-08-31T08:10:34.913Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-31T08:10:34.914Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-31T08:10:34.917Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-31T08:10:34.917Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397432041,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-08-31T08:10:35.017Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-31T08:10:35.018Z||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.
2021-08-31T08:10:35.018Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ...
2021-08-31T08:10:35.030Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:10:35.030Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-31T08:10:35.918Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-31T08:10:35.919Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-31T08:10:35.921Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-31T08:10:35.921Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397432041,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:10:36.021Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-31T08:10:36.022Z||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.
2021-08-31T08:10:36.022Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ...
2021-08-31T08:10:36.034Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:10:36.034Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-31T08:10:36.922Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-31T08:10:36.922Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-31T08:10:36.924Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-31T08:10:36.925Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397432041,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-08-31T08:10:37.025Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-31T08:10:37.026Z||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.
2021-08-31T08:10:37.026Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ...
2021-08-31T08:10:37.039Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:10:37.040Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-08-31T08:10:37.926Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-31T08:10:37.926Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-31T08:10:37.928Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-31T08:10:37.928Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397432041,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:10:38.028Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-31T08:10:38.030Z||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.
2021-08-31T08:10:38.030Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ...
2021-08-31T08:10:38.041Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:10:38.042Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-31T08:10:38.929Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-31T08:10:38.930Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-31T08:10:38.931Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-31T08:10:38.932Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397432041,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar",
"status": "NOTIFIED"
}
2021-08-31T08:10:39.032Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-31T08:10:39.033Z||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.
2021-08-31T08:10:39.033Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ...
2021-08-31T08:10:39.046Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:10:39.047Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-08-31T08:10:39.934Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"serviceName": "vFW 2021-08-31 08-07-21",
"serviceVersion": "1.0",
"serviceUUID": "abef9100-4752-4575-9eb4-c1b027340279",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "234f4b0b-f207-48ad-b0fe-87ac496f591e",
"resources": [
{
"resourceInstanceName": "vFW e7d8d76e-0bc7 0",
"resourceCustomizationUUID": "86772c4e-d2a6-4a22-838e-f0c82b050fcf",
"resourceName": "vFW e7d8d76e-0bc7",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e308d2fc-2cf3-42a5-9c95-973ca4afb8fd",
"resourceInvariantUUID": "a15d63d6-9dcc-4165-ba34-0c59f98290ac",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwe7d8d76e0bc70_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vfwe7d8d76e0bc70_modules.json",
"artifactChecksum": "MjI3ODRkMWVkODI4ZjM0MzQ0NzZkYTM3Mjg1ZjlhMDM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "563a4033-26f0-49c1-a565-8d099b996572",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "f6247a91-3d3d-4373-858b-37015a2f4ce6",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4a98c2e8-b8d1-4230-ab13-19cc8fc1c887",
"generatedFromUUID": "f6247a91-3d3d-4373-858b-37015a2f4ce6"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4a98c2e8-b8d1-4230-ab13-19cc8fc1c887",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210831080721-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar",
"artifactChecksum": "NDE5YTIxMTg1Nzg5MDYzYzI3YWNhNzY4M2JiYzA1MjY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "00d7c067-44d0-429f-b6f6-aaa0608270b4"
}
],
"workloadContext": "Production"
}
2021-08-31T08:10:39.935Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-31T08:10:39.936Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 abef9100-4752-4575-9eb4-c1b027340279 ASDC
2021-08-31T08:10:40.090Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:ae82c0e1-76ba-4077-8ba1-a12571d14462
ServiceName:vFW 2021-08-31 08-07-21
ServiceVersion:1.0
ServiceUUID:abef9100-4752-4575-9eb4-c1b027340279
ServiceInvariantUUID:234f4b0b-f207-48ad-b0fe-87ac496f591e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210831080721-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar
ArtifactUUID:00d7c067-44d0-429f-b6f6-aaa0608270b4
ArtifactChecksum:NDE5YTIxMTg1Nzg5MDYzYzI3YWNhNzY4M2JiYzA1MjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e7d8d76e-0bc7 0
ResourceCustomizationUUID:86772c4e-d2a6-4a22-838e-f0c82b050fcf
ResourceInvariantUUID:a15d63d6-9dcc-4165-ba34-0c59f98290ac
ResourceName:vFW e7d8d76e-0bc7
ResourceType:VF
ResourceUUID:e308d2fc-2cf3-42a5-9c95-973ca4afb8fd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe7d8d76e0bc70_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vfwe7d8d76e0bc70_modules.json
ArtifactUUID:563a4033-26f0-49c1-a565-8d099b996572
ArtifactChecksum:MjI3ODRkMWVkODI4ZjM0MzQ0NzZkYTM3Mjg1ZjlhMDM=
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/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.yaml
ArtifactUUID:f6247a91-3d3d-4373-858b-37015a2f4ce6
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/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.env
ArtifactUUID:4a98c2e8-b8d1-4230-ab13-19cc8fc1c887
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/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.env
ArtifactUUID:4a98c2e8-b8d1-4230-ab13-19cc8fc1c887
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-08-31T08:10:40.090Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF abef9100-4752-4575-9eb4-c1b027340279 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=?
2021-08-31T08:10:40.157Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-31T08:10:40.158Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-31T08:10:40.158Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-31T08:10:40.159Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 00d7c067-44d0-429f-b6f6-aaa0608270b4 from URL: /sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar
2021-08-31T08:10:40.159Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-31T08:10:40.160Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar
2021-08-31T08:10:40.763Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-31T08:10:40.781Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar 00d7c067-44d0-429f-b6f6-aaa0608270b4 98728
2021-08-31T08:10:40.782Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar ASDC sendASDCNotification
2021-08-31T08:10:40.782Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar
2021-08-31T08:10:40.783Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-31T08:10:40.785Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-31T08:10:40.787Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-31T08:10:40.787Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397440781,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-31T08:10:40.887Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-31T08:10:40.888Z||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.
2021-08-31T08:10:40.888Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ...
2021-08-31T08:10:40.898Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:10:40.899Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-31T08:10:41.787Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-31T08:10:41.789Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-31T08:10:41.789Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 00d7c067-44d0-429f-b6f6-aaa0608270b4, URL: /sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar to file: /app/ASDC/1/service-Vfw20210831080721-csar.csar
2021-08-31T08:10:41.789Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210831080721-csar.csar
2021-08-31T08:10:41.962Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210831080721-csar.csar
2021-08-31T08:10:41.963Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210831080721-csar.csar
2021-08-31T08:10:42.840Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2974011906750488199/Definitions/service-Vfw20210831080721-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-08-31T08:10:45.524Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-31T08:10:45.530Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-08-31T08:10:45.530Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210831080721-csar.csar
2021-08-31T08:10:45.530Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-08-31T08:10:45.530Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||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-Vfw20210831080721-csar.csar
2021-08-31T08:10:45.531Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||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-Vfw20210831080721-csar.csar
2021-08-31T08:10:45.531Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||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-Vfw20210831080721-csar.csar
2021-08-31T08:10:45.531Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210831080721-csar.csar
2021-08-31T08:10:45.531Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210831080721-csar.csar
2021-08-31T08:10:45.531Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||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-Vfw20210831080721-csar.csar
2021-08-31T08:10:45.532Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||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-Vfw20210831080721-csar.csar
2021-08-31T08:10:45.532Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||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-Vfw20210831080721-csar.csar
2021-08-31T08:10:45.532Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210831080721-csar.csar
2021-08-31T08:10:45.532Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||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-Vfw20210831080721-csar.csar
2021-08-31T08:10:45.532Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210831080721-csar.csar
2021-08-31T08:10:45.533Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e7d8d76e-0bc7 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-Vfw20210831080721-csar.csar
2021-08-31T08:10:45.533Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||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-Vfw20210831080721-csar.csar
2021-08-31T08:10:45.533Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-08-31T08:10:45.539Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:10:45.541Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-31 08-07-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-31T08:10:45.547Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vFW e7d8d76e-0bc7 0 is matching search criteria
2021-08-31T08:10:45.547Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-08-31T08:10:45.555Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e7d8d76e-0bc7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-31T08:10:45.557Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:10:45.557Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-31 08-07-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-31T08:10:45.557Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vFW e7d8d76e-0bc7 0 is matching search criteria
2021-08-31T08:10:45.558Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-08-31T08:10:45.558Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e7d8d76e-0bc7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-31T08:10:45.558Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:10:45.558Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-31 08-07-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-31T08:10:45.563Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:10:45.563Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vFW e7d8d76e-0bc7 0 is not matching search criteria
2021-08-31T08:10:45.563Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-31T08:10:45.563Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-31T08:10:45.564Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-31T08:10:45.564Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-31T08:10:45.564Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-31T08:10:45.564Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-31T08:10:45.564Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-31T08:10:45.564Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-31T08:10:45.564Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-31T08:10:45.565Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-31T08:10:45.565Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-31T08:10:45.565Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-31T08:10:45.565Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-31T08:10:45.565Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-31T08:10:45.565Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-31T08:10:45.566Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-31T08:10:45.566Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:10:45.566Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-31 08-07-21 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-31T08:10:45.567Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:10:45.568Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vFW e7d8d76e-0bc7 0 is matching search criteria
2021-08-31T08:10:45.568Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e7d8d76e-0bc7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-31T08:10:45.568Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:10:45.568Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vFW e7d8d76e-0bc7 0 is matching search criteria
2021-08-31T08:10:45.568Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e7d8d76e-0bc7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-31T08:10:45.569Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:10:45.569Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vFW e7d8d76e-0bc7 0 is matching search criteria
2021-08-31T08:10:45.569Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e7d8d76e-0bc7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-31T08:10:45.569Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:10:45.570Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vFW e7d8d76e-0bc7 0 is not matching search criteria
2021-08-31T08:10:45.570Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-31T08:10:45.570Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-31T08:10:45.570Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-08-31T08:10:45.570Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-31T08:10:45.570Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-31T08:10:45.571Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-31T08:10:45.571Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-31T08:10:45.571Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-31T08:10:45.571Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-31T08:10:45.571Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-31T08:10:45.571Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-31T08:10:45.571Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ff1a69b7-7d42-4c83-8e7e-bdc8a4099f24
2021-08-31T08:10:45.572Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:10:45.572Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vFW e7d8d76e-0bc7 0 is not matching search criteria
2021-08-31T08:10:45.572Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-31T08:10:45.572Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-31T08:10:45.572Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-31T08:10:45.572Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-31T08:10:45.573Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-31T08:10:45.573Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-31T08:10:45.573Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-31T08:10:45.573Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-08-31T08:10:45.573Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-31T08:10:45.573Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-31T08:10:45.574Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-31T08:10:45.574Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-31T08:10:45.574Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=984c44ad-4b59-44c8-b93e-1c2948d454d9
2021-08-31T08:10:45.574Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:10:45.574Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vFW e7d8d76e-0bc7 0 is not matching search criteria
2021-08-31T08:10:45.574Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-31T08:10:45.575Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-31T08:10:45.575Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-31T08:10:45.575Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-31T08:10:45.575Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-31T08:10:45.575Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-31T08:10:45.575Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-31T08:10:45.576Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-31T08:10:45.576Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-31T08:10:45.576Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-31T08:10:45.576Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-31T08:10:45.576Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-08-31T08:10:45.576Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2b02f022-f7cb-43d1-9685-d2f31de01df7
2021-08-31T08:10:45.577Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:10:45.577Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-31 08-07-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-31T08:10:45.577Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:10:45.577Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-31 08-07-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-31T08:10:45.577Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:10:45.577Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-31 08-07-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-31T08:10:45.578Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:10:45.578Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-31 08-07-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-31T08:10:45.578Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-08-31 08-07-21
Description:catalog service description
Model UUID:abef9100-4752-4575-9eb4-c1b027340279
Model Version:NULL
Model InvariantUuid:234f4b0b-f207-48ad-b0fe-87ac496f591e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW e7d8d76e-0bc7
Model UUID:3811dfed-af69-4296-83ba-bd6f29881628
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a15d63d6-9dcc-4165-ba34-0c59f98290ac
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:86772c4e-d2a6-4a22-838e-f0c82b050fcf
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:1b76524c-7dcc-4fc1-b5e0-751298da6214
ModelName:VfwE7d8d76e0bc7..base_vfw..module-0
ModelUuid:55bdf8d2-496b-4b82-9dfb-2fa36089f12f
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:ff1a69b7-7d42-4c83-8e7e-bdc8a4099f24
ModelInvariantUuid:eb6c83ba-6e9d-4b76-9ad2-885540b79d8d
ModelName:vFW e7d8d76e-0bc7-nodes.vfwCvfc
ModelUuid:4d3246e5-299e-4ac6-9e09-e1bc1a095e26
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:5c9f7124-44de-421f-a6d1-cf05b591e045
ModelInvariantUuid:276f99a9-00d7-4278-a26c-1aacbb06bb5c
ModelName:VfwE7d8d76e0bc7.compute.nodes.heat.vfw
ModelUuid:49814bed-02e0-4725-ab56-993ee1630159
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:984c44ad-4b59-44c8-b93e-1c2948d454d9
ModelInvariantUuid:5d689a65-5cc5-40b7-a8e0-5ed85ab0b546
ModelName:vFW e7d8d76e-0bc7-nodes.vsnCvfc
ModelUuid:ff409c8f-536f-4e55-a284-38919a46d743
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:7dc92135-e275-4923-b21a-5085d492692e
ModelInvariantUuid:355e4729-1c63-4efe-8ae0-e5e7dadbd2f6
ModelName:VfwE7d8d76e0bc7.compute.nodes.heat.vsn
ModelUuid:cd9e0a35-2ccd-4541-8881-bd4a2c135249
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:2b02f022-f7cb-43d1-9685-d2f31de01df7
ModelInvariantUuid:2327d91a-b766-423a-8316-3392e2a5ca6b
ModelName:vFW e7d8d76e-0bc7-nodes.vpgCvfc
ModelUuid:00336938-afcf-4cc8-a5d5-3e29de19f439
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:278fbbba-a609-4bab-b3b5-8e0cfd826698
ModelInvariantUuid:29015122-5a67-4935-9f23-ace0a74699d6
ModelName:VfwE7d8d76e0bc7.compute.nodes.heat.vpg
ModelUuid:4c7639e9-8a5a-4e3a-97c2-2e3cd5909258
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-31T08:10:45.590Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: e308d2fc-2cf3-42a5-9c95-973ca4afb8fd
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-31T08:10:45.683Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||vFW e7d8d76e-0bc7 0
2021-08-31T08:10:45.690Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e308d2fc-2cf3-42a5-9c95-973ca4afb8fd
2021-08-31T08:10:45.690Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 563a4033-26f0-49c1-a565-8d099b996572 from URL: /sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vfwe7d8d76e0bc70_modules.json
2021-08-31T08:10:45.690Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-31T08:10:45.690Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vfwe7d8d76e0bc70_modules.json
2021-08-31T08:10:46.275Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-31T08:10:46.276Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vfwe7d8d76e0bc70_modules.json 563a4033-26f0-49c1-a565-8d099b996572 785
2021-08-31T08:10:46.277Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vfwe7d8d76e0bc70_modules.json ASDC sendASDCNotification
2021-08-31T08:10:46.277Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vfwe7d8d76e0bc70_modules.json
2021-08-31T08:10:46.277Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-31T08:10:46.278Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-31T08:10:46.281Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-31T08:10:46.281Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397446277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vfwe7d8d76e0bc70_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-31T08:10:46.381Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-31T08:10:46.382Z||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.
2021-08-31T08:10:46.383Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ...
2021-08-31T08:10:46.392Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:10:46.393Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-31T08:10:47.283Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE7d8d76e0bc7..base_vfw..module-0",
"vfModuleModelInvariantUUID": "1b76524c-7dcc-4fc1-b5e0-751298da6214",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "55bdf8d2-496b-4b82-9dfb-2fa36089f12f",
"vfModuleModelCustomizationUUID": "e6ffc858-45d0-486b-9e22-2e936d90d82a",
"isBase": true,
"artifacts": [
"f6247a91-3d3d-4373-858b-37015a2f4ce6",
"4a98c2e8-b8d1-4230-ab13-19cc8fc1c887"
],
"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": ""
}
}
]
2021-08-31T08:10:47.314Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE7d8d76e0bc7..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:55bdf8d2-496b-4b82-9dfb-2fa36089f12f
VfModuleModelInvariantUUID:1b76524c-7dcc-4fc1-b5e0-751298da6214
VfModuleModelDescription:NULL
Artifacts UUID List:{
f6247a91-3d3d-4373-858b-37015a2f4ce6
,
4a98c2e8-b8d1-4230-ab13-19cc8fc1c887
}
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
}
2021-08-31T08:10:47.317Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE7d8d76e0bc7..base_vfw..module-0",
"vfModuleModelInvariantUUID": "1b76524c-7dcc-4fc1-b5e0-751298da6214",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "55bdf8d2-496b-4b82-9dfb-2fa36089f12f",
"vfModuleModelCustomizationUUID": "e6ffc858-45d0-486b-9e22-2e936d90d82a",
"isBase": true,
"artifacts": [
"f6247a91-3d3d-4373-858b-37015a2f4ce6",
"4a98c2e8-b8d1-4230-ab13-19cc8fc1c887"
],
"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": ""
}
}
]
2021-08-31T08:10:47.318Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE7d8d76e0bc7..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:55bdf8d2-496b-4b82-9dfb-2fa36089f12f
VfModuleModelInvariantUUID:1b76524c-7dcc-4fc1-b5e0-751298da6214
VfModuleModelDescription:NULL
Artifacts UUID List:{
f6247a91-3d3d-4373-858b-37015a2f4ce6
,
4a98c2e8-b8d1-4230-ab13-19cc8fc1c887
}
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
}
2021-08-31T08:10:47.318Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f6247a91-3d3d-4373-858b-37015a2f4ce6 from URL: /sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.yaml
2021-08-31T08:10:47.318Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-31T08:10:47.318Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.yaml
2021-08-31T08:10:47.895Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-31T08:10:47.896Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.yaml f6247a91-3d3d-4373-858b-37015a2f4ce6 20368
2021-08-31T08:10:47.897Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-08-31T08:10:47.897Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.yaml
2021-08-31T08:10:47.897Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-31T08:10:47.897Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-31T08:10:47.899Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-31T08:10:47.899Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397447897,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-31T08:10:47.999Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-31T08:10:48.000Z||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.
2021-08-31T08:10:48.000Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ...
2021-08-31T08:10:48.020Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:10:48.020Z||pool-12-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-08-31T08:10:48.900Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4a98c2e8-b8d1-4230-ab13-19cc8fc1c887 from URL: /sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.env
2021-08-31T08:10:48.901Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-31T08:10:48.901Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.env
2021-08-31T08:10:49.393Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-31T08:10:49.393Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.env 4a98c2e8-b8d1-4230-ab13-19cc8fc1c887 2098
2021-08-31T08:10:49.394Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.env ASDC sendASDCNotification
2021-08-31T08:10:49.394Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.env
2021-08-31T08:10:49.394Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-31T08:10:49.395Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-31T08:10:49.397Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-31T08:10:49.397Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397449394,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-08-31T08:10:49.498Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-31T08:10:49.498Z||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.
2021-08-31T08:10:49.499Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ...
2021-08-31T08:10:49.509Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:10:49.510Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-31T08:10:50.399Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: abef9100-4752-4575-9eb4-c1b027340279
2021-08-31T08:10:50.399Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e7d8d76e-0bc7 0 e308d2fc-2cf3-42a5-9c95-973ca4afb8fd ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-31T08:10:50.443Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:10:50.443Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-31 08-07-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-31T08:10:50.444Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2021-08-31T08:10:50.444Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 86772c4e-d2a6-4a22-838e-f0c82b050fcf
2021-08-31T08:10:50.444Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 86772c4e-d2a6-4a22-838e-f0c82b050fcf matches Tosca VF Customization UUID: 86772c4e-d2a6-4a22-838e-f0c82b050fcf
2021-08-31T08:10:50.444Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 86772c4e-d2a6-4a22-838e-f0c82b050fcf matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-08-31T08:10:50.452Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:10:50.452Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-31 08-07-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-31T08:10:50.454Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 86772c4e-d2a6-4a22-838e-f0c82b050fcf: {\"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\"}
2021-08-31T08:10:50.455Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2812aa03
2021-08-31T08:10:50.455Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:10:50.455Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-31 08-07-21 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-31T08:10:50.456Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e6ffc858-45d0-486b-9e22-2e936d90d82a
2021-08-31T08:10:50.457Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e6ffc858-45d0-486b-9e22-2e936d90d82a
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-08-31T08:10:50.464Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:10:50.464Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vFW e7d8d76e-0bc7 0 is matching search criteria
2021-08-31T08:10:50.464Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e7d8d76e-0bc7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-31T08:10:50.465Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:10:50.465Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vFW e7d8d76e-0bc7 0 is matching search criteria
2021-08-31T08:10:50.466Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e7d8d76e-0bc7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-31T08:10:50.466Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:10:50.466Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vFW e7d8d76e-0bc7 0 is not matching search criteria
2021-08-31T08:10:50.466Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-31T08:10:50.467Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-31T08:10:50.467Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-08-31T08:10:50.467Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-31T08:10:50.467Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-31T08:10:50.468Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-31T08:10:50.468Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-31T08:10:50.468Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-31T08:10:50.468Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-31T08:10:50.468Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-31T08:10:50.469Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-31T08:10:50.469Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ff1a69b7-7d42-4c83-8e7e-bdc8a4099f24
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-31T08:10:50.479Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:10:50.480Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vFW e7d8d76e-0bc7 0 is matching search criteria
2021-08-31T08:10:50.480Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e7d8d76e-0bc7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-31T08:10:50.481Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:10:50.481Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vFW e7d8d76e-0bc7 0 is not matching search criteria
2021-08-31T08:10:50.481Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-31T08:10:50.481Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-31T08:10:50.482Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-31T08:10:50.482Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-31T08:10:50.482Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-31T08:10:50.482Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-31T08:10:50.483Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-31T08:10:50.483Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-08-31T08:10:50.483Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-31T08:10:50.483Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-31T08:10:50.484Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-31T08:10:50.485Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-31T08:10:50.485Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=984c44ad-4b59-44c8-b93e-1c2948d454d9
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-31T08:10:50.488Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:10:50.488Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vFW e7d8d76e-0bc7 0 is matching search criteria
2021-08-31T08:10:50.488Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e7d8d76e-0bc7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-31T08:10:50.491Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:10:50.491Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vFW e7d8d76e-0bc7 0 is not matching search criteria
2021-08-31T08:10:50.491Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-31T08:10:50.491Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-31T08:10:50.492Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-31T08:10:50.492Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-31T08:10:50.492Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-31T08:10:50.492Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-31T08:10:50.493Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-31T08:10:50.493Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-31T08:10:50.493Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-31T08:10:50.493Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-31T08:10:50.493Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-31T08:10:50.494Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-08-31T08:10:50.494Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2b02f022-f7cb-43d1-9685-d2f31de01df7
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-31T08:10:50.497Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:10:50.497Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vFW e7d8d76e-0bc7 0 is matching search criteria
2021-08-31T08:10:50.497Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e7d8d76e-0bc7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-31T08:10:50.497Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:10:50.498Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Node template vFW e7d8d76e-0bc7 0 is matching search criteria
2021-08-31T08:10:50.498Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e7d8d76e-0bc7 0] matching following query criteria: sdcType=VF, customizationUUID=86772c4e-d2a6-4a22-838e-f0c82b050fcf
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-31T08:10:50.500Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:10:50.500Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-31 08-07-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-31T08:10:50.500Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid abef9100-4752-4575-9eb4-c1b027340279: vFW e7d8d76e-0bc7
2021-08-31T08:10:50.501Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:10:50.501Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-31 08-07-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-31T08:10:50.501Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:10:50.501Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-31 08-07-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-31T08:10:50.502Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:10:50.502Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-31 08-07-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-31T08:10:50.502Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:10:50.502Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-31 08-07-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-31T08:10:50.503Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:10:50.503Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-31 08-07-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-31T08:10:50.503Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2021-08-31 08-07-21
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?)
2021-08-31T08:10:50.821Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e7d8d76e-0bc7 e308d2fc-2cf3-42a5-9c95-973ca4afb8fd 1 ASDC deployResourceStructure
2021-08-31T08:10:50.824Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vfwe7d8d76e0bc70_modules.json ASDC sendASDCNotification
2021-08-31T08:10:50.824Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vfwe7d8d76e0bc70_modules.json
2021-08-31T08:10:50.824Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-31T08:10:50.825Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-31T08:10:50.837Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-31T08:10:50.837Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397450824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vfwe7d8d76e0bc70_modules.json",
"status": "DEPLOY_OK"
}
2021-08-31T08:10:50.937Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-31T08:10:50.938Z||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.
2021-08-31T08:10:50.938Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ...
2021-08-31T08:10:50.949Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:10:50.950Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-31T08:10:51.838Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-08-31T08:10:51.838Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.yaml
2021-08-31T08:10:51.838Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-31T08:10:51.839Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-31T08:10:51.841Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-31T08:10:51.841Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397451838,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-08-31T08:10:51.941Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-31T08:10:51.942Z||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.
2021-08-31T08:10:51.942Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ...
2021-08-31T08:10:51.956Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:10:51.956Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-08-31T08:10:52.843Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.env ASDC sendASDCNotification
2021-08-31T08:10:52.844Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.env
2021-08-31T08:10:52.844Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-31T08:10:52.845Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-31T08:10:52.847Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-31T08:10:52.847Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397452842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-08-31T08:10:52.947Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-31T08:10:52.948Z||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.
2021-08-31T08:10:52.948Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ...
2021-08-31T08:10:52.962Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:10:52.962Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-31T08:10:53.849Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar ASDC sendASDCNotification
2021-08-31T08:10:53.850Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar
2021-08-31T08:10:53.850Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-31T08:10:53.850Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-31T08:10:53.854Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-31T08:10:53.854Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397453849,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-31T08:10:53.953Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-31T08:10:53.954Z||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.
2021-08-31T08:10:53.954Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ...
2021-08-31T08:10:53.966Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:10:53.966Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-31T08:10:54.856Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae82c0e1-76ba-4077-8ba1-a12571d14462
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=?
2021-08-31T08:10:54.883Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae82c0e1-76ba-4077-8ba1-a12571d14462
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=?
2021-08-31T08:10:54.888Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-31T08:10:54.888Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-31T08:10:54.888Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-31T08:10:54.888Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-31T08:10:54.888Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-31T08:10:54.888Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-31T08:10:54.888Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-31T08:10:54.888Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-31T08:10:54.889Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-31T08:10:54.889Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-31T08:10:54.889Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||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=?
2021-08-31T08:10:54.896Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-31T08:11:24.901Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ae82c0e1-76ba-4077-8ba1-a12571d14462 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=?
2021-08-31T08:11:24.920Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ae82c0e1-76ba-4077-8ba1-a12571d14462 and serviceModelVersionId: abef9100-4752-4575-9eb4-c1b027340279
2021-08-31T08:11:24.921Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 234f4b0b-f207-48ad-b0fe-87ac496f591e
2021-08-31T08:11:32.043Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:11:32.045Z||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.
2021-08-31T08:11:32.045Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T08:11:32.183Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:11:32.184Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:11:32.184Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397432041,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:11:32.186Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-31T08:11:43.629Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/234f4b0b-f207-48ad-b0fe-87ac496f591e/model-vers/model-ver/abef9100-4752-4575-9eb4-c1b027340279?depth=0
2021-08-31T08:11:43.743Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-08-31T08:11:44.227Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/234f4b0b-f207-48ad-b0fe-87ac496f591e/model-vers/model-ver/abef9100-4752-4575-9eb4-c1b027340279?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]}
2021-08-31T08:11:44.232Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/234f4b0b-f207-48ad-b0fe-87ac496f591e/model-vers/model-ver/abef9100-4752-4575-9eb4-c1b027340279?depth=0|INFO|500||Invoke
2021-08-31T08:11:44.369Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/234f4b0b-f207-48ad-b0fe-87ac496f591e/model-vers/model-ver/abef9100-4752-4575-9eb4-c1b027340279?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-08-31T08:11:44.762Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/234f4b0b-f207-48ad-b0fe-87ac496f591e/model-vers/model-ver/abef9100-4752-4575-9eb4-c1b027340279?depth=0|INFO|500||InvokeReturn
2021-08-31T08:11:44.763Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/234f4b0b-f207-48ad-b0fe-87ac496f591e/model-vers/model-ver/abef9100-4752-4575-9eb4-c1b027340279?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210831-08:11:44:381-36732], vertex-id=[192744], Content-Length=[0], Date=[Tue, 31 Aug 2021 08:11:44 GMT], Content-Type=[application/json]}
2021-08-31T08:11:44.764Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-08-31T08:11:44.767Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-31T08:11:44.767Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-31T08:11:44.774Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||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)
2021-08-31T08:11:44.775Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ae82c0e1-76ba-4077-8ba1-a12571d14462 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-31T08:11:44.776Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-31T08:11:44.777Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-31T08:11:44.779Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-31T08:11:44.779Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397504775,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-31T08:11:44.879Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-31T08:11:44.881Z||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.
2021-08-31T08:11:44.881Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ...
2021-08-31T08:11:44.892Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:11:44.893Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-31T08:11:45.793Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:11:45.793Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|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.
2021-08-31T08:11:45.794Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|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 MINguq0EaWjV7IJB) ...
2021-08-31T08:11:55.337Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:12:32.042Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:12:32.043Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:12:32.047Z||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.
2021-08-31T08:12:32.047Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|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.
2021-08-31T08:12:32.047Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T08:12:32.047Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|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 MINguq0EaWjV7IJB) ...
2021-08-31T08:12:32.079Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:12:32.080Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:12:32.081Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397432041,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vfwe7d8d76e0bc70_modules.json",
"status": "NOTIFIED"
}
2021-08-31T08:12:32.083Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-31T08:12:32.083Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:12:32.083Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397432041,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-08-31T08:12:32.084Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-31T08:12:32.084Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:12:32.084Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397432041,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:12:32.085Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-31T08:12:32.085Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:12:32.085Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397432041,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-08-31T08:12:32.085Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-31T08:12:32.085Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:12:32.085Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397432041,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:12:32.086Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-31T08:12:32.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:12:32.087Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397432041,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar",
"status": "NOTIFIED"
}
2021-08-31T08:12:32.087Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-31T08:12:32.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:12:32.087Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397440781,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-31T08:12:32.087Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-31T08:12:32.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:12:32.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397446277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vfwe7d8d76e0bc70_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-31T08:12:32.088Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-31T08:12:32.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:12:32.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397447897,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-31T08:12:32.089Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-31T08:12:32.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:12:32.089Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397449394,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-08-31T08:12:32.089Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-31T08:12:32.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:12:32.089Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397450824,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/vfwe7d8d76e0bc70_modules.json",
"status": "DEPLOY_OK"
}
2021-08-31T08:12:32.090Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-31T08:12:32.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:12:32.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397451838,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-08-31T08:12:32.090Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-31T08:12:32.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:12:32.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397452842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/resourceInstances/vfwe7d8d76e0bc70/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-08-31T08:12:32.091Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-31T08:12:32.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:12:32.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397453849,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210831080721/1.0/artifacts/service-Vfw20210831080721-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-31T08:12:32.091Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-31T08:12:41.630Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:13:32.041Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:13:32.043Z||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.
2021-08-31T08:13:32.043Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T08:13:32.043Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:13:32.044Z||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.
2021-08-31T08:13:32.044Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T08:13:32.577Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:13:32.578Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-31T08:13:32.578Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ae82c0e1-76ba-4077-8ba1-a12571d14462",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397504775,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-31T08:13:32.579Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-31T08:13:41.621Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:14:32.041Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:14:32.043Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:14:32.044Z||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.
2021-08-31T08:14:32.044Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T08:14:32.047Z||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.
2021-08-31T08:14:32.050Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T08:14:41.642Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:14:41.645Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:15:32.042Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:15:32.044Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:15:32.047Z||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.
2021-08-31T08:15:32.047Z||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.
2021-08-31T08:15:32.047Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T08:15:32.047Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T08:15:41.610Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:15:41.641Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:16:32.043Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:16:32.043Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:16:32.049Z||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.
2021-08-31T08:16:32.049Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T08:16:32.049Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|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.
2021-08-31T08:16:32.049Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|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 MINguq0EaWjV7IJB) ...
2021-08-31T08:16:41.604Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:16:41.605Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:17:32.042Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:17:32.043Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:17:32.046Z||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.
2021-08-31T08:17:32.046Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T08:17:32.047Z||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.
2021-08-31T08:17:32.047Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T08:17:32.702Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:17:32.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.704Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"84588334-a47d-4f3a-8c9a-7e7ff9104521","serviceName":"basic_onboard_ZtjPCl","serviceVersion":"1.0","serviceUUID":"3d73c340-71d1-48d9-87b9-fcf6db961c04","serviceDescription":"service","serviceInvariantUUID":"277d232f-4940-4ad5-b384-2b8ab4a060ba","resources":[{"resourceInstanceName":"basic_onboard_ZtjPCl 0","resourceName":"basic_onboard_ZtjPCl","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"230fe935-d17f-4557-bc27-6eb5ca4e8d66","resourceInvariantUUID":"41d24a8b-3dfa-4f0f-a2c3-149ccb528a2b","resourceCustomizationUUID":"595476bb-46bc-47f9-832b-ae0dfb74a969","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/vf-license-model.xml","artifactChecksum":"OGJhNmNiMjQwNGU5NmQ3YTE3MGNhYjk2NTA1NWFmYmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"06a1888a-b9ea-4532-a953-2b5c88647a06","artifactVersion":"1"},{"artifactName":"basic_onboard_ztjpcl0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/basic_onboard_ztjpcl0_modules.json","artifactChecksum":"NzNlYjc2NjIxZmY4N2RlNDI2MWRiMWI1MmZhYTUzOTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"63ab248f-d6aa-412a-b712-024df534c726","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1ac5a51a-da9f-4afb-b039-b682f932be03","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6322eb9e-29eb-46a2-bc6f-22955ab8ef7e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cfeca006-43d6-463c-9bbc-dc26c7d1f69d","artifactVersion":"2","generatedFromUUID":"1ac5a51a-da9f-4afb-b039-b682f932be03"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardZtjpcl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-template.yml","artifactChecksum":"OTNlZmIzMDMwNjhmNDc2MWJjZDU2NmVjNzgwNzcyNTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cf3bbf79-571e-4d24-9caf-d10746e3a6cb","artifactVersion":"1"},{"artifactName":"service-BasicOnboardZtjpcl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar","artifactChecksum":"NTE0MDEwM2UzYTRjMTMyOTBjOGFhOTc0OTUwZjdjMGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"162f67da-86ac-4479-9a52-29127be838f9","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-31T08:17:32.709Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-31T08:17:32.710Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-31T08:17:32.714Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-31T08:17:32.714Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:17:32.714Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397852042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:17:32.724Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.724Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "dcae-sch",
"timestamp": 1630397807446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:17:32.726Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:17:32.726Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.726Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "ves-openapi-manager",
"timestamp": 1630397804137,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:17:32.726Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:17:32.726Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.726Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630397806953,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:17:32.727Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:17:32.727Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.727Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "cds",
"timestamp": 1630397808567,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:17:32.727Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:17:32.727Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.728Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "ves-openapi-manager",
"timestamp": 1630397804137,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/basic_onboard_ztjpcl0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:17:32.728Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:17:32.728Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.728Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630397806953,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/basic_onboard_ztjpcl0_modules.json",
"status": "NOTIFIED"
}
2021-08-31T08:17:32.728Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:17:32.728Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.729Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "dcae-sch",
"timestamp": 1630397807446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/basic_onboard_ztjpcl0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:17:32.729Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:17:32.730Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.730Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630397809495,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:17:32.730Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:17:32.730Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.730Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "cds",
"timestamp": 1630397808567,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/basic_onboard_ztjpcl0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:17:32.730Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:17:32.731Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.731Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "ves-openapi-manager",
"timestamp": 1630397804137,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:17:32.731Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:17:32.731Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.731Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "dcae-sch",
"timestamp": 1630397807446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:17:32.732Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:17:32.732Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.732Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630397806953,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-31T08:17:32.733Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:17:32.733Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.733Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630397809495,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/basic_onboard_ztjpcl0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:17:32.733Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:17:32.733Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.733Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "cds",
"timestamp": 1630397808567,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:17:32.734Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:17:32.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.734Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "ves-openapi-manager",
"timestamp": 1630397804137,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:17:32.734Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:17:32.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.734Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "dcae-sch",
"timestamp": 1630397807446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:17:32.735Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:17:32.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.735Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630397806953,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:17:32.735Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:17:32.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.735Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630397809495,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:17:32.736Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:17:32.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.736Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "cds",
"timestamp": 1630397808567,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:17:32.736Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:17:32.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.736Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "ves-openapi-manager",
"timestamp": 1630397804137,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:17:32.737Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:17:32.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.737Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "dcae-sch",
"timestamp": 1630397807446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:17:32.737Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:17:32.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.738Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630397806953,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-08-31T08:17:32.738Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:17:32.738Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.738Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630397809495,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:17:32.738Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:17:32.738Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.739Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "cds",
"timestamp": 1630397808567,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:17:32.739Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:17:32.739Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.739Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "policy-id",
"timestamp": 1630397813129,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:17:32.739Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:17:32.739Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.740Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "ves-openapi-manager",
"timestamp": 1630397804137,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:17:32.740Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:17:32.740Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.740Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630397806953,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:17:32.740Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:17:32.741Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.741Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "dcae-sch",
"timestamp": 1630397807446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:17:32.741Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:17:32.741Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.741Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630397809495,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:17:32.741Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:17:32.742Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.742Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "cds",
"timestamp": 1630397808567,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:17:32.742Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:17:32.742Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.742Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "policy-id",
"timestamp": 1630397813129,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/basic_onboard_ztjpcl0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:17:32.742Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:17:32.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.743Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "ves-openapi-manager",
"timestamp": 1630397804137,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:17:32.743Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:17:32.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.743Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "dcae-sch",
"timestamp": 1630397807446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:17:32.743Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:17:32.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.744Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630397806953,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar",
"status": "NOTIFIED"
}
2021-08-31T08:17:32.744Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:17:32.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.745Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630397809495,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:17:32.745Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:17:32.745Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.745Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "cds",
"timestamp": 1630397808567,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar",
"status": "NOTIFIED"
}
2021-08-31T08:17:32.745Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:17:32.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.746Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "policy-id",
"timestamp": 1630397813129,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-31T08:17:32.746Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:17:32.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.746Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630397809495,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar",
"status": "NOTIFIED"
}
2021-08-31T08:17:32.746Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:17:32.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.747Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "policy-id",
"timestamp": 1630397813129,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:17:32.747Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:17:32.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.747Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630397817291,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/basic_onboard_ztjpcl0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-31T08:17:32.747Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-31T08:17:32.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "cds",
"timestamp": 1630397817302,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-31T08:17:32.748Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-31T08:17:32.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630397817817,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-31T08:17:32.749Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-31T08:17:32.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.749Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "policy-id",
"timestamp": 1630397813129,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:17:32.752Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:17:32.760Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "cds",
"timestamp": 1630397818317,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-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 (?, ?, ?, ?, ?)
2021-08-31T08:17:32.793Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 84588334-a47d-4f3a-8c9a-7e7ff9104521
2021-08-31T08:17:32.793Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84588334-a47d-4f3a-8c9a-7e7ff9104521 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 (?, ?, ?, ?, ?)
2021-08-31T08:17:32.805Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.805Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630397818494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-31T08:17:32.805Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-31T08:17:32.805Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.805Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "policy-id",
"timestamp": 1630397813129,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:17:32.806Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:17:32.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.806Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630397819703,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-08-31T08:17:32.806Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-31T08:17:32.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.806Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "policy-id",
"timestamp": 1630397813129,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar",
"status": "NOTIFIED"
}
2021-08-31T08:17:32.806Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:17:32.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.806Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630397820482,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-31T08:17:32.807Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-31T08:17:32.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630397820758,
"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=?
2021-08-31T08:17:32.814Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-31T08:17:32.814Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 84588334-a47d-4f3a-8c9a-7e7ff9104521
2021-08-31T08:17:32.815Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84588334-a47d-4f3a-8c9a-7e7ff9104521 and ComponentName POLICY
2021-08-31T08:17:32.815Z||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.
2021-08-31T08:17:32.815Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ...
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 (?, ?, ?, ?, ?)
2021-08-31T08:17:32.828Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.829Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "policy-id",
"timestamp": 1630397821275,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-31T08:17:32.829Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-31T08:17:32.829Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.829Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630397821490,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
2021-08-31T08:17:32.830Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:17:32.830Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-31T08:17:32.834Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 84588334-a47d-4f3a-8c9a-7e7ff9104521
2021-08-31T08:17:32.835Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84588334-a47d-4f3a-8c9a-7e7ff9104521 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 (?, ?, ?, ?, ?)
2021-08-31T08:17:32.844Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.844Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630397821766,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/basic_onboard_ztjpcl0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-31T08:17:32.844Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-31T08:17:32.844Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.844Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "policy-id",
"timestamp": 1630397822281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-31T08:17:32.844Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-31T08:17:32.845Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.845Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "policy-id",
"timestamp": 1630397823286,
"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=?
2021-08-31T08:17:32.849Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 84588334-a47d-4f3a-8c9a-7e7ff9104521
2021-08-31T08:17:32.850Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84588334-a47d-4f3a-8c9a-7e7ff9104521 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-08-31T08:17:32.858Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.858Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "clamp",
"timestamp": 1630397824143,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:17:32.858Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:17:32.858Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.858Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "clamp",
"timestamp": 1630397824143,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/basic_onboard_ztjpcl0_modules.json",
"status": "NOTIFIED"
}
2021-08-31T08:17:32.860Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:17:32.860Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.860Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "clamp",
"timestamp": 1630397824143,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:17:32.864Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:17:32.864Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "clamp",
"timestamp": 1630397824143,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:17:32.865Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:17:32.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "aai-ml",
"timestamp": 1630397827755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:17:32.865Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:17:32.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "clamp",
"timestamp": 1630397824143,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:17:32.865Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:17:32.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "aai-ml",
"timestamp": 1630397827755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/basic_onboard_ztjpcl0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:17:32.866Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:17:32.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "clamp",
"timestamp": 1630397824143,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:17:32.866Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:17:32.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "aai-ml",
"timestamp": 1630397827755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:17:32.866Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:17:32.867Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.867Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "clamp",
"timestamp": 1630397824143,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar",
"status": "NOTIFIED"
}
2021-08-31T08:17:32.867Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:17:32.867Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.867Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "aai-ml",
"timestamp": 1630397827755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:17:32.867Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:17:32.867Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.867Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "aai-ml",
"timestamp": 1630397827755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:17:32.867Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:17:32.867Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.868Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "aai-ml",
"timestamp": 1630397827755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:17:32.868Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:17:32.868Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.868Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "aai-ml",
"timestamp": 1630397827755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar",
"status": "NOTIFIED"
}
2021-08-31T08:17:32.868Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:17:32.868Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.868Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "aai-ml",
"timestamp": 1630397836282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-31T08:17:32.868Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-31T08:17:32.869Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.869Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "aai-ml",
"timestamp": 1630397842238,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-31T08:17:32.869Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-31T08:17:32.869Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.869Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "clamp",
"timestamp": 1630397842820,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-31T08:17:32.869Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-31T08:17:32.869Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.869Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "aai-ml",
"timestamp": 1630397843242,
"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=?
2021-08-31T08:17:32.874Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 84588334-a47d-4f3a-8c9a-7e7ff9104521
2021-08-31T08:17:32.874Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84588334-a47d-4f3a-8c9a-7e7ff9104521 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 (?, ?, ?, ?, ?)
2021-08-31T08:17:32.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "clamp",
"timestamp": 1630397843843,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-31T08:17:32.882Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-31T08:17:32.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:17:32.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "clamp",
"timestamp": 1630397844847,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-31T08:17:32.887Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 84588334-a47d-4f3a-8c9a-7e7ff9104521
2021-08-31T08:17:32.887Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84588334-a47d-4f3a-8c9a-7e7ff9104521 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-31T08:17:33.715Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-31T08:17:33.715Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-31T08:17:33.718Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-31T08:17:33.719Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397852042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/basic_onboard_ztjpcl0_modules.json",
"status": "NOTIFIED"
}
2021-08-31T08:17:33.819Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-31T08:17:33.819Z||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.
2021-08-31T08:17:33.820Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ...
2021-08-31T08:17:33.834Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:17:33.834Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-08-31T08:17:34.719Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-31T08:17:34.720Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-31T08:17:34.723Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-31T08:17:34.723Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397852042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-31T08:17:34.822Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-31T08:17:34.823Z||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.
2021-08-31T08:17:34.824Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ...
2021-08-31T08:17:34.835Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:17:34.836Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-31T08:17:35.724Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-31T08:17:35.725Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-31T08:17:35.727Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-31T08:17:35.727Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397852042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:17:35.829Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-08-31T08:17:35.831Z||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.
2021-08-31T08:17:35.831Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ...
2021-08-31T08:17:35.843Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:17:35.844Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-31T08:17:36.728Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-31T08:17:36.729Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-31T08:17:36.731Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-31T08:17:36.731Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397852042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-08-31T08:17:36.831Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-31T08:17:36.833Z||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.
2021-08-31T08:17:36.833Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ...
2021-08-31T08:17:36.845Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:17:36.846Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-31T08:17:37.732Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-31T08:17:37.734Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-31T08:17:37.737Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-31T08:17:37.737Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397852042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:17:37.837Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-31T08:17:37.838Z||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.
2021-08-31T08:17:37.838Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ...
2021-08-31T08:17:37.863Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:17:37.864Z||pool-24-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2021-08-31T08:17:38.738Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-31T08:17:38.739Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-31T08:17:38.741Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-31T08:17:38.741Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397852042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar",
"status": "NOTIFIED"
}
2021-08-31T08:17:38.841Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-31T08:17:38.843Z||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.
2021-08-31T08:17:38.843Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ...
2021-08-31T08:17:38.854Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:17:38.855Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-31T08:17:39.743Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"serviceName": "basic_onboard_ZtjPCl",
"serviceVersion": "1.0",
"serviceUUID": "3d73c340-71d1-48d9-87b9-fcf6db961c04",
"serviceDescription": "service",
"serviceInvariantUUID": "277d232f-4940-4ad5-b384-2b8ab4a060ba",
"resources": [
{
"resourceInstanceName": "basic_onboard_ZtjPCl 0",
"resourceCustomizationUUID": "595476bb-46bc-47f9-832b-ae0dfb74a969",
"resourceName": "basic_onboard_ZtjPCl",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "230fe935-d17f-4557-bc27-6eb5ca4e8d66",
"resourceInvariantUUID": "41d24a8b-3dfa-4f0f-a2c3-149ccb528a2b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_ztjpcl0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/basic_onboard_ztjpcl0_modules.json",
"artifactChecksum": "NzNlYjc2NjIxZmY4N2RlNDI2MWRiMWI1MmZhYTUzOTk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "63ab248f-d6aa-412a-b712-024df534c726",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "1ac5a51a-da9f-4afb-b039-b682f932be03",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "cfeca006-43d6-463c-9bbc-dc26c7d1f69d",
"generatedFromUUID": "1ac5a51a-da9f-4afb-b039-b682f932be03"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "cfeca006-43d6-463c-9bbc-dc26c7d1f69d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardZtjpcl-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar",
"artifactChecksum": "NTE0MDEwM2UzYTRjMTMyOTBjOGFhOTc0OTUwZjdjMGM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "162f67da-86ac-4479-9a52-29127be838f9"
}
],
"workloadContext": "Production"
}
2021-08-31T08:17:39.744Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-31T08:17:39.744Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3d73c340-71d1-48d9-87b9-fcf6db961c04 ASDC
2021-08-31T08:17:39.745Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:84588334-a47d-4f3a-8c9a-7e7ff9104521
ServiceName:basic_onboard_ZtjPCl
ServiceVersion:1.0
ServiceUUID:3d73c340-71d1-48d9-87b9-fcf6db961c04
ServiceInvariantUUID:277d232f-4940-4ad5-b384-2b8ab4a060ba
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardZtjpcl-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar
ArtifactUUID:162f67da-86ac-4479-9a52-29127be838f9
ArtifactChecksum:NTE0MDEwM2UzYTRjMTMyOTBjOGFhOTc0OTUwZjdjMGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_ZtjPCl 0
ResourceCustomizationUUID:595476bb-46bc-47f9-832b-ae0dfb74a969
ResourceInvariantUUID:41d24a8b-3dfa-4f0f-a2c3-149ccb528a2b
ResourceName:basic_onboard_ZtjPCl
ResourceType:VF
ResourceUUID:230fe935-d17f-4557-bc27-6eb5ca4e8d66
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ztjpcl0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/basic_onboard_ztjpcl0_modules.json
ArtifactUUID:63ab248f-d6aa-412a-b712-024df534c726
ArtifactChecksum:NzNlYjc2NjIxZmY4N2RlNDI2MWRiMWI1MmZhYTUzOTk=
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/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.yaml
ArtifactUUID:1ac5a51a-da9f-4afb-b039-b682f932be03
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/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.env
ArtifactUUID:cfeca006-43d6-463c-9bbc-dc26c7d1f69d
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/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.env
ArtifactUUID:cfeca006-43d6-463c-9bbc-dc26c7d1f69d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-08-31T08:17:39.746Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3d73c340-71d1-48d9-87b9-fcf6db961c04 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=?
2021-08-31T08:17:39.781Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-31T08:17:39.782Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-08-31T08:17:39.782Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-08-31T08:17:39.782Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 162f67da-86ac-4479-9a52-29127be838f9 from URL: /sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar
2021-08-31T08:17:39.782Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-08-31T08:17:39.783Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar
2021-08-31T08:17:40.047Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-08-31T08:17:40.050Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar 162f67da-86ac-4479-9a52-29127be838f9 71372
2021-08-31T08:17:40.051Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar ASDC sendASDCNotification
2021-08-31T08:17:40.051Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar
2021-08-31T08:17:40.051Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-31T08:17:40.051Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-31T08:17:40.054Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-31T08:17:40.054Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397860051,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-31T08:17:40.154Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-31T08:17:40.155Z||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.
2021-08-31T08:17:40.155Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ...
2021-08-31T08:17:40.174Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:17:40.175Z||pool-26-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-08-31T08:17:41.055Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-31T08:17:41.057Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-08-31T08:17:41.057Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 162f67da-86ac-4479-9a52-29127be838f9, URL: /sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar to file: /app/ASDC/1/service-BasicOnboardZtjpcl-csar.csar
2021-08-31T08:17:41.058Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardZtjpcl-csar.csar
2021-08-31T08:17:41.058Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardZtjpcl-csar.csar
2021-08-31T08:17:41.059Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardZtjpcl-csar.csar
2021-08-31T08:17:41.765Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16496279360713516877/Definitions/service-BasicOnboardZtjpcl-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
2021-08-31T08:17:43.001Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-31T08:17:43.001Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-08-31T08:17:43.001Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardZtjpcl-csar.csar
2021-08-31T08:17:43.002Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-08-31T08:17:43.002Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||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-BasicOnboardZtjpcl-csar.csar
2021-08-31T08:17:43.002Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||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-BasicOnboardZtjpcl-csar.csar
2021-08-31T08:17:43.002Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ZtjPCl 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-BasicOnboardZtjpcl-csar.csar
2021-08-31T08:17:43.002Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||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-BasicOnboardZtjpcl-csar.csar
2021-08-31T08:17:43.002Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||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-BasicOnboardZtjpcl-csar.csar
2021-08-31T08:17:43.002Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardZtjpcl-csar.csar
2021-08-31T08:17:43.002Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardZtjpcl-csar.csar
2021-08-31T08:17:43.002Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||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-BasicOnboardZtjpcl-csar.csar
2021-08-31T08:17:43.002Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||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-BasicOnboardZtjpcl-csar.csar
2021-08-31T08:17:43.003Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-08-31T08:17:43.003Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:17:43.003Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZtjPCl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-31T08:17:43.003Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_ZtjPCl 0 is matching search criteria
2021-08-31T08:17:43.003Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-08-31T08:17:43.004Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_ZtjPCl 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-31T08:17:43.004Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:17:43.004Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZtjPCl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-31T08:17:43.004Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_ZtjPCl 0 is matching search criteria
2021-08-31T08:17:43.004Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-08-31T08:17:43.004Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_ZtjPCl 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-31T08:17:43.005Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:17:43.005Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZtjPCl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-31T08:17:43.005Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:17:43.005Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_ZtjPCl 0 is not matching search criteria
2021-08-31T08:17:43.005Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-08-31T08:17:43.006Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-08-31T08:17:43.006Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-08-31T08:17:43.006Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-31T08:17:43.006Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-31T08:17:43.006Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:17:43.006Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZtjPCl is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-31T08:17:43.006Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:17:43.007Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_ZtjPCl 0 is matching search criteria
2021-08-31T08:17:43.007Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_ZtjPCl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-31T08:17:43.007Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:17:43.007Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_ZtjPCl 0 is matching search criteria
2021-08-31T08:17:43.007Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_ZtjPCl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-31T08:17:43.007Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:17:43.008Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_ZtjPCl 0 is matching search criteria
2021-08-31T08:17:43.008Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_ZtjPCl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-31T08:17:43.008Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:17:43.008Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_ZtjPCl 0 is not matching search criteria
2021-08-31T08:17:43.008Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-31T08:17:43.008Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-31T08:17:43.008Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=936f5d13-86fc-4d1c-b81c-26fdf670ff62
2021-08-31T08:17:43.009Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:17:43.009Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZtjPCl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-31T08:17:43.009Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:17:43.009Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZtjPCl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-31T08:17:43.009Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:17:43.009Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZtjPCl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-31T08:17:43.009Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:17:43.009Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZtjPCl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-31T08:17:43.010Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_ZtjPCl
Description:service
Model UUID:3d73c340-71d1-48d9-87b9-fcf6db961c04
Model Version:NULL
Model InvariantUuid:277d232f-4940-4ad5-b384-2b8ab4a060ba
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_ZtjPCl
Model UUID:2ecf3a08-23b1-4cc4-8d8d-e211778bb23c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:41d24a8b-3dfa-4f0f-a2c3-149ccb528a2b
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:595476bb-46bc-47f9-832b-ae0dfb74a969
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:a597d263-9151-49d0-b227-6bd9a170cac8
ModelName:BasicOnboardZtjpcl..base_ubuntu18..module-0
ModelUuid:3454f516-937b-4283-9620-6177abc712ef
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:936f5d13-86fc-4d1c-b81c-26fdf670ff62
ModelInvariantUuid:ac05080e-2c7f-451d-a111-fd6b0fe59fac
ModelName:basic_onboard_ZtjPCl-nodes.ubuntu18Cvfc
ModelUuid:2e7787c4-1a6e-4208-a98e-240dc834d501
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:822b5efc-45b3-410b-b0ff-a731f9846410
ModelInvariantUuid:7f4a4c09-de1d-4f48-96c3-1fe2d12e8c98
ModelName:BasicOnboardZtjpcl.compute.nodes.heat.ubuntu18
ModelUuid:514919e0-8438-4b6f-8719-721b19e926f6
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-31T08:17:43.022Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 230fe935-d17f-4557-bc27-6eb5ca4e8d66
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-31T08:17:43.027Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||basic_onboard_ZtjPCl 0
2021-08-31T08:17:43.028Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 230fe935-d17f-4557-bc27-6eb5ca4e8d66
2021-08-31T08:17:43.028Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 63ab248f-d6aa-412a-b712-024df534c726 from URL: /sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/basic_onboard_ztjpcl0_modules.json
2021-08-31T08:17:43.028Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-08-31T08:17:43.029Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/basic_onboard_ztjpcl0_modules.json
2021-08-31T08:17:44.419Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-08-31T08:17:44.420Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/basic_onboard_ztjpcl0_modules.json 63ab248f-d6aa-412a-b712-024df534c726 798
2021-08-31T08:17:44.420Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/basic_onboard_ztjpcl0_modules.json ASDC sendASDCNotification
2021-08-31T08:17:44.420Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/basic_onboard_ztjpcl0_modules.json
2021-08-31T08:17:44.421Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-31T08:17:44.421Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-31T08:17:44.423Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-31T08:17:44.423Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397864420,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/basic_onboard_ztjpcl0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-31T08:17:44.523Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-31T08:17:44.524Z||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.
2021-08-31T08:17:44.524Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ...
2021-08-31T08:17:44.536Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:17:44.536Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-08-31T08:17:45.424Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardZtjpcl..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "a597d263-9151-49d0-b227-6bd9a170cac8",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3454f516-937b-4283-9620-6177abc712ef",
"vfModuleModelCustomizationUUID": "bcabd4c1-b32f-4d2c-bc99-d0d538c2d13b",
"isBase": true,
"artifacts": [
"1ac5a51a-da9f-4afb-b039-b682f932be03",
"cfeca006-43d6-463c-9bbc-dc26c7d1f69d"
],
"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": ""
}
}
]
2021-08-31T08:17:45.429Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZtjpcl..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3454f516-937b-4283-9620-6177abc712ef
VfModuleModelInvariantUUID:a597d263-9151-49d0-b227-6bd9a170cac8
VfModuleModelDescription:NULL
Artifacts UUID List:{
1ac5a51a-da9f-4afb-b039-b682f932be03
,
cfeca006-43d6-463c-9bbc-dc26c7d1f69d
}
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
}
2021-08-31T08:17:45.432Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardZtjpcl..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "a597d263-9151-49d0-b227-6bd9a170cac8",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3454f516-937b-4283-9620-6177abc712ef",
"vfModuleModelCustomizationUUID": "bcabd4c1-b32f-4d2c-bc99-d0d538c2d13b",
"isBase": true,
"artifacts": [
"1ac5a51a-da9f-4afb-b039-b682f932be03",
"cfeca006-43d6-463c-9bbc-dc26c7d1f69d"
],
"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": ""
}
}
]
2021-08-31T08:17:45.432Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZtjpcl..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3454f516-937b-4283-9620-6177abc712ef
VfModuleModelInvariantUUID:a597d263-9151-49d0-b227-6bd9a170cac8
VfModuleModelDescription:NULL
Artifacts UUID List:{
1ac5a51a-da9f-4afb-b039-b682f932be03
,
cfeca006-43d6-463c-9bbc-dc26c7d1f69d
}
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
}
2021-08-31T08:17:45.432Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 1ac5a51a-da9f-4afb-b039-b682f932be03 from URL: /sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.yaml
2021-08-31T08:17:45.432Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-08-31T08:17:45.432Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.yaml
2021-08-31T08:17:45.821Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-08-31T08:17:45.821Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.yaml 1ac5a51a-da9f-4afb-b039-b682f932be03 5033
2021-08-31T08:17:45.822Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-31T08:17:45.822Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.yaml
2021-08-31T08:17:45.822Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-31T08:17:45.822Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-31T08:17:45.824Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-31T08:17:45.824Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397865822,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-31T08:17:45.924Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-31T08:17:45.925Z||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.
2021-08-31T08:17:45.925Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ...
2021-08-31T08:17:45.949Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:17:45.950Z||pool-28-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2021-08-31T08:17:46.825Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: cfeca006-43d6-463c-9bbc-dc26c7d1f69d from URL: /sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.env
2021-08-31T08:17:46.825Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-08-31T08:17:46.825Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.env
2021-08-31T08:17:47.589Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-08-31T08:17:47.590Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.env cfeca006-43d6-463c-9bbc-dc26c7d1f69d 909
2021-08-31T08:17:47.590Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-31T08:17:47.590Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.env
2021-08-31T08:17:47.590Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-31T08:17:47.590Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-31T08:17:47.592Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-31T08:17:47.592Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397867590,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-08-31T08:17:47.692Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-31T08:17:47.693Z||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.
2021-08-31T08:17:47.693Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ...
2021-08-31T08:17:47.715Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:17:47.715Z||pool-29-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-08-31T08:17:48.593Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 3d73c340-71d1-48d9-87b9-fcf6db961c04
2021-08-31T08:17:48.593Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ZtjPCl 0 230fe935-d17f-4557-bc27-6eb5ca4e8d66 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-31T08:17:48.608Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:17:48.609Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZtjPCl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-31T08:17:48.609Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2021-08-31T08:17:48.609Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 595476bb-46bc-47f9-832b-ae0dfb74a969
2021-08-31T08:17:48.609Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 595476bb-46bc-47f9-832b-ae0dfb74a969 matches Tosca VF Customization UUID: 595476bb-46bc-47f9-832b-ae0dfb74a969
2021-08-31T08:17:48.610Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 595476bb-46bc-47f9-832b-ae0dfb74a969 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-08-31T08:17:48.612Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:17:48.613Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZtjPCl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-31T08:17:48.613Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 595476bb-46bc-47f9-832b-ae0dfb74a969: {\"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\"}
2021-08-31T08:17:48.613Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@196012d7
2021-08-31T08:17:48.614Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:17:48.614Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZtjPCl is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-31T08:17:48.614Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bcabd4c1-b32f-4d2c-bc99-d0d538c2d13b
2021-08-31T08:17:48.614Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bcabd4c1-b32f-4d2c-bc99-d0d538c2d13b
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-08-31T08:17:48.617Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:17:48.617Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_ZtjPCl 0 is matching search criteria
2021-08-31T08:17:48.617Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_ZtjPCl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-31T08:17:48.618Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:17:48.618Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_ZtjPCl 0 is matching search criteria
2021-08-31T08:17:48.618Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_ZtjPCl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-31T08:17:48.618Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:17:48.618Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_ZtjPCl 0 is not matching search criteria
2021-08-31T08:17:48.619Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-31T08:17:48.619Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-31T08:17:48.619Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=936f5d13-86fc-4d1c-b81c-26fdf670ff62
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-31T08:17:48.621Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:17:48.622Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_ZtjPCl 0 is matching search criteria
2021-08-31T08:17:48.622Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_ZtjPCl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-31T08:17:48.622Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:17:48.622Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_ZtjPCl 0 is matching search criteria
2021-08-31T08:17:48.623Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_ZtjPCl 0] matching following query criteria: sdcType=VF, customizationUUID=595476bb-46bc-47f9-832b-ae0dfb74a969
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-31T08:17:48.624Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:17:48.625Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZtjPCl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-31T08:17:48.625Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 3d73c340-71d1-48d9-87b9-fcf6db961c04: basic_onboard_ZtjPCl
2021-08-31T08:17:48.625Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:17:48.625Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZtjPCl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-31T08:17:48.626Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:17:48.626Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZtjPCl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-31T08:17:48.626Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:17:48.626Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZtjPCl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-31T08:17:48.627Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:17:48.627Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZtjPCl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-31T08:17:48.627Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:17:48.627Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZtjPCl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-31T08:17:48.628Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_ZtjPCl
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?)
2021-08-31T08:17:48.726Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ZtjPCl 230fe935-d17f-4557-bc27-6eb5ca4e8d66 1 ASDC deployResourceStructure
2021-08-31T08:17:48.727Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/basic_onboard_ztjpcl0_modules.json ASDC sendASDCNotification
2021-08-31T08:17:48.727Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/basic_onboard_ztjpcl0_modules.json
2021-08-31T08:17:48.727Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-31T08:17:48.728Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-31T08:17:48.730Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-31T08:17:48.730Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397868727,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/basic_onboard_ztjpcl0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-31T08:17:48.830Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-31T08:17:48.831Z||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.
2021-08-31T08:17:48.831Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ...
2021-08-31T08:17:48.849Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:17:48.850Z||pool-30-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-08-31T08:17:49.731Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-31T08:17:49.731Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.yaml
2021-08-31T08:17:49.731Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-31T08:17:49.732Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-31T08:17:49.733Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-31T08:17:49.734Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397869731,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-08-31T08:17:49.834Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-31T08:17:49.835Z||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.
2021-08-31T08:17:49.835Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ...
2021-08-31T08:17:49.851Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:17:49.851Z||pool-31-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-08-31T08:17:50.735Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-31T08:17:50.735Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.env
2021-08-31T08:17:50.735Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-31T08:17:50.736Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-31T08:17:50.738Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-31T08:17:50.739Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397870735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-08-31T08:17:50.838Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-31T08:17:50.839Z||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.
2021-08-31T08:17:50.839Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ...
2021-08-31T08:17:50.851Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:17:50.852Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-31T08:17:51.739Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar ASDC sendASDCNotification
2021-08-31T08:17:51.740Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar
2021-08-31T08:17:51.740Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-31T08:17:51.740Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-31T08:17:51.742Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-31T08:17:51.742Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397871739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-31T08:17:51.842Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-31T08:17:51.843Z||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.
2021-08-31T08:17:51.843Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ...
2021-08-31T08:17:51.860Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:17:51.861Z||pool-33-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-08-31T08:17:52.743Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 84588334-a47d-4f3a-8c9a-7e7ff9104521
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=?
2021-08-31T08:17:52.756Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 84588334-a47d-4f3a-8c9a-7e7ff9104521
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=?
2021-08-31T08:17:52.760Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-31T08:17:52.760Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-31T08:17:52.761Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-31T08:17:52.761Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-31T08:17:52.761Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-31T08:17:52.761Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-31T08:17:52.761Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-31T08:17:52.761Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-31T08:17:52.762Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-31T08:17:52.762Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-31T08:17:52.762Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||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=?
2021-08-31T08:17:52.771Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-31T08:18:22.772Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 84588334-a47d-4f3a-8c9a-7e7ff9104521 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=?
2021-08-31T08:18:22.781Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 84588334-a47d-4f3a-8c9a-7e7ff9104521 and serviceModelVersionId: 3d73c340-71d1-48d9-87b9-fcf6db961c04
2021-08-31T08:18:22.781Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 277d232f-4940-4ad5-b384-2b8ab4a060ba
2021-08-31T08:18:22.783Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/277d232f-4940-4ad5-b384-2b8ab4a060ba/model-vers/model-ver/3d73c340-71d1-48d9-87b9-fcf6db961c04?depth=0
2021-08-31T08:18:22.789Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-08-31T08:18:22.859Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/277d232f-4940-4ad5-b384-2b8ab4a060ba/model-vers/model-ver/3d73c340-71d1-48d9-87b9-fcf6db961c04?depth=0|INFO|500||Invoke
2021-08-31T08:18:22.860Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/277d232f-4940-4ad5-b384-2b8ab4a060ba/model-vers/model-ver/3d73c340-71d1-48d9-87b9-fcf6db961c04?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/277d232f-4940-4ad5-b384-2b8ab4a060ba/model-vers/model-ver/3d73c340-71d1-48d9-87b9-fcf6db961c04?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[84588334-a47d-4f3a-8c9a-7e7ff9104521], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b30992c0-0f35-4633-a529-a7c1bdaf9ebb], X-ECOMP-RequestID=[84588334-a47d-4f3a-8c9a-7e7ff9104521], X-TransactionId=[], X-ONAP-RequestID=[84588334-a47d-4f3a-8c9a-7e7ff9104521], Content-Type=[application/merge-patch+json]}
2021-08-31T08:18:22.895Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/277d232f-4940-4ad5-b384-2b8ab4a060ba/model-vers/model-ver/3d73c340-71d1-48d9-87b9-fcf6db961c04?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-08-31T08:18:23.536Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/277d232f-4940-4ad5-b384-2b8ab4a060ba/model-vers/model-ver/3d73c340-71d1-48d9-87b9-fcf6db961c04?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/277d232f-4940-4ad5-b384-2b8ab4a060ba/model-vers/model-ver/3d73c340-71d1-48d9-87b9-fcf6db961c04?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210831-08:18:22:899-55915], vertex-id=[208904], Content-Length=[0], Date=[Tue, 31 Aug 2021 08:18:22 GMT], Content-Type=[application/json]}
2021-08-31T08:18:23.536Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/277d232f-4940-4ad5-b384-2b8ab4a060ba/model-vers/model-ver/3d73c340-71d1-48d9-87b9-fcf6db961c04?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-08-31T08:18:23.537Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/277d232f-4940-4ad5-b384-2b8ab4a060ba/model-vers/model-ver/3d73c340-71d1-48d9-87b9-fcf6db961c04?depth=0|INFO|500||InvokeReturn
2021-08-31T08:18:23.538Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-31T08:18:23.539Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-31T08:18:23.547Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||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)
2021-08-31T08:18:23.547Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 84588334-a47d-4f3a-8c9a-7e7ff9104521 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-31T08:18:23.548Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-31T08:18:23.548Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-31T08:18:23.550Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-31T08:18:23.550Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397903548,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-31T08:18:23.650Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-31T08:18:23.651Z||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.
2021-08-31T08:18:23.651Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ...
2021-08-31T08:18:23.668Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:18:23.669Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-31T08:18:32.041Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:18:32.043Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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.
2021-08-31T08:18:32.043Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:18:32.043Z||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.
2021-08-31T08:18:32.043Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T08:18:32.043Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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 MINguq0EaWjV7IJB) ...
2021-08-31T08:18:32.175Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:18:32.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:18:32.176Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397852042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:18:32.177Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:18:41.647Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:19:32.041Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:19:32.043Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:19:32.043Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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.
2021-08-31T08:19:32.043Z||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.
2021-08-31T08:19:32.044Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T08:19:32.044Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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 MINguq0EaWjV7IJB) ...
2021-08-31T08:19:32.589Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:19:32.591Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:19:32.591Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397852042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/basic_onboard_ztjpcl0_modules.json",
"status": "NOTIFIED"
}
2021-08-31T08:19:32.593Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:19:32.593Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:19:32.593Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397852042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-31T08:19:32.593Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:19:32.594Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:19:32.594Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397852042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:19:32.594Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:19:32.594Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:19:32.595Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397852042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-08-31T08:19:32.595Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:19:32.595Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:19:32.595Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397852042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:19:32.595Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:19:32.595Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:19:32.596Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397852042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar",
"status": "NOTIFIED"
}
2021-08-31T08:19:32.596Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:19:32.596Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:19:32.596Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397860051,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-31T08:19:32.597Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-31T08:19:32.597Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:19:32.597Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397864420,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/basic_onboard_ztjpcl0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-31T08:19:32.597Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-31T08:19:32.597Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:19:32.598Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397865822,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-31T08:19:32.598Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-31T08:19:32.598Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:19:32.598Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397867590,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-08-31T08:19:32.599Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-31T08:19:32.599Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:19:32.599Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397868727,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/basic_onboard_ztjpcl0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-31T08:19:32.599Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-31T08:19:32.599Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:19:32.599Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397869731,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-08-31T08:19:32.600Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-31T08:19:32.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:19:32.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397870735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/resourceInstances/basic_onboard_ztjpcl0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-08-31T08:19:32.600Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-31T08:19:32.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:19:32.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397871739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZtjpcl/1.0/artifacts/service-BasicOnboardZtjpcl-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-31T08:19:32.600Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-31T08:19:32.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:19:32.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84588334-a47d-4f3a-8c9a-7e7ff9104521",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630397903548,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-31T08:19:32.601Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-31T08:19:41.651Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:20:32.042Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:20:32.044Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:20:32.045Z||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.
2021-08-31T08:20:32.045Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T08:20:32.045Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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.
2021-08-31T08:20:32.046Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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 MINguq0EaWjV7IJB) ...
2021-08-31T08:20:41.636Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:20:41.636Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:21:32.041Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:21:32.043Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:21:32.044Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T08:21:32.044Z||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.
2021-08-31T08:21:32.044Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MINguq0EaWjV7IJB) ...
2021-08-31T08:21:32.044Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T08:21:41.623Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:21:41.623Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:22:32.042Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:22:32.043Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:22:32.045Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T08:22:32.045Z||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.
2021-08-31T08:22:32.045Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MINguq0EaWjV7IJB) ...
2021-08-31T08:22:32.045Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T08:22:41.626Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:22:41.668Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:23:32.042Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:23:32.044Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:23:32.046Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T08:23:32.046Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MINguq0EaWjV7IJB) ...
2021-08-31T08:23:32.046Z||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.
2021-08-31T08:23:32.046Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T08:23:41.624Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:23:41.625Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:24:32.042Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:24:32.043Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:24:32.047Z||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.
2021-08-31T08:24:32.047Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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.
2021-08-31T08:24:32.047Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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 MINguq0EaWjV7IJB) ...
2021-08-31T08:24:32.047Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T08:24:41.619Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:24:41.633Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:25:32.041Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:25:32.043Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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.
2021-08-31T08:25:32.043Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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 MINguq0EaWjV7IJB) ...
2021-08-31T08:25:32.043Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:25:32.044Z||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.
2021-08-31T08:25:32.044Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T08:25:41.642Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:25:41.644Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:26:32.041Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:26:32.043Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:26:32.045Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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.
2021-08-31T08:26:32.045Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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 MINguq0EaWjV7IJB) ...
2021-08-31T08:26:32.045Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|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.
2021-08-31T08:26:32.045Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|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 MINguq0EaWjV7IJB) ...
2021-08-31T08:26:41.605Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:26:41.618Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:27:32.042Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:27:32.043Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:27:32.045Z||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.
2021-08-31T08:27:32.045Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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.
2021-08-31T08:27:32.046Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T08:27:32.046Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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 MINguq0EaWjV7IJB) ...
2021-08-31T08:27:41.623Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:27:41.627Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:28:32.042Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:28:32.043Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:28:32.044Z||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.
2021-08-31T08:28:32.045Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T08:28:32.046Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T08:28:32.046Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MINguq0EaWjV7IJB) ...
2021-08-31T08:28:41.652Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:28:41.682Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:29:32.041Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:29:32.044Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:29:32.044Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T08:29:32.044Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MINguq0EaWjV7IJB) ...
2021-08-31T08:29:32.044Z||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.
2021-08-31T08:29:32.045Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T08:29:41.631Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:29:41.631Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:30:32.042Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:30:32.044Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:30:32.046Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T08:30:32.046Z||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.
2021-08-31T08:30:32.047Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MINguq0EaWjV7IJB) ...
2021-08-31T08:30:32.047Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T08:30:41.620Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:30:41.626Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:31:32.042Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:31:32.043Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:31:32.046Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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.
2021-08-31T08:31:32.046Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T08:31:32.046Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MINguq0EaWjV7IJB) ...
2021-08-31T08:31:32.046Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|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 MINguq0EaWjV7IJB) ...
2021-08-31T08:31:41.624Z|84588334-a47d-4f3a-8c9a-7e7ff9104521|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:31:41.624Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:32:32.041Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:32:32.042Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-31T08:32:32.042Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MINguq0EaWjV7IJB) ...
2021-08-31T08:32:32.043Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:32:32.044Z||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.
2021-08-31T08:32:32.044Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T08:32:41.630Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:32:41.630Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:33:32.041Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:33:32.043Z||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.
2021-08-31T08:33:32.043Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:33:32.043Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T08:33:32.044Z||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.
2021-08-31T08:33:32.044Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T08:33:41.638Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:33:41.641Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:34:32.042Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:34:32.043Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:34:32.044Z||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.
2021-08-31T08:34:32.044Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|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.
2021-08-31T08:34:32.044Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T08:34:32.044Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|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 MINguq0EaWjV7IJB) ...
2021-08-31T08:34:32.681Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:34:32.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-31T08:34:32.682Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2091cafd-2810-4203-98cc-ae21bfa8ba84","serviceDescription":"service","serviceInvariantUUID":"31f36ece-e738-4a2b-9e40-2108177c9d09","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"f9156642-a1be-41aa-a334-e0be5a5bfa6a","resourceInvariantUUID":"77e9b719-0a2a-47e9-94c7-4c343f848d96","resourceCustomizationUUID":"997885cd-d502-4863-a013-036ae7382f02","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"ZDFhNWEzNWM3NDE5ZjExYTRkNWFkZDcyNTM3NDFkMzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d6c25981-782e-4bf7-9c15-97c71c306dfd","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NjI1OWIxZGIxYjM2YjcxNzA4NjQxM2FmNmNmZTU3OTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"02ce4a2a-18b3-40b4-8ac2-29d776e75f82","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-31T08:34:32.691Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:34:32.692Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-31T08:34:32.692Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-31T08:34:32.693Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-31T08:34:32.693Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89",
"consumerID": "cds",
"timestamp": 1630398843567,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:34:32.694Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-31T08:34:32.694Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-31T08:34:32.694Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630398846954,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:34:32.695Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-31T08:34:32.695Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-31T08:34:32.695Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89",
"consumerID": "clamp",
"timestamp": 1630398844140,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:34:32.695Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-31T08:34:32.695Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-31T08:34:32.696Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89",
"consumerID": "aai-ml",
"timestamp": 1630398847755,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:34:32.696Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-31T08:34:32.696Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-31T08:34:32.696Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89",
"consumerID": "ves-openapi-manager",
"timestamp": 1630398844136,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:34:32.696Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-31T08:34:32.696Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-31T08:34:32.697Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89",
"consumerID": "dcae-sch",
"timestamp": 1630398847446,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:34:32.697Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-31T08:34:32.697Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-31T08:34:32.697Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89",
"consumerID": "aai-ml",
"timestamp": 1630398847755,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-31T08:34:32.697Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-31T08:34:32.698Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-31T08:34:32.698Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89",
"consumerID": "ves-openapi-manager",
"timestamp": 1630398844136,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:34:32.698Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-31T08:34:32.698Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-31T08:34:32.698Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89",
"consumerID": "cds",
"timestamp": 1630398843567,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-31T08:34:32.699Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-31T08:34:32.699Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-31T08:34:32.699Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89",
"consumerID": "clamp",
"timestamp": 1630398844140,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-31T08:34:32.699Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-31T08:34:32.699Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-31T08:34:32.699Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630398846954,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-31T08:34:32.700Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-31T08:34:32.700Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-31T08:34:32.700Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89",
"consumerID": "dcae-sch",
"timestamp": 1630398847446,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:34:32.700Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-31T08:34:32.700Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-31T08:34:32.701Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89",
"consumerID": "policy-id",
"timestamp": 1630398853129,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:34:32.701Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-31T08:34:32.701Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-31T08:34:32.701Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89",
"consumerID": "policy-id",
"timestamp": 1630398853129,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-31T08:34:32.701Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-31T08:34:32.701Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-31T08:34:32.701Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89",
"consumerID": "aai-ml",
"timestamp": 1630398855778,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-31T08:34:32.701Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-31T08:34:32.702Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-31T08:34:32.702Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89",
"consumerID": "cds",
"timestamp": 1630398856638,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-31T08:34:32.702Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-31T08:34:32.702Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-31T08:34:32.702Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89",
"consumerID": "policy-id",
"timestamp": 1630398857579,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-31T08:34:32.702Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-31T08:34:32.702Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-31T08:34:32.702Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89",
"consumerID": "cds",
"timestamp": 1630398857645,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-31T08:34:32.714Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-31T08:34:32.714Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630398872041,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-31T08:34:32.730Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89
2021-08-31T08:34:32.730Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89 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 (?, ?, ?, ?, ?)
2021-08-31T08:34:32.739Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-31T08:34:32.739Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89",
"consumerID": "policy-id",
"timestamp": 1630398858584,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-31T08:34:32.739Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-31T08:34:32.739Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-31T08:34:32.739Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89",
"consumerID": "aai-ml",
"timestamp": 1630398858813,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-31T08:34:32.740Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-31T08:34:32.740Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-31T08:34:32.740Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89",
"consumerID": "clamp",
"timestamp": 1630398859003,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-31T08:34:32.740Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-31T08:34:32.740Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-31T08:34:32.740Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89",
"consumerID": "policy-id",
"timestamp": 1630398859587,
"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=?
2021-08-31T08:34:32.745Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89
2021-08-31T08:34:32.745Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89 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 (?, ?, ?, ?, ?)
2021-08-31T08:34:32.755Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-31T08:34:32.755Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89",
"consumerID": "aai-ml",
"timestamp": 1630398859817,
"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=?
2021-08-31T08:34:32.759Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89
2021-08-31T08:34:32.759Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89 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 (?, ?, ?, ?, ?)
2021-08-31T08:34:32.767Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-31T08:34:32.767Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630398859495,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:34:32.767Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-31T08:34:32.768Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-31T08:34:32.768Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89",
"consumerID": "clamp",
"timestamp": 1630398861013,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-31T08:34:32.768Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-31T08:34:32.768Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-31T08:34:32.768Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630398859495,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-31T08:34:32.769Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-31T08:34:32.769Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-31T08:34:32.769Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89",
"consumerID": "clamp",
"timestamp": 1630398862017,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-31T08:34:32.773Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89
2021-08-31T08:34:32.773Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-31T08:34:32.781Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-31T08:34:32.781Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630398863616,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-31T08:34:32.783Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-31T08:34:32.783Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-31T08:34:32.783Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630398865379,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-31T08:34:32.783Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-31T08:34:32.784Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-31T08:34:32.784Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630398866386,
"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=?
2021-08-31T08:34:32.790Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89
2021-08-31T08:34:32.790Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89 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 (?, ?, ?, ?, ?)
2021-08-31T08:34:32.814Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-31T08:34:32.815Z||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.
2021-08-31T08:34:32.815Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ...
2021-08-31T08:34:32.831Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:34:32.832Z||pool-35-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-08-31T08:34:33.715Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-31T08:34:33.717Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-31T08:34:33.720Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-31T08:34:33.720Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630398872041,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-31T08:34:33.823Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-08-31T08:34:33.824Z||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.
2021-08-31T08:34:33.824Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ...
2021-08-31T08:34:33.836Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:34:33.836Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-31T08:34:34.725Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "2091cafd-2810-4203-98cc-ae21bfa8ba84",
"serviceDescription": "service",
"serviceInvariantUUID": "31f36ece-e738-4a2b-9e40-2108177c9d09",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "997885cd-d502-4863-a013-036ae7382f02",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "f9156642-a1be-41aa-a334-e0be5a5bfa6a",
"resourceInvariantUUID": "77e9b719-0a2a-47e9-94c7-4c343f848d96",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "NjI1OWIxZGIxYjM2YjcxNzA4NjQxM2FmNmNmZTU3OTE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "02ce4a2a-18b3-40b4-8ac2-29d776e75f82"
}
],
"workloadContext": "Production"
}
2021-08-31T08:34:34.725Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-31T08:34:34.725Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2091cafd-2810-4203-98cc-ae21bfa8ba84 ASDC
2021-08-31T08:34:34.727Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:2091cafd-2810-4203-98cc-ae21bfa8ba84
ServiceInvariantUUID:31f36ece-e738-4a2b-9e40-2108177c9d09
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:02ce4a2a-18b3-40b4-8ac2-29d776e75f82
ArtifactChecksum:NjI1OWIxZGIxYjM2YjcxNzA4NjQxM2FmNmNmZTU3OTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:997885cd-d502-4863-a013-036ae7382f02
ResourceInvariantUUID:77e9b719-0a2a-47e9-94c7-4c343f848d96
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:f9156642-a1be-41aa-a334-e0be5a5bfa6a
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-08-31T08:34:34.727Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2091cafd-2810-4203-98cc-ae21bfa8ba84 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=?
2021-08-31T08:34:34.757Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-31T08:34:34.758Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-08-31T08:34:34.758Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-08-31T08:34:34.758Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 02ce4a2a-18b3-40b4-8ac2-29d776e75f82 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-31T08:34:34.759Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-08-31T08:34:34.759Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-31T08:34:37.381Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-08-31T08:34:37.383Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 02ce4a2a-18b3-40b4-8ac2-29d776e75f82 52174
2021-08-31T08:34:37.384Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-08-31T08:34:37.384Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-31T08:34:37.384Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-31T08:34:37.384Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-31T08:34:37.386Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-31T08:34:37.386Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630398877384,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-31T08:34:37.486Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-31T08:34:37.488Z||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.
2021-08-31T08:34:37.488Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ...
2021-08-31T08:34:37.502Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:34:37.503Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-08-31T08:34:38.387Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-31T08:34:38.392Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-08-31T08:34:38.392Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 02ce4a2a-18b3-40b4-8ac2-29d776e75f82, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-31T08:34:38.393Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-08-31T08:34:38.393Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-31T08:34:38.393Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-31T08:34:38.632Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3777842495611453200/Definitions/service-BasicNetwork-template.yml
2021-08-31T08:34:39.113Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-31T08:34:39.114Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-08-31T08:34:39.114Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-31T08:34:39.115Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-08-31T08:34:39.115Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-31T08:34:39.115Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-31T08:34:39.115Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-31T08:34:39.115Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-31T08:34:39.115Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-31T08:34:39.116Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-31T08:34:39.116Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-31T08:34:39.116Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-31T08:34:39.116Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-08-31T08:34:39.117Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:34:39.117Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-31T08:34:39.117Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-08-31T08:34:39.117Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-08-31T08:34:39.118Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-31T08:34:39.118Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:34:39.118Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-31T08:34:39.118Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-08-31T08:34:39.118Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-08-31T08:34:39.119Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-31T08:34:39.119Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:34:39.119Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-31T08:34:39.119Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:34:39.119Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-31T08:34:39.120Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:34:39.120Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-31T08:34:39.120Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:34:39.121Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-31T08:34:39.121Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:34:39.121Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-31T08:34:39.121Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:2091cafd-2810-4203-98cc-ae21bfa8ba84
Model Version:NULL
Model InvariantUuid:31f36ece-e738-4a2b-9e40-2108177c9d09
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:77e9b719-0a2a-47e9-94c7-4c343f848d96
Model UUID:0f86d27b-9bde-41c8-ba22-1729372a87e0
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:997885cd-d502-4863-a013-036ae7382f02
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-31T08:34:39.129Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: f9156642-a1be-41aa-a334-e0be5a5bfa6a
2021-08-31T08:34:39.129Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||No resources found for Service: 2091cafd-2810-4203-98cc-ae21bfa8ba84
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-31T08:34:39.135Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||
2021-08-31T08:34:39.135Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-08-31T08:34:39.136Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 2091cafd-2810-4203-98cc-ae21bfa8ba84
2021-08-31T08:34:39.137Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 2091cafd-2810-4203-98cc-ae21bfa8ba84
2021-08-31T08:34:39.137Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-08-31T08:34:39.137Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-31T08:34:39.142Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:34:39.143Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-31T08:34:39.143Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:34:39.143Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-31T08:34:39.144Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 2091cafd-2810-4203-98cc-ae21bfa8ba84: Generic NeutronNet
2021-08-31T08:34:39.144Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:34:39.144Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-31T08:34:39.144Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:34:39.144Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-08-31T08:34:39.183Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:34:39.183Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-31T08:34:39.183Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:34:39.184Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-31T08:34:39.184Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:34:39.184Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-31T08:34:39.184Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-08-31T08:34:39.237Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-08-31T08:34:39.237Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-08-31T08:34:39.237Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-31T08:34:39.237Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-31T08:34:39.238Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-31T08:34:39.239Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-31T08:34:39.240Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630398879237,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-31T08:34:39.340Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-31T08:34:39.341Z||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.
2021-08-31T08:34:39.341Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ...
2021-08-31T08:34:39.374Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:34:39.375Z||pool-38-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2021-08-31T08:34:40.240Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89
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=?
2021-08-31T08:34:40.249Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89
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=?
2021-08-31T08:34:40.252Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-31T08:34:40.252Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-31T08:34:40.252Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-31T08:34:40.252Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-31T08:34:40.252Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-31T08:34:40.252Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-31T08:34:40.252Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-31T08:34:40.253Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-31T08:34:40.253Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-31T08:34:40.253Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-31T08:34:40.253Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-31T08:34:40.257Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-31T08:35:10.262Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89 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=?
2021-08-31T08:35:10.280Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89 and serviceModelVersionId: 2091cafd-2810-4203-98cc-ae21bfa8ba84
2021-08-31T08:35:10.280Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 31f36ece-e738-4a2b-9e40-2108177c9d09
2021-08-31T08:35:10.282Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/31f36ece-e738-4a2b-9e40-2108177c9d09/model-vers/model-ver/2091cafd-2810-4203-98cc-ae21bfa8ba84?depth=0
2021-08-31T08:35:10.292Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-08-31T08:35:10.360Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/31f36ece-e738-4a2b-9e40-2108177c9d09/model-vers/model-ver/2091cafd-2810-4203-98cc-ae21bfa8ba84?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]}
2021-08-31T08:35:10.366Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/31f36ece-e738-4a2b-9e40-2108177c9d09/model-vers/model-ver/2091cafd-2810-4203-98cc-ae21bfa8ba84?depth=0|INFO|500||Invoke
2021-08-31T08:35:10.394Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/31f36ece-e738-4a2b-9e40-2108177c9d09/model-vers/model-ver/2091cafd-2810-4203-98cc-ae21bfa8ba84?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-08-31T08:35:10.690Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/31f36ece-e738-4a2b-9e40-2108177c9d09/model-vers/model-ver/2091cafd-2810-4203-98cc-ae21bfa8ba84?depth=0|INFO|500||InvokeReturn
2021-08-31T08:35:10.698Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/31f36ece-e738-4a2b-9e40-2108177c9d09/model-vers/model-ver/2091cafd-2810-4203-98cc-ae21bfa8ba84?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210831-08:35:10:414-79444], vertex-id=[200936], Content-Length=[0], Date=[Tue, 31 Aug 2021 08:35:10 GMT], Content-Type=[application/json]}
2021-08-31T08:35:10.703Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-08-31T08:35:10.703Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-31T08:35:10.703Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-31T08:35:10.711Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-08-31T08:35:10.711Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-31T08:35:10.712Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-31T08:35:10.713Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-31T08:35:10.716Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-31T08:35:10.716Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630398910712,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-31T08:35:10.816Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-31T08:35:10.818Z||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.
2021-08-31T08:35:10.818Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ...
2021-08-31T08:35:10.839Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:35:10.840Z||pool-39-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-31T08:35:32.042Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:35:32.044Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:35:32.044Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|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.
2021-08-31T08:35:32.044Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|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.
2021-08-31T08:35:32.044Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|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 MINguq0EaWjV7IJB) ...
2021-08-31T08:35:32.044Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|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 MINguq0EaWjV7IJB) ...
2021-08-31T08:35:32.180Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:35:32.181Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-31T08:35:32.181Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630398872041,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:35:32.183Z|ae82c0e1-76ba-4077-8ba1-a12571d14462|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-31T08:35:41.621Z|4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:36:32.044Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:36:32.044Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-31T08:36:32.049Z||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.
2021-08-31T08:36:32.050Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T08:36:32.049Z||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.
2021-08-31T08:36:32.050Z||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 MINguq0EaWjV7IJB) ...
2021-08-31T08:36:32.100Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:36:32.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:36:32.101Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630398872041,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-31T08:36:32.104Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-31T08:36:32.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:36:32.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630398877384,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-31T08:36:32.104Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-31T08:36:32.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:36:32.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630398879237,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-31T08:36:32.105Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-31T08:36:32.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-31T08:36:32.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f5f84b4-e9c8-4eed-a1e5-fd0477eafe89",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630398910712,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-31T08:36:32.105Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-31T08:36:32.693Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:36:32.694Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-31T08:36:32.694Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"97465385-f198-444e-ba62-0e81502ec24f","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"f5fb6145-7458-48e1-b59a-7bdee7b86b0b","serviceDescription":"service","serviceInvariantUUID":"d90e6660-522e-4481-bea8-05a1c38da92a","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4c505000-d38d-492c-93a1-70418087fb40","resourceInvariantUUID":"68c5a1ce-e547-469c-a21c-32b9e83acf9a","resourceCustomizationUUID":"db8e9d66-6f7e-4b7f-9d6e-fb63cea5d143","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"NzY1ZjY1NDA2ODc3MTU0ZDc2MWE4Mzc5ZWUzMWQ5ZmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e35c7986-4f21-4e35-bcde-75eae53ddbea","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"MzRkMGM2MzY1NTg1MDdlNDZmNjgzODllNTIzMDhkMmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4804b030-a5eb-45b2-a114-d3cc3245d886","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d9f64e63-7421-478f-bd5e-06f8c42f8aae","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ec989e51-aefc-4f30-89d3-7d0a9045a5fb","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c960d981-9529-41b3-937f-de098d58402a","artifactVersion":"2","generatedFromUUID":"d9f64e63-7421-478f-bd5e-06f8c42f8aae"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YjY3OWZhZGZhMWE4NWEyYTA4NTFjM2Y1YzE1Yjk4YzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d616bca6-694a-4ae3-a0fd-3326b9a9e3c5","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjFjNDUzZDhiYjg5Y2UyMTEzNTEzYzY3MmM1MThkNTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b8f0aeab-adb3-4def-ac9c-13fb8bc36719","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-31T08:36:32.698Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-31T08:36:32.698Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-31T08:36:32.705Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-31T08:36:32.705Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "97465385-f198-444e-ba62-0e81502ec24f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630398992043,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:36:32.804Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-31T08:36:32.806Z||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.
2021-08-31T08:36:32.806Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ...
2021-08-31T08:36:32.818Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:36:32.819Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-08-31T08:36:33.706Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-31T08:36:33.707Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-31T08:36:33.709Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-31T08:36:33.709Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "97465385-f198-444e-ba62-0e81502ec24f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630398992043,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-08-31T08:36:33.809Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-31T08:36:33.810Z||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.
2021-08-31T08:36:33.810Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ...
2021-08-31T08:36:33.834Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:36:33.835Z||pool-41-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2021-08-31T08:36:34.710Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-31T08:36:34.711Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-31T08:36:34.713Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-31T08:36:34.713Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "97465385-f198-444e-ba62-0e81502ec24f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630398992043,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-08-31T08:36:34.813Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2021-08-31T08:36:34.814Z||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.
2021-08-31T08:36:34.815Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ...
2021-08-31T08:36:34.829Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:36:34.830Z||pool-42-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-08-31T08:36:35.718Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-31T08:36:35.719Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-31T08:36:35.721Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-31T08:36:35.722Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "97465385-f198-444e-ba62-0e81502ec24f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630398992043,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:36:35.822Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-31T08:36:35.825Z||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.
2021-08-31T08:36:35.825Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ...
2021-08-31T08:36:35.846Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:36:35.847Z||pool-43-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2021-08-31T08:36:36.722Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-31T08:36:36.723Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-31T08:36:36.725Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-31T08:36:36.726Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "97465385-f198-444e-ba62-0e81502ec24f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630398992043,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-08-31T08:36:36.826Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-31T08:36:36.827Z||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.
2021-08-31T08:36:36.827Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ...
2021-08-31T08:36:36.842Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:36:36.843Z||pool-44-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-08-31T08:36:37.726Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-31T08:36:37.727Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-31T08:36:37.730Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-31T08:36:37.730Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "97465385-f198-444e-ba62-0e81502ec24f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630398992043,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-31T08:36:37.830Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-31T08:36:37.831Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-31T08:36:37.831Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ...
2021-08-31T08:36:37.842Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:36:37.843Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-31T08:36:38.731Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-31T08:36:38.732Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-31T08:36:38.734Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-31T08:36:38.734Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "97465385-f198-444e-ba62-0e81502ec24f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630398992043,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-08-31T08:36:38.834Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-31T08:36:38.835Z||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.
2021-08-31T08:36:38.835Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ...
2021-08-31T08:36:38.847Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:36:38.848Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-31T08:36:39.735Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "97465385-f198-444e-ba62-0e81502ec24f",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "f5fb6145-7458-48e1-b59a-7bdee7b86b0b",
"serviceDescription": "service",
"serviceInvariantUUID": "d90e6660-522e-4481-bea8-05a1c38da92a",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "db8e9d66-6f7e-4b7f-9d6e-fb63cea5d143",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "4c505000-d38d-492c-93a1-70418087fb40",
"resourceInvariantUUID": "68c5a1ce-e547-469c-a21c-32b9e83acf9a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "MzRkMGM2MzY1NTg1MDdlNDZmNjgzODllNTIzMDhkMmM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4804b030-a5eb-45b2-a114-d3cc3245d886",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "d9f64e63-7421-478f-bd5e-06f8c42f8aae",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c960d981-9529-41b3-937f-de098d58402a",
"generatedFromUUID": "d9f64e63-7421-478f-bd5e-06f8c42f8aae"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c960d981-9529-41b3-937f-de098d58402a",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "NjFjNDUzZDhiYjg5Y2UyMTEzNTEzYzY3MmM1MThkNTA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b8f0aeab-adb3-4def-ac9c-13fb8bc36719"
}
],
"workloadContext": "Production"
}
2021-08-31T08:36:39.736Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-31T08:36:39.737Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f5fb6145-7458-48e1-b59a-7bdee7b86b0b ASDC
2021-08-31T08:36:39.738Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:97465385-f198-444e-ba62-0e81502ec24f
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:f5fb6145-7458-48e1-b59a-7bdee7b86b0b
ServiceInvariantUUID:d90e6660-522e-4481-bea8-05a1c38da92a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:b8f0aeab-adb3-4def-ac9c-13fb8bc36719
ArtifactChecksum:NjFjNDUzZDhiYjg5Y2UyMTEzNTEzYzY3MmM1MThkNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:db8e9d66-6f7e-4b7f-9d6e-fb63cea5d143
ResourceInvariantUUID:68c5a1ce-e547-469c-a21c-32b9e83acf9a
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:4c505000-d38d-492c-93a1-70418087fb40
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:4804b030-a5eb-45b2-a114-d3cc3245d886
ArtifactChecksum:MzRkMGM2MzY1NTg1MDdlNDZmNjgzODllNTIzMDhkMmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:d9f64e63-7421-478f-bd5e-06f8c42f8aae
ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:c960d981-9529-41b3-937f-de098d58402a
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:c960d981-9529-41b3-937f-de098d58402a
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-08-31T08:36:39.739Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f5fb6145-7458-48e1-b59a-7bdee7b86b0b 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 (?, ?, ?, ?, ?)
2021-08-31T08:36:39.793Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-31T08:36:39.794Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-31T08:36:39.795Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-31T08:36:39.795Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b8f0aeab-adb3-4def-ac9c-13fb8bc36719 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-31T08:36:39.795Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-08-31T08:36:39.795Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-31T08:36:40.068Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-08-31T08:36:40.072Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar b8f0aeab-adb3-4def-ac9c-13fb8bc36719 70838
2021-08-31T08:36:40.072Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-08-31T08:36:40.072Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-31T08:36:40.072Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-31T08:36:40.072Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-31T08:36:40.074Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-31T08:36:40.074Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "97465385-f198-444e-ba62-0e81502ec24f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630399000072,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-31T08:36:40.174Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-31T08:36:40.175Z||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.
2021-08-31T08:36:40.175Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MINguq0EaWjV7IJB) ...
2021-08-31T08:36:40.190Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-31T08:36:40.191Z||pool-47-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-08-31T08:36:41.075Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-31T08:36:41.076Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-31T08:36:41.076Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: b8f0aeab-adb3-4def-ac9c-13fb8bc36719, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-08-31T08:36:41.077Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-08-31T08:36:41.077Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-08-31T08:36:41.077Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-08-31T08:36:41.507Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4930954405391733009/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided
2021-08-31T08:36:42.707Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-31T08:36:42.709Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-08-31T08:36:42.709Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-31T08:36:42.709Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-08-31T08:36:42.709Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-31T08:36:42.709Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-31T08:36:42.709Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-31T08:36:42.710Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-31T08:36:42.710Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-31T08:36:42.710Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-31T08:36:42.710Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-31T08:36:42.710Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-31T08:36:42.710Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-31T08:36:42.710Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-08-31T08:36:42.711Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:36:42.711Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-31T08:36:42.711Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-31T08:36:42.711Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-08-31T08:36:42.711Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-31T08:36:42.712Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:36:42.712Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-31T08:36:42.712Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-31T08:36:42.712Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-08-31T08:36:42.712Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-31T08:36:42.712Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:36:42.713Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-31T08:36:42.713Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:36:42.713Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-08-31T08:36:42.713Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-31T08:36:42.713Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-08-31T08:36:42.713Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-08-31T08:36:42.714Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-08-31T08:36:42.714Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-31T08:36:42.714Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:36:42.714Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-31T08:36:42.714Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:36:42.714Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-31T08:36:42.714Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-31T08:36:42.715Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:36:42.715Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-31T08:36:42.715Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-31T08:36:42.715Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-31T08:36:42.715Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-31T08:36:42.715Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-31T08:36:42.716Z|97465385-f198-444e-ba62-0e81502ec24f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery