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-09-27T06:57:28.662Z||main|||||INFO|500||The following profiles are active: basic
2021-09-27T06:57:46.548Z||main|||||INFO|500||Starting service [Tomcat]
2021-09-27T06:57:46.549Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-09-27T06:57:46.739Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-09-27T06:57:53.317Z||main|||||INFO|500||catdb-pool - Starting...
2021-09-27T06:57:54.018Z||main|||||INFO|500||catdb-pool - Start completed.
2021-09-27T06:57:54.671Z||main|||||INFO|500||reqdb-pool - Starting...
2021-09-27T06:57:54.678Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-09-27T06:57:54.977Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-09-27T06:57:55.465Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-09-27T06:57:56.537Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-09-27T06:58:02.245Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-27T06:58:05.175Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-27T06:58:05.247Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-09-27T06:58:06.155Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-27T06:58:06.357Z||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-09-27T06:58:08.221Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-27T06:58:09.731Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-09-27T06:58:09.754Z||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$$b734f26c.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-09-27T06:58:09.755Z||main|||||WARN|500||The sdc end point is not alive
2021-09-27T06:58:14.171Z||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-09-27T06:58:18.561Z||main|||||WARN|500||---
2021-09-27T06:58:18.562Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-09-27T06:58:18.563Z||main|||||WARN|500||---
2021-09-27T06:58:19.368Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-09-27T06:58:25.584Z||main|||||INFO|500||Started Application in 60.789 seconds (JVM running for 66.909)
2021-09-27T06:58:25.599Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-27T06:58:25.600Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-27T06:58:25.613Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-27T06:58:25.639Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-27T06:58:25.683Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ee807211-49ef-4d3c-a839-f32ef671d357 url= /sdc/v1/artifactTypes
2021-09-27T06:58:25.683Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-27T06:58:25.971Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-27T06:58:25.990Z||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-09-27T06:58:26.014Z||scheduling-1|||||DEBUG|500||create keys
2021-09-27T06:58:26.022Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-27T06:58:26.069Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T06:58:26.092Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1444cc39-c3ef-4ad4-87f7-be0647e22715 url= /sdc/v1/registerForDistribution
2021-09-27T06:58:26.269Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 1444cc39-c3ef-4ad4-87f7-be0647e22715 url= /sdc/v1/registerForDistribution
2021-09-27T06:58:26.270Z||scheduling-1|||||INFO|500||start DistributionClient
2021-09-27T06:58:26.278Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T06:58:26.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T06:58:26.286Z||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-09-27T06:58:26.286Z||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-09-27T06:58:26.287Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T06:58:26.287Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T06:58:26.287Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-09-27T06:58:36.621Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T06:58:36.648Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T06:59:26.278Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T06:59:26.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T06:59:26.281Z||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-09-27T06:59:26.282Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T06:59:26.285Z||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-09-27T06:59:26.285Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T06:59:35.853Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T06:59:35.852Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:00:26.278Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:00:26.280Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:00:26.281Z||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-09-27T07:00:26.282Z||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-09-27T07:00:26.282Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:00:26.282Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:00:35.881Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:00:35.888Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:01:26.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:01:26.278Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:01:26.282Z||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-09-27T07:01:26.282Z||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-09-27T07:01:26.283Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:01:26.283Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:01:35.845Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:01:35.849Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:02:26.278Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:02:26.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:02:26.281Z||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-09-27T07:02:26.281Z||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-09-27T07:02:26.282Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:02:26.282Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:02:35.841Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:02:35.844Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:03:26.278Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:03:26.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:03:26.281Z||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-09-27T07:03:26.281Z||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-09-27T07:03:26.282Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:03:26.283Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:03:35.835Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:03:35.847Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:04:26.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:04:26.281Z||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-09-27T07:04:26.281Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:04:26.278Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:04:26.288Z||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-09-27T07:04:26.288Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:04:35.834Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:04:35.835Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:05:26.277Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:05:26.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:05:26.281Z||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-09-27T07:05:26.281Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:05:26.284Z||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-09-27T07:05:26.285Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:05:35.837Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:05:35.866Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:06:26.280Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:06:26.280Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:06:26.284Z||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-09-27T07:06:26.284Z||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-09-27T07:06:26.284Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:06:26.284Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:06:35.871Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:06:35.871Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:07:26.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:07:26.278Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:07:26.282Z||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-09-27T07:07:26.282Z||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-09-27T07:07:26.283Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:07:26.283Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:07:35.855Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:07:35.889Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:07:38.991Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-27T07:08:26.277Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:08:26.283Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:08:26.284Z||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-09-27T07:08:26.284Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:08:26.285Z||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-09-27T07:08:26.285Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:08:35.855Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:08:35.856Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:09:26.278Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:09:26.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:09:26.281Z||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-09-27T07:09:26.281Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:09:26.283Z||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-09-27T07:09:26.284Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:09:35.841Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:09:35.847Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:10:26.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:10:26.278Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:10:26.281Z||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-09-27T07:10:26.281Z||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-09-27T07:10:26.281Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:10:26.281Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:10:35.858Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:10:35.858Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:11:26.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:11:26.282Z||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-09-27T07:11:26.282Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:11:26.284Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:11:26.285Z||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-09-27T07:11:26.285Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:11:35.838Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:11:35.840Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:12:26.278Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:12:26.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:12:26.281Z||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-09-27T07:12:26.282Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:12:26.282Z||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-09-27T07:12:26.282Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:12:35.851Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:12:35.856Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:13:26.278Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:13:26.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:13:26.281Z||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-09-27T07:13:26.281Z||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-09-27T07:13:26.281Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:13:26.281Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:13:35.847Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:13:35.853Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:14:26.278Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:14:26.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:14:26.280Z||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-09-27T07:14:26.280Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:14:26.280Z||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-09-27T07:14:26.284Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:14:35.848Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:14:35.858Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:15:26.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:15:26.278Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:15:26.281Z||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-09-27T07:15:26.281Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:15:26.281Z||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-09-27T07:15:26.285Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:15:35.842Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:15:35.843Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:16:26.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:16:26.278Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:16:26.281Z||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-09-27T07:16:26.282Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:16:26.282Z||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-09-27T07:16:26.282Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:16:35.840Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:16:35.858Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:17:26.278Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:17:26.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:17:26.281Z||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-09-27T07:17:26.281Z||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-09-27T07:17:26.281Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:17:26.281Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:17:35.854Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:17:35.873Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:18:26.277Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:18:26.278Z||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-09-27T07:18:26.278Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:18:26.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:18:26.281Z||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-09-27T07:18:26.282Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:18:35.833Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:18:35.839Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:19:26.278Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:19:26.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:19:26.280Z||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-09-27T07:19:26.281Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:19:26.280Z||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-09-27T07:19:26.281Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:19:35.842Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:19:35.848Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:20:26.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:20:26.278Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:20:26.281Z||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-09-27T07:20:26.281Z||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-09-27T07:20:26.282Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:20:26.282Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:20:35.859Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:20:35.890Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:21:26.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:21:26.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:21:26.281Z||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-09-27T07:21:26.281Z||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-09-27T07:21:26.282Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:21:26.282Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:21:35.828Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:21:35.879Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:22:26.277Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:22:26.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:22:26.281Z||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-09-27T07:22:26.281Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:22:26.281Z||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-09-27T07:22:26.281Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:22:35.840Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:22:35.849Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:23:26.277Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:23:26.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:23:26.279Z||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-09-27T07:23:26.279Z||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-09-27T07:23:26.280Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:23:26.280Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:23:35.842Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:23:35.846Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:24:26.278Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:24:26.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:24:26.280Z||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-09-27T07:24:26.280Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:24:26.280Z||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-09-27T07:24:26.281Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:24:35.832Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:24:35.841Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:25:26.278Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:25:26.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:25:26.280Z||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-09-27T07:25:26.280Z||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-09-27T07:25:26.280Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:25:26.280Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:25:35.838Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:25:35.869Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:26:26.278Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:26:26.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:26:26.281Z||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-09-27T07:26:26.281Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:26:26.281Z||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-09-27T07:26:26.282Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:26:35.831Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:26:35.831Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:27:26.278Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:27:26.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:27:26.280Z||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-09-27T07:27:26.280Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:27:26.280Z||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-09-27T07:27:26.283Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:27:35.884Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:27:35.915Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:28:26.278Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:28:26.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:28:26.280Z||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-09-27T07:28:26.280Z||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-09-27T07:28:26.280Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:28:26.280Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:28:35.847Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:28:35.851Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:29:26.278Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:29:26.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:29:26.280Z||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-09-27T07:29:26.280Z||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-09-27T07:29:26.280Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:29:26.280Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:29:35.839Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:29:35.856Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:30:26.278Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:30:26.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:30:26.281Z||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-09-27T07:30:26.281Z||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-09-27T07:30:26.281Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:30:26.281Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:30:35.843Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:30:35.845Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:31:26.278Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:31:26.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:31:26.281Z||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-09-27T07:31:26.281Z||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-09-27T07:31:26.281Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:31:26.281Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:31:35.836Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:31:35.840Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:32:26.278Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:32:26.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:32:26.281Z||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-09-27T07:32:26.281Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:32:26.281Z||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-09-27T07:32:26.281Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:32:35.836Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:32:35.837Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:33:26.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:33:26.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:33:26.281Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T07:33:26.281Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ...
2021-09-27T07:33:26.281Z||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-09-27T07:33:26.281Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:33:35.843Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:33:35.846Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:34:26.278Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:34:26.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:34:26.281Z||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-09-27T07:34:26.281Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:34:26.281Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T07:34:26.282Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ...
2021-09-27T07:34:35.839Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:34:35.840Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:35:26.278Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:35:26.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:35:26.281Z||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-09-27T07:35:26.281Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T07:35:26.281Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:35:26.281Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ...
2021-09-27T07:35:35.837Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:35:35.839Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:36:26.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:36:26.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:36:26.279Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T07:36:26.279Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ...
2021-09-27T07:36:26.280Z||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-09-27T07:36:26.280Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:36:35.850Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:36:35.856Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:37:26.278Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:37:26.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:37:26.280Z||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-09-27T07:37:26.281Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:37:26.280Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T07:37:26.281Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ...
2021-09-27T07:37:35.829Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:37:35.838Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:38:26.278Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:38:26.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:38:26.281Z||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-09-27T07:38:26.281Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:38:26.281Z||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-09-27T07:38:26.281Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:38:35.840Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:38:35.845Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:39:26.277Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:39:26.284Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:39:26.287Z||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-09-27T07:39:26.287Z||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-09-27T07:39:26.287Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:39:26.287Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:39:35.833Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:39:35.834Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:40:26.278Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:40:26.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:40:26.280Z||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-09-27T07:40:26.280Z||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-09-27T07:40:26.281Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:40:26.280Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:40:35.834Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:40:35.835Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:41:26.277Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:41:26.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:41:26.280Z||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-09-27T07:41:26.280Z||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-09-27T07:41:26.280Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:41:26.280Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:41:35.842Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:41:35.843Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:42:26.278Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:42:26.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:42:26.280Z||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-09-27T07:42:26.280Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:42:26.280Z||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-09-27T07:42:26.281Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:42:35.836Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:42:35.836Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:43:26.278Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:43:26.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:43:26.280Z||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-09-27T07:43:26.280Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:43:26.280Z||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-09-27T07:43:26.282Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:43:35.840Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:43:35.850Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:44:26.278Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:44:26.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:44:26.280Z||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-09-27T07:44:26.280Z||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-09-27T07:44:26.280Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:44:26.281Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:44:35.838Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:44:35.840Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:45:26.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:45:26.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:45:26.282Z||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-09-27T07:45:26.282Z||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-09-27T07:45:26.282Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:45:26.282Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:45:35.858Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:45:35.858Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:46:26.278Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:46:26.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:46:26.280Z||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-09-27T07:46:26.280Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:46:26.280Z||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-09-27T07:46:26.280Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:46:35.837Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:46:35.837Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:47:26.278Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:47:26.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:47:26.280Z||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-09-27T07:47:26.280Z||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-09-27T07:47:26.280Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:47:26.280Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:47:35.836Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:47:35.836Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:48:26.277Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:48:26.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:48:26.280Z||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-09-27T07:48:26.280Z||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-09-27T07:48:26.280Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:48:26.280Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:48:35.832Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:48:35.832Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:49:26.277Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:49:26.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:49:26.279Z||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-09-27T07:49:26.279Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:49:26.280Z||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-09-27T07:49:26.280Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:49:35.849Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:49:35.849Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:50:26.278Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:50:26.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:50:26.280Z||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-09-27T07:50:26.280Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:50:26.280Z||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-09-27T07:50:26.281Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:50:35.841Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:50:35.850Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:51:26.277Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:51:26.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:51:26.280Z||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-09-27T07:51:26.280Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:51:26.286Z||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-09-27T07:51:26.286Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:51:35.838Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:51:35.850Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:52:26.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:52:26.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:52:26.283Z||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-09-27T07:52:26.283Z||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-09-27T07:52:26.283Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:52:26.283Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:52:35.845Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:52:35.845Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:53:26.278Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:53:26.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:53:26.282Z||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-09-27T07:53:26.282Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:53:26.282Z||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-09-27T07:53:26.282Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:53:35.838Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:53:35.838Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:54:26.278Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:54:26.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:54:26.281Z||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-09-27T07:54:26.281Z||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-09-27T07:54:26.281Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:54:26.281Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:54:35.832Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:54:35.834Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:55:26.278Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:55:26.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:55:26.281Z||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-09-27T07:55:26.281Z||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-09-27T07:55:26.281Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:55:26.281Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:55:35.877Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:55:35.877Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:56:26.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:56:26.278Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:56:26.282Z||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-09-27T07:56:26.282Z||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-09-27T07:56:26.282Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:56:26.282Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:56:35.851Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:56:35.855Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:57:26.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:57:26.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:57:26.280Z||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-09-27T07:57:26.280Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:57:26.280Z||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-09-27T07:57:26.281Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:57:35.830Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:57:35.846Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:58:26.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:58:26.280Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:58:26.281Z||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-09-27T07:58:26.282Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:58:26.281Z||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-09-27T07:58:26.282Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:58:35.841Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:58:35.848Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:59:26.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:59:26.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T07:59:26.281Z||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-09-27T07:59:26.282Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:59:26.281Z||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-09-27T07:59:26.282Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T07:59:35.844Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T07:59:35.858Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:00:26.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:00:26.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:00:26.279Z||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-09-27T08:00:26.280Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:00:26.280Z||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-09-27T08:00:26.280Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:00:35.839Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:00:35.839Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:01:26.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:01:26.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:01:26.280Z||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-09-27T08:01:26.280Z||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-09-27T08:01:26.280Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:01:26.280Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:01:35.853Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:01:35.853Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:02:26.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:02:26.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:02:26.280Z||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-09-27T08:02:26.280Z||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-09-27T08:02:26.281Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:02:26.281Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:02:35.835Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:02:35.837Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:03:26.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:03:26.279Z||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-09-27T08:03:26.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:03:26.279Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:03:26.280Z||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-09-27T08:03:26.280Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:03:35.830Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:03:35.829Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:04:26.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:04:26.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:04:26.282Z||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-09-27T08:04:26.282Z||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-09-27T08:04:26.282Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:04:26.282Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:04:35.845Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:04:35.845Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:05:26.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:05:26.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:05:26.281Z||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-09-27T08:05:26.281Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:05:26.281Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T08:05:26.282Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ...
2021-09-27T08:05:35.840Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:05:35.847Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:06:26.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:06:26.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:06:26.284Z||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-09-27T08:06:26.284Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:06:26.285Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T08:06:26.286Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ...
2021-09-27T08:06:35.844Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:06:35.862Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:07:26.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:07:26.278Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:07:26.282Z||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-09-27T08:07:26.282Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T08:07:26.283Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:07:26.283Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ...
2021-09-27T08:07:35.837Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:07:35.838Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:08:26.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:08:26.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:08:26.280Z||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-09-27T08:08:26.280Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:08:26.280Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T08:08:26.282Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ...
2021-09-27T08:08:35.849Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:08:35.850Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:09:26.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:09:26.280Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T08:09:26.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:09:26.280Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ...
2021-09-27T08:09:26.281Z||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-09-27T08:09:26.281Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:09:35.842Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:09:35.843Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:10:26.278Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:10:26.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:10:26.281Z||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-09-27T08:10:26.281Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T08:10:26.282Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:10:26.282Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ...
2021-09-27T08:10:35.846Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:10:35.856Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:11:26.278Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:11:26.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:11:26.282Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T08:11:26.282Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ...
2021-09-27T08:11:26.282Z||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-09-27T08:11:26.282Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:11:35.847Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:11:35.854Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:12:26.278Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:12:26.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:12:26.282Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T08:12:26.282Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ...
2021-09-27T08:12:26.282Z||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-09-27T08:12:26.283Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:12:35.839Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:12:35.843Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:13:26.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:13:26.278Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:13:26.280Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T08:13:26.280Z||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-09-27T08:13:26.280Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ...
2021-09-27T08:13:26.280Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:13:35.828Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:13:35.831Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:14:26.278Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:14:26.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:14:26.282Z||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-09-27T08:14:26.282Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T08:14:26.282Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:14:26.282Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ...
2021-09-27T08:14:35.836Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:14:35.837Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:15:26.277Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:15:26.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:15:26.281Z||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-09-27T08:15:26.281Z||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-09-27T08:15:26.281Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:15:26.281Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:15:35.846Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:15:35.845Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:16:26.280Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:16:26.280Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:16:26.284Z||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-09-27T08:16:26.284Z||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-09-27T08:16:26.284Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:16:26.284Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:16:35.852Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:16:35.859Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:17:26.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:17:26.278Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:17:26.282Z||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-09-27T08:17:26.282Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:17:26.282Z||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-09-27T08:17:26.283Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:17:35.853Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:17:35.853Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:18:26.278Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:18:26.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:18:26.282Z||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-09-27T08:18:26.282Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:18:26.282Z||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-09-27T08:18:26.283Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:18:35.829Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:18:35.841Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:19:26.278Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:19:26.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:19:26.281Z||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-09-27T08:19:26.281Z||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-09-27T08:19:26.281Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:19:26.281Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:19:35.836Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:19:35.853Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:20:26.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:20:26.278Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:20:26.281Z||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-09-27T08:20:26.281Z||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-09-27T08:20:26.281Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:20:26.281Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:20:26.917Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:20:26.919Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-27T08:20:26.920Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"41efe4e6-12c1-4800-8b81-2e4d1f7d4b16","serviceName":"vFW 2021-09-27 08-16-51","serviceVersion":"1.0","serviceUUID":"44627f9c-dd4f-4701-80d0-37349566cc35","serviceDescription":"catalog service description","serviceInvariantUUID":"348cc65e-7f7a-4a40-be14-9a6e31de6226","resources":[{"resourceInstanceName":"vFW 4a7fdfdb-a5c7 0","resourceName":"vFW 4a7fdfdb-a5c7","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0f950a60-c416-497b-a111-b1aeca41f4d0","resourceInvariantUUID":"9eca1e2d-6f5f-4008-8716-68e20201a42f","resourceCustomizationUUID":"5969d8a2-3bb5-4704-85f7-16f3f46d47ff","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vf-license-model.xml","artifactChecksum":"YzllYmIzMjk3YTI1NGM3YjhhOTEwNzUwNjdiOWIxMDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3c878c78-c870-4124-8e8d-5a56e0a62f5a","artifactVersion":"1"},{"artifactName":"vfw4a7fdfdba5c70_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vfw4a7fdfdba5c70_modules.json","artifactChecksum":"MzVhYzY1Mjk0YzBmYWE2MzQ0OTU1YWQwYTliM2Q3YWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"38af1902-b36f-4000-a15c-5aaf31d445ec","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"09ffe3ae-7948-4ee7-b1a4-a0c2483e7986","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vendor-license-model.xml","artifactChecksum":"MDY1MDM3ZjhjOWFjZDFhMjI1YzExYmM4Mzc1OTgwZGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bcc0026c-36ad-404e-a66d-3829737048c3","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4f081dc3-88ee-4ebd-8b81-efc39aa5c923","artifactVersion":"2","generatedFromUUID":"09ffe3ae-7948-4ee7-b1a4-a0c2483e7986"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210927081651-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-template.yml","artifactChecksum":"ZTA2MDA4ZWYyNGEyYzM0ODBjNTQ2YTk4MzVhZWMzMzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b8a1c9bf-c1e5-484e-bd09-144a8961d466","artifactVersion":"1"},{"artifactName":"service-Vfw20210927081651-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar","artifactChecksum":"MjBiYTQ3MzYwOWE1NTFiZDg0ZmMyODMyYTFhODBlMjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dcebb251-49df-467e-964b-22e5f06eeeaf","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-27T08:20:26.927Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:20:26.932Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:26.933Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "ves-openapi-manager",
"timestamp": 1632730797597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:20:26.935Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T08:20:26.942Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-27T08:20:26.958Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-27T08:20:26.959Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:26.959Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "cds",
"timestamp": 1632730792207,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:20:26.960Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-27T08:20:26.960Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:26.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "clamp",
"timestamp": 1632730795498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:20:26.960Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-27T08:20:26.960Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:26.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "policy-id",
"timestamp": 1632730800086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:20:26.961Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-27T08:20:26.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:26.961Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "ves-openapi-manager",
"timestamp": 1632730797597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vfw4a7fdfdba5c70_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:20:26.961Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-27T08:20:26.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:26.961Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "cds",
"timestamp": 1632730792207,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vfw4a7fdfdba5c70_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:20:26.961Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-27T08:20:26.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:26.962Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "clamp",
"timestamp": 1632730795498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vfw4a7fdfdba5c70_modules.json",
"status": "NOTIFIED"
}
2021-09-27T08:20:26.962Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-27T08:20:26.962Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:26.962Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "policy-id",
"timestamp": 1632730800086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vfw4a7fdfdba5c70_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:20:26.962Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-27T08:20:26.962Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:26.962Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "ves-openapi-manager",
"timestamp": 1632730797597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:20:26.962Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-27T08:20:26.963Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:26.963Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "cds",
"timestamp": 1632730792207,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:20:26.963Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-27T08:20:26.963Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:26.963Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "clamp",
"timestamp": 1632730795498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:20:26.963Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-27T08:20:26.963Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:26.964Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "policy-id",
"timestamp": 1632730800086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-27T08:20:26.964Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-27T08:20:26.964Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:26.964Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "ves-openapi-manager",
"timestamp": 1632730797597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:20:26.964Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-27T08:20:26.964Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:26.964Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "cds",
"timestamp": 1632730792207,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:20:26.965Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-27T08:20:26.965Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:26.965Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "clamp",
"timestamp": 1632730795498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:20:26.965Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-27T08:20:26.965Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:26.965Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632730802783,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:20:26.966Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-27T08:20:26.966Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:26.966Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "policy-id",
"timestamp": 1632730800086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:20:26.966Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-27T08:20:26.966Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:26.966Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "dcae-sch",
"timestamp": 1632730803571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:20:26.967Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-27T08:20:26.967Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:26.967Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "ves-openapi-manager",
"timestamp": 1632730797597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:20:26.967Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-27T08:20:26.967Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:26.967Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "cds",
"timestamp": 1632730792207,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:20:26.968Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-27T08:20:26.968Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:26.968Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "clamp",
"timestamp": 1632730795498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:20:26.968Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-27T08:20:26.968Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:26.968Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632730802783,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vfw4a7fdfdba5c70_modules.json",
"status": "NOTIFIED"
}
2021-09-27T08:20:26.968Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-27T08:20:26.968Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:26.969Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "policy-id",
"timestamp": 1632730800086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:20:26.969Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-27T08:20:26.969Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:26.969Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "dcae-sch",
"timestamp": 1632730803571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vfw4a7fdfdba5c70_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:20:26.969Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-27T08:20:26.969Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:26.970Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "ves-openapi-manager",
"timestamp": 1632730797597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:20:26.970Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-27T08:20:26.971Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:26.971Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "cds",
"timestamp": 1632730792207,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:20:26.971Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-27T08:20:26.971Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:26.971Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "clamp",
"timestamp": 1632730795498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:20:26.971Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-27T08:20:26.971Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:26.971Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632730802783,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-27T08:20:26.972Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-27T08:20:26.972Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:26.972Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "policy-id",
"timestamp": 1632730800086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:20:26.973Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-27T08:20:26.974Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:26.974Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "dcae-sch",
"timestamp": 1632730803571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:20:26.974Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-27T08:20:26.974Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:26.974Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "ves-openapi-manager",
"timestamp": 1632730797597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:20:26.975Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-27T08:20:26.975Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:26.975Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "cds",
"timestamp": 1632730792207,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar",
"status": "NOTIFIED"
}
2021-09-27T08:20:26.975Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-27T08:20:26.975Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:26.975Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "clamp",
"timestamp": 1632730795498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar",
"status": "NOTIFIED"
}
2021-09-27T08:20:26.975Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-27T08:20:26.975Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:26.976Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632730802783,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:20:26.976Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-27T08:20:26.976Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:26.976Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "policy-id",
"timestamp": 1632730800086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar",
"status": "NOTIFIED"
}
2021-09-27T08:20:26.976Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-27T08:20:26.976Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:26.976Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "dcae-sch",
"timestamp": 1632730803571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:20:26.976Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-27T08:20:26.977Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:26.977Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632730802783,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-27T08:20:26.977Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-27T08:20:26.977Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:26.977Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "cds",
"timestamp": 1632730808107,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-27T08:20:26.977Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T08:20:26.977Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:26.977Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "dcae-sch",
"timestamp": 1632730803571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:20:26.978Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-27T08:20:26.978Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:26.978Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632730802783,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:20:26.978Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-27T08:20:26.978Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:26.978Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "policy-id",
"timestamp": 1632730808716,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-27T08:20:26.978Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T08:20:26.979Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:26.979Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "cds",
"timestamp": 1632730809134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2021-09-27T08:20:26.979Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T08:20:26.979Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632730826277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-27T08:20:27.075Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 57 ms
2021-09-27T08:20:27.181Z||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-09-27T08:20:27.181Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ...
2021-09-27T08:20:27.196Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:20:27.197Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-27T08:20:27.305Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 41efe4e6-12c1-4800-8b81-2e4d1f7d4b16
2021-09-27T08:20:27.327Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41efe4e6-12c1-4800-8b81-2e4d1f7d4b16 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-09-27T08:20:27.347Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:27.348Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "dcae-sch",
"timestamp": 1632730803571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:20:27.348Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-27T08:20:27.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:27.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632730802783,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar",
"status": "NOTIFIED"
}
2021-09-27T08:20:27.349Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-27T08:20:27.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:27.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "policy-id",
"timestamp": 1632730809725,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-27T08:20:27.349Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T08:20:27.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:27.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "dcae-sch",
"timestamp": 1632730803571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:20:27.350Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-27T08:20:27.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:27.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "policy-id",
"timestamp": 1632730810734,
"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-09-27T08:20:27.363Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 41efe4e6-12c1-4800-8b81-2e4d1f7d4b16
2021-09-27T08:20:27.363Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41efe4e6-12c1-4800-8b81-2e4d1f7d4b16 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-09-27T08:20:27.370Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:27.370Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632730811185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vfw4a7fdfdba5c70_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-27T08:20:27.370Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T08:20:27.371Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:27.371Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632730811720,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:20:27.371Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-27T08:20:27.371Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:27.371Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632730811720,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vfw4a7fdfdba5c70_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:20:27.371Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-27T08:20:27.372Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:27.372Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632730813510,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-27T08:20:27.372Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T08:20:27.372Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:27.372Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "aai-ml",
"timestamp": 1632730812933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:20:27.372Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-27T08:20:27.372Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:27.372Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632730811720,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:20:27.372Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-27T08:20:27.373Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:27.373Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "aai-ml",
"timestamp": 1632730812933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vfw4a7fdfdba5c70_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:20:27.373Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-27T08:20:27.373Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:27.373Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632730815004,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-27T08:20:27.373Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T08:20:27.373Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:27.373Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632730811720,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:20:27.374Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-27T08:20:27.374Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:27.374Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "aai-ml",
"timestamp": 1632730812933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:20:27.374Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-27T08:20:27.374Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:27.374Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632730811720,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:20:27.374Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-27T08:20:27.374Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:27.374Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "aai-ml",
"timestamp": 1632730812933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:20:27.375Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-27T08:20:27.375Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:27.375Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632730816770,
"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-09-27T08:20:27.377Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 41efe4e6-12c1-4800-8b81-2e4d1f7d4b16
2021-09-27T08:20:27.378Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41efe4e6-12c1-4800-8b81-2e4d1f7d4b16 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-09-27T08:20:27.384Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:27.385Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632730811720,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:20:27.385Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-27T08:20:27.385Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:27.385Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "aai-ml",
"timestamp": 1632730812933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:20:27.386Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-27T08:20:27.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:27.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632730817776,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vfw4a7fdfdba5c70_modules.json",
"status": "DEPLOY_OK"
}
2021-09-27T08:20:27.386Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T08:20:27.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:27.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632730811720,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar",
"status": "NOTIFIED"
}
2021-09-27T08:20:27.386Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-27T08:20:27.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:27.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "clamp",
"timestamp": 1632730818449,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-27T08:20:27.387Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T08:20:27.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:27.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "aai-ml",
"timestamp": 1632730812933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:20:27.387Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-27T08:20:27.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:27.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "aai-ml",
"timestamp": 1632730812933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar",
"status": "NOTIFIED"
}
2021-09-27T08:20:27.387Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-27T08:20:27.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:27.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "clamp",
"timestamp": 1632730820455,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-27T08:20:27.388Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T08:20:27.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:27.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "clamp",
"timestamp": 1632730821459,
"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-09-27T08:20:27.391Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 41efe4e6-12c1-4800-8b81-2e4d1f7d4b16
2021-09-27T08:20:27.391Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41efe4e6-12c1-4800-8b81-2e4d1f7d4b16 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-09-27T08:20:27.399Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:27.400Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632730822244,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-27T08:20:27.400Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T08:20:27.400Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:20:27.401Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "aai-ml",
"timestamp": 1632730823306,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-27T08:20:27.401Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T08:20:28.021Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T08:20:28.021Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-27T08:20:28.024Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T08:20:28.024Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632730826277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vfw4a7fdfdba5c70_modules.json",
"status": "NOTIFIED"
}
2021-09-27T08:20:28.127Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-09-27T08:20:28.128Z||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-09-27T08:20:28.128Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ...
2021-09-27T08:20:28.152Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:20:28.153Z||pool-4-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2021-09-27T08:20:29.025Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T08:20:29.025Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-27T08:20:29.027Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T08:20:29.027Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632730826277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-27T08:20:29.127Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T08:20:29.128Z||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-09-27T08:20:29.128Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ...
2021-09-27T08:20:29.139Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:20:29.139Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-27T08:20:30.028Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T08:20:30.035Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-27T08:20:30.041Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T08:20:30.041Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632730826277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:20:30.139Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-09-27T08:20:30.145Z||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-09-27T08:20:30.145Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ...
2021-09-27T08:20:30.173Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:20:30.174Z||pool-6-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2021-09-27T08:20:31.044Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T08:20:31.044Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-27T08:20:31.049Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T08:20:31.050Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632730826277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-27T08:20:31.154Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-27T08:20:31.156Z||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-09-27T08:20:31.156Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ...
2021-09-27T08:20:31.173Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:20:31.174Z||pool-7-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-09-27T08:20:32.050Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T08:20:32.051Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-27T08:20:32.053Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T08:20:32.053Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632730826277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:20:32.153Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T08:20:32.154Z||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-09-27T08:20:32.155Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ...
2021-09-27T08:20:32.170Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:20:32.170Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-27T08:20:33.054Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T08:20:33.055Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-27T08:20:33.057Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T08:20:33.057Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632730826277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar",
"status": "NOTIFIED"
}
2021-09-27T08:20:33.158Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-27T08:20:33.159Z||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-09-27T08:20:33.159Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ...
2021-09-27T08:20:33.173Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:20:33.173Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-09-27T08:20:34.059Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"serviceName": "vFW 2021-09-27 08-16-51",
"serviceVersion": "1.0",
"serviceUUID": "44627f9c-dd4f-4701-80d0-37349566cc35",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "348cc65e-7f7a-4a40-be14-9a6e31de6226",
"resources": [
{
"resourceInstanceName": "vFW 4a7fdfdb-a5c7 0",
"resourceCustomizationUUID": "5969d8a2-3bb5-4704-85f7-16f3f46d47ff",
"resourceName": "vFW 4a7fdfdb-a5c7",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "0f950a60-c416-497b-a111-b1aeca41f4d0",
"resourceInvariantUUID": "9eca1e2d-6f5f-4008-8716-68e20201a42f",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw4a7fdfdba5c70_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vfw4a7fdfdba5c70_modules.json",
"artifactChecksum": "MzVhYzY1Mjk0YzBmYWE2MzQ0OTU1YWQwYTliM2Q3YWY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "38af1902-b36f-4000-a15c-5aaf31d445ec",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "09ffe3ae-7948-4ee7-b1a4-a0c2483e7986",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4f081dc3-88ee-4ebd-8b81-efc39aa5c923",
"generatedFromUUID": "09ffe3ae-7948-4ee7-b1a4-a0c2483e7986"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4f081dc3-88ee-4ebd-8b81-efc39aa5c923",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210927081651-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar",
"artifactChecksum": "MjBiYTQ3MzYwOWE1NTFiZDg0ZmMyODMyYTFhODBlMjU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "dcebb251-49df-467e-964b-22e5f06eeeaf"
}
],
"workloadContext": "Production"
}
2021-09-27T08:20:34.060Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-27T08:20:34.060Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 44627f9c-dd4f-4701-80d0-37349566cc35 ASDC
2021-09-27T08:20:34.206Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:41efe4e6-12c1-4800-8b81-2e4d1f7d4b16
ServiceName:vFW 2021-09-27 08-16-51
ServiceVersion:1.0
ServiceUUID:44627f9c-dd4f-4701-80d0-37349566cc35
ServiceInvariantUUID:348cc65e-7f7a-4a40-be14-9a6e31de6226
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210927081651-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar
ArtifactUUID:dcebb251-49df-467e-964b-22e5f06eeeaf
ArtifactChecksum:MjBiYTQ3MzYwOWE1NTFiZDg0ZmMyODMyYTFhODBlMjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 4a7fdfdb-a5c7 0
ResourceCustomizationUUID:5969d8a2-3bb5-4704-85f7-16f3f46d47ff
ResourceInvariantUUID:9eca1e2d-6f5f-4008-8716-68e20201a42f
ResourceName:vFW 4a7fdfdb-a5c7
ResourceType:VF
ResourceUUID:0f950a60-c416-497b-a111-b1aeca41f4d0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw4a7fdfdba5c70_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vfw4a7fdfdba5c70_modules.json
ArtifactUUID:38af1902-b36f-4000-a15c-5aaf31d445ec
ArtifactChecksum:MzVhYzY1Mjk0YzBmYWE2MzQ0OTU1YWQwYTliM2Q3YWY=
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/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.yaml
ArtifactUUID:09ffe3ae-7948-4ee7-b1a4-a0c2483e7986
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/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.env
ArtifactUUID:4f081dc3-88ee-4ebd-8b81-efc39aa5c923
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/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.env
ArtifactUUID:4f081dc3-88ee-4ebd-8b81-efc39aa5c923
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-27T08:20:34.206Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 44627f9c-dd4f-4701-80d0-37349566cc35 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-09-27T08:20:34.248Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-27T08:20:34.250Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-27T08:20:34.251Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-27T08:20:34.251Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: dcebb251-49df-467e-964b-22e5f06eeeaf from URL: /sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar
2021-09-27T08:20:34.251Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-27T08:20:34.252Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar
2021-09-27T08:20:35.105Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-27T08:20:35.127Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar dcebb251-49df-467e-964b-22e5f06eeeaf 98759
2021-09-27T08:20:35.129Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar ASDC sendASDCNotification
2021-09-27T08:20:35.129Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar
2021-09-27T08:20:35.130Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-27T08:20:35.131Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-27T08:20:35.133Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T08:20:35.133Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632730835128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-27T08:20:35.234Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T08:20:35.235Z||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-09-27T08:20:35.235Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ...
2021-09-27T08:20:35.247Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:20:35.247Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-27T08:20:36.134Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-27T08:20:36.135Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-27T08:20:36.136Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: dcebb251-49df-467e-964b-22e5f06eeeaf, URL: /sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar to file: /app/ASDC/1/service-Vfw20210927081651-csar.csar
2021-09-27T08:20:36.140Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210927081651-csar.csar
2021-09-27T08:20:36.254Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210927081651-csar.csar
2021-09-27T08:20:36.254Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210927081651-csar.csar
2021-09-27T08:20:37.990Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11480693586923892806/Definitions/service-Vfw20210927081651-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-09-27T08:20:40.597Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-27T08:20:40.604Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-09-27T08:20:40.605Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210927081651-csar.csar
2021-09-27T08:20:40.605Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-27T08:20:40.606Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||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-Vfw20210927081651-csar.csar
2021-09-27T08:20:40.606Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||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-Vfw20210927081651-csar.csar
2021-09-27T08:20:40.606Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 4a7fdfdb-a5c7 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-Vfw20210927081651-csar.csar
2021-09-27T08:20:40.607Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|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-Vfw20210927081651-csar.csar
2021-09-27T08:20:40.607Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210927081651-csar.csar
2021-09-27T08:20:40.607Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210927081651-csar.csar
2021-09-27T08:20:40.608Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||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-Vfw20210927081651-csar.csar
2021-09-27T08:20:40.608Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|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-Vfw20210927081651-csar.csar
2021-09-27T08:20:40.608Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|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-Vfw20210927081651-csar.csar
2021-09-27T08:20:40.608Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210927081651-csar.csar
2021-09-27T08:20:40.609Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|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-Vfw20210927081651-csar.csar
2021-09-27T08:20:40.609Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210927081651-csar.csar
2021-09-27T08:20:40.609Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|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-Vfw20210927081651-csar.csar
2021-09-27T08:20:40.610Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-09-27T08:20:40.616Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:20:40.619Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-27 08-16-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T08:20:40.623Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vFW 4a7fdfdb-a5c7 0 is matching search criteria
2021-09-27T08:20:40.624Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-09-27T08:20:40.626Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 4a7fdfdb-a5c7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-27T08:20:40.628Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:20:40.628Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-27 08-16-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T08:20:40.629Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vFW 4a7fdfdb-a5c7 0 is matching search criteria
2021-09-27T08:20:40.629Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-09-27T08:20:40.629Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 4a7fdfdb-a5c7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-27T08:20:40.629Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:20:40.630Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-27 08-16-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T08:20:40.634Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:20:40.634Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vFW 4a7fdfdb-a5c7 0 is not matching search criteria
2021-09-27T08:20:40.635Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-27T08:20:40.635Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-27T08:20:40.635Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-27T08:20:40.636Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-27T08:20:40.636Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-27T08:20:40.636Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-27T08:20:40.637Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-27T08:20:40.637Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-27T08:20:40.637Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-27T08:20:40.638Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-27T08:20:40.638Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-27T08:20:40.638Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-27T08:20:40.639Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-27T08:20:40.639Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-27T08:20:40.639Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-27T08:20:40.640Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-27T08:20:40.640Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:20:40.641Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-27 08-16-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-27T08:20:40.642Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:20:40.642Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vFW 4a7fdfdb-a5c7 0 is matching search criteria
2021-09-27T08:20:40.643Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 4a7fdfdb-a5c7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T08:20:40.644Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:20:40.645Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vFW 4a7fdfdb-a5c7 0 is matching search criteria
2021-09-27T08:20:40.645Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 4a7fdfdb-a5c7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T08:20:40.645Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:20:40.646Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vFW 4a7fdfdb-a5c7 0 is matching search criteria
2021-09-27T08:20:40.646Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 4a7fdfdb-a5c7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T08:20:40.646Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:20:40.647Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vFW 4a7fdfdb-a5c7 0 is not matching search criteria
2021-09-27T08:20:40.647Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-27T08:20:40.648Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-27T08:20:40.648Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-27T08:20:40.648Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-27T08:20:40.649Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-27T08:20:40.649Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-27T08:20:40.649Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-27T08:20:40.650Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-27T08:20:40.650Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-27T08:20:40.650Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-27T08:20:40.651Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-27T08:20:40.651Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=afe6d04a-36ac-4a04-8019-452ad8c8ccdb
2021-09-27T08:20:40.651Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:20:40.652Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vFW 4a7fdfdb-a5c7 0 is not matching search criteria
2021-09-27T08:20:40.652Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-27T08:20:40.652Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-27T08:20:40.653Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-27T08:20:40.653Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-27T08:20:40.653Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-27T08:20:40.653Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-27T08:20:40.654Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-27T08:20:40.654Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-27T08:20:40.654Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-27T08:20:40.655Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-27T08:20:40.655Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-27T08:20:40.655Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-27T08:20:40.656Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=07d0b69d-f9ac-46ec-af52-e1d311783bbc
2021-09-27T08:20:40.656Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:20:40.656Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vFW 4a7fdfdb-a5c7 0 is not matching search criteria
2021-09-27T08:20:40.657Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-27T08:20:40.657Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-27T08:20:40.657Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-27T08:20:40.658Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-27T08:20:40.658Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-27T08:20:40.658Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-27T08:20:40.659Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-27T08:20:40.659Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-27T08:20:40.659Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-27T08:20:40.660Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-27T08:20:40.660Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-27T08:20:40.660Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-27T08:20:40.660Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b2d6cadf-9b98-408a-a5f2-d9d86d6bfa85
2021-09-27T08:20:40.661Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:20:40.661Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-27 08-16-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T08:20:40.662Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:20:40.662Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-27 08-16-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T08:20:40.662Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:20:40.662Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-27 08-16-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T08:20:40.663Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:20:40.663Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-27 08-16-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T08:20:40.664Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-09-27 08-16-51
Description:catalog service description
Model UUID:44627f9c-dd4f-4701-80d0-37349566cc35
Model Version:NULL
Model InvariantUuid:348cc65e-7f7a-4a40-be14-9a6e31de6226
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 4a7fdfdb-a5c7
Model UUID:13ee0aa4-1248-4eab-b335-f6944231dcfe
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9eca1e2d-6f5f-4008-8716-68e20201a42f
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:5969d8a2-3bb5-4704-85f7-16f3f46d47ff
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:276a717d-c50b-4be6-94e6-12bb7924c733
ModelName:Vfw4a7fdfdbA5c7..base_vfw..module-0
ModelUuid:95251aef-5f42-4c34-a51e-5107b1bb27b5
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:afe6d04a-36ac-4a04-8019-452ad8c8ccdb
ModelInvariantUuid:923e1d5f-e6f9-413c-a756-07c176bbb1d5
ModelName:vFW 4a7fdfdb-a5c7-nodes.vfwCvfc
ModelUuid:58569bb7-8cf0-46f2-9c97-be063fb8dc7b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:7e629190-0b7f-425e-815d-4f3998b09a57
ModelInvariantUuid:3729dff5-b071-490d-ba2c-4af62d75a255
ModelName:Vfw4a7fdfdbA5c7.compute.nodes.heat.vfw
ModelUuid:5ea31a0d-91f0-4622-9469-72e3c8e67ae5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:07d0b69d-f9ac-46ec-af52-e1d311783bbc
ModelInvariantUuid:dcb82e6d-9d31-4bc9-aff6-c1aa5d3a5bb4
ModelName:vFW 4a7fdfdb-a5c7-nodes.vsnCvfc
ModelUuid:3969d1b9-9e26-4fb9-b54d-b3fd9817edb0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:d6457e1a-0cbe-4eb8-9d2e-aec08a3cdbb0
ModelInvariantUuid:0dbd97e2-1ca0-4e13-aca6-6840a186da69
ModelName:Vfw4a7fdfdbA5c7.compute.nodes.heat.vsn
ModelUuid:234d26c4-6941-49cd-a137-aa6042a14779
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:b2d6cadf-9b98-408a-a5f2-d9d86d6bfa85
ModelInvariantUuid:fcaed13a-0a04-4a45-9a1f-232e9fe6e500
ModelName:vFW 4a7fdfdb-a5c7-nodes.vpgCvfc
ModelUuid:48f92d57-8759-4087-a0ec-c3031f948075
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:ec4e8629-a05b-444b-a5aa-4bd3863af964
ModelInvariantUuid:9e4cf359-dcec-4576-9413-ad5995d3fc19
ModelName:Vfw4a7fdfdbA5c7.compute.nodes.heat.vpg
ModelUuid:7e6c530a-8d24-4df8-8a9c-3c00fea4d9cf
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-09-27T08:20:40.672Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 0f950a60-c416-497b-a111-b1aeca41f4d0
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-09-27T08:20:40.771Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||vFW 4a7fdfdb-a5c7 0
2021-09-27T08:20:40.778Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0f950a60-c416-497b-a111-b1aeca41f4d0
2021-09-27T08:20:40.779Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 38af1902-b36f-4000-a15c-5aaf31d445ec from URL: /sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vfw4a7fdfdba5c70_modules.json
2021-09-27T08:20:40.779Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-27T08:20:40.779Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vfw4a7fdfdba5c70_modules.json
2021-09-27T08:20:42.572Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-27T08:20:42.573Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vfw4a7fdfdba5c70_modules.json 38af1902-b36f-4000-a15c-5aaf31d445ec 785
2021-09-27T08:20:42.574Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vfw4a7fdfdba5c70_modules.json ASDC sendASDCNotification
2021-09-27T08:20:42.574Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vfw4a7fdfdba5c70_modules.json
2021-09-27T08:20:42.574Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-27T08:20:42.574Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-27T08:20:42.577Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T08:20:42.578Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632730842574,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vfw4a7fdfdba5c70_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-27T08:20:42.678Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T08:20:42.679Z||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-09-27T08:20:42.679Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ...
2021-09-27T08:20:42.699Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:20:42.700Z||pool-11-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2021-09-27T08:20:43.579Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw4a7fdfdbA5c7..base_vfw..module-0",
"vfModuleModelInvariantUUID": "276a717d-c50b-4be6-94e6-12bb7924c733",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "95251aef-5f42-4c34-a51e-5107b1bb27b5",
"vfModuleModelCustomizationUUID": "4490f9cd-580c-4c26-8d74-58b467563ed1",
"isBase": true,
"artifacts": [
"09ffe3ae-7948-4ee7-b1a4-a0c2483e7986",
"4f081dc3-88ee-4ebd-8b81-efc39aa5c923"
],
"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-09-27T08:20:43.598Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4a7fdfdbA5c7..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:95251aef-5f42-4c34-a51e-5107b1bb27b5
VfModuleModelInvariantUUID:276a717d-c50b-4be6-94e6-12bb7924c733
VfModuleModelDescription:NULL
Artifacts UUID List:{
09ffe3ae-7948-4ee7-b1a4-a0c2483e7986
,
4f081dc3-88ee-4ebd-8b81-efc39aa5c923
}
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-09-27T08:20:43.602Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw4a7fdfdbA5c7..base_vfw..module-0",
"vfModuleModelInvariantUUID": "276a717d-c50b-4be6-94e6-12bb7924c733",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "95251aef-5f42-4c34-a51e-5107b1bb27b5",
"vfModuleModelCustomizationUUID": "4490f9cd-580c-4c26-8d74-58b467563ed1",
"isBase": true,
"artifacts": [
"09ffe3ae-7948-4ee7-b1a4-a0c2483e7986",
"4f081dc3-88ee-4ebd-8b81-efc39aa5c923"
],
"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-09-27T08:20:43.603Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4a7fdfdbA5c7..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:95251aef-5f42-4c34-a51e-5107b1bb27b5
VfModuleModelInvariantUUID:276a717d-c50b-4be6-94e6-12bb7924c733
VfModuleModelDescription:NULL
Artifacts UUID List:{
09ffe3ae-7948-4ee7-b1a4-a0c2483e7986
,
4f081dc3-88ee-4ebd-8b81-efc39aa5c923
}
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-09-27T08:20:43.603Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 09ffe3ae-7948-4ee7-b1a4-a0c2483e7986 from URL: /sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.yaml
2021-09-27T08:20:43.604Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-27T08:20:43.604Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.yaml
2021-09-27T08:20:44.884Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-27T08:20:44.885Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.yaml 09ffe3ae-7948-4ee7-b1a4-a0c2483e7986 20368
2021-09-27T08:20:44.886Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-27T08:20:44.887Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.yaml
2021-09-27T08:20:44.887Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-27T08:20:44.887Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-27T08:20:44.889Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T08:20:44.890Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632730844886,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-27T08:20:44.991Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-27T08:20:44.992Z||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-09-27T08:20:44.992Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ...
2021-09-27T08:20:45.006Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:20:45.007Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":2,"count":1}
2021-09-27T08:20:45.891Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4f081dc3-88ee-4ebd-8b81-efc39aa5c923 from URL: /sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.env
2021-09-27T08:20:45.892Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-27T08:20:45.893Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.env
2021-09-27T08:20:46.698Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-27T08:20:46.700Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.env 4f081dc3-88ee-4ebd-8b81-efc39aa5c923 2098
2021-09-27T08:20:46.700Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-27T08:20:46.700Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.env
2021-09-27T08:20:46.701Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-27T08:20:46.701Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-27T08:20:46.704Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T08:20:46.704Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632730846700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-27T08:20:46.804Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-27T08:20:46.805Z||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-09-27T08:20:46.805Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ...
2021-09-27T08:20:46.818Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:20:46.819Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-09-27T08:20:47.705Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 44627f9c-dd4f-4701-80d0-37349566cc35
2021-09-27T08:20:47.706Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 4a7fdfdb-a5c7 0 0f950a60-c416-497b-a111-b1aeca41f4d0 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-09-27T08:20:47.746Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@162f2c0b, org.onap.sdc.toscaparser.api.parameters.Input@10c746f7, org.onap.sdc.toscaparser.api.parameters.Input@f65267a, org.onap.sdc.toscaparser.api.parameters.Input@d9e6451, org.onap.sdc.toscaparser.api.parameters.Input@623e5e9d]
2021-09-27T08:20:47.750Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:20:47.751Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-27 08-16-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T08:20:47.751Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2021-09-27T08:20:47.751Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 5969d8a2-3bb5-4704-85f7-16f3f46d47ff
2021-09-27T08:20:47.752Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5969d8a2-3bb5-4704-85f7-16f3f46d47ff matches Tosca VF Customization UUID: 5969d8a2-3bb5-4704-85f7-16f3f46d47ff
2021-09-27T08:20:47.752Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 5969d8a2-3bb5-4704-85f7-16f3f46d47ff 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-09-27T08:20:47.759Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:20:47.759Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-27 08-16-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T08:20:47.760Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 5969d8a2-3bb5-4704-85f7-16f3f46d47ff: {\"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-09-27T08:20:47.761Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@77cc54a4
2021-09-27T08:20:47.761Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:20:47.761Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-27 08-16-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-27T08:20:47.762Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4490f9cd-580c-4c26-8d74-58b467563ed1
2021-09-27T08:20:47.763Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4490f9cd-580c-4c26-8d74-58b467563ed1
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-09-27T08:20:47.769Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:20:47.769Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vFW 4a7fdfdb-a5c7 0 is matching search criteria
2021-09-27T08:20:47.770Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 4a7fdfdb-a5c7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T08:20:47.776Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:20:47.777Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vFW 4a7fdfdb-a5c7 0 is matching search criteria
2021-09-27T08:20:47.778Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 4a7fdfdb-a5c7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T08:20:47.779Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:20:47.779Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vFW 4a7fdfdb-a5c7 0 is not matching search criteria
2021-09-27T08:20:47.780Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-27T08:20:47.780Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-27T08:20:47.781Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-27T08:20:47.781Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-27T08:20:47.782Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-27T08:20:47.782Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-27T08:20:47.783Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-27T08:20:47.783Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-27T08:20:47.783Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-27T08:20:47.784Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-27T08:20:47.784Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-27T08:20:47.785Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=afe6d04a-36ac-4a04-8019-452ad8c8ccdb
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-09-27T08:20:47.798Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:20:47.799Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vFW 4a7fdfdb-a5c7 0 is matching search criteria
2021-09-27T08:20:47.799Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 4a7fdfdb-a5c7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T08:20:47.799Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:20:47.800Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vFW 4a7fdfdb-a5c7 0 is not matching search criteria
2021-09-27T08:20:47.800Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-27T08:20:47.800Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-27T08:20:47.801Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-27T08:20:47.802Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-27T08:20:47.803Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-27T08:20:47.803Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-27T08:20:47.803Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-27T08:20:47.804Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-27T08:20:47.804Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-27T08:20:47.804Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-27T08:20:47.805Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-27T08:20:47.805Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-27T08:20:47.805Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=07d0b69d-f9ac-46ec-af52-e1d311783bbc
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-09-27T08:20:47.807Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:20:47.808Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vFW 4a7fdfdb-a5c7 0 is matching search criteria
2021-09-27T08:20:47.809Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 4a7fdfdb-a5c7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T08:20:47.812Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:20:47.813Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vFW 4a7fdfdb-a5c7 0 is not matching search criteria
2021-09-27T08:20:47.813Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-27T08:20:47.814Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-27T08:20:47.814Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-27T08:20:47.815Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-27T08:20:47.815Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-27T08:20:47.815Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-27T08:20:47.816Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-27T08:20:47.816Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-27T08:20:47.816Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-27T08:20:47.817Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-27T08:20:47.817Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-27T08:20:47.817Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-27T08:20:47.818Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b2d6cadf-9b98-408a-a5f2-d9d86d6bfa85
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-09-27T08:20:47.820Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:20:47.820Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vFW 4a7fdfdb-a5c7 0 is matching search criteria
2021-09-27T08:20:47.821Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 4a7fdfdb-a5c7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T08:20:47.821Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:20:47.822Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vFW 4a7fdfdb-a5c7 0 is matching search criteria
2021-09-27T08:20:47.822Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 4a7fdfdb-a5c7 0] matching following query criteria: sdcType=VF, customizationUUID=5969d8a2-3bb5-4704-85f7-16f3f46d47ff
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-09-27T08:20:47.824Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:20:47.824Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-27 08-16-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T08:20:47.824Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 44627f9c-dd4f-4701-80d0-37349566cc35: vFW 4a7fdfdb-a5c7
2021-09-27T08:20:47.825Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:20:47.825Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-27 08-16-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T08:20:47.825Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:20:47.826Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-27 08-16-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T08:20:47.826Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:20:47.826Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-27 08-16-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T08:20:47.827Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:20:47.827Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-27 08-16-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T08:20:47.828Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:20:47.828Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-27 08-16-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T08:20:47.828Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2021-09-27 08-16-51
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-09-27T08:20:48.059Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 4a7fdfdb-a5c7 0f950a60-c416-497b-a111-b1aeca41f4d0 1 ASDC deployResourceStructure
2021-09-27T08:20:48.061Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vfw4a7fdfdba5c70_modules.json ASDC sendASDCNotification
2021-09-27T08:20:48.061Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vfw4a7fdfdba5c70_modules.json
2021-09-27T08:20:48.061Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-27T08:20:48.062Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-27T08:20:48.064Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T08:20:48.064Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632730848061,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vfw4a7fdfdba5c70_modules.json",
"status": "DEPLOY_OK"
}
2021-09-27T08:20:48.164Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-27T08:20:48.165Z||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-09-27T08:20:48.165Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ...
2021-09-27T08:20:48.179Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:20:48.179Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-27T08:20:49.065Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-27T08:20:49.066Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.yaml
2021-09-27T08:20:49.067Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-27T08:20:49.067Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-27T08:20:49.069Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T08:20:49.069Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632730849065,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-09-27T08:20:49.169Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-27T08:20:49.170Z||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-09-27T08:20:49.170Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ...
2021-09-27T08:20:49.181Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:20:49.181Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-27T08:20:50.070Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-27T08:20:50.071Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.env
2021-09-27T08:20:50.071Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-27T08:20:50.071Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-27T08:20:50.073Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T08:20:50.073Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632730850070,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-09-27T08:20:50.173Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T08:20:50.174Z||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-09-27T08:20:50.174Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ...
2021-09-27T08:20:50.187Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:20:50.187Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-27T08:20:51.074Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar ASDC sendASDCNotification
2021-09-27T08:20:51.074Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar
2021-09-27T08:20:51.075Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-27T08:20:51.075Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-27T08:20:51.077Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T08:20:51.078Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632730851074,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-27T08:20:51.178Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T08:20:51.178Z||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-09-27T08:20:51.179Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ...
2021-09-27T08:20:51.194Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:20:51.194Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-27T08:20:52.079Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 41efe4e6-12c1-4800-8b81-2e4d1f7d4b16
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-09-27T08:20:52.097Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 41efe4e6-12c1-4800-8b81-2e4d1f7d4b16
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-09-27T08:20:52.106Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-27T08:20:52.106Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-27T08:20:52.107Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-27T08:21:22.108Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 41efe4e6-12c1-4800-8b81-2e4d1f7d4b16
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-09-27T08:21:22.130Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 41efe4e6-12c1-4800-8b81-2e4d1f7d4b16
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-09-27T08:21:22.132Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-27T08:21:22.133Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-27T08:21:22.133Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-27T08:21:26.280Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:21:26.282Z||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-09-27T08:21:26.282Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:21:26.412Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:21:26.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:21:26.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632730826277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:21:26.414Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-27T08:21:52.133Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 41efe4e6-12c1-4800-8b81-2e4d1f7d4b16
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-09-27T08:21:52.150Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 41efe4e6-12c1-4800-8b81-2e4d1f7d4b16
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-09-27T08:21:52.162Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-27T08:21:52.162Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-27T08:21:52.163Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-27T08:22:22.164Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 41efe4e6-12c1-4800-8b81-2e4d1f7d4b16
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-09-27T08:22:22.188Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 41efe4e6-12c1-4800-8b81-2e4d1f7d4b16
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-09-27T08:22:22.193Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-27T08:22:22.193Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-27T08:22:22.193Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-27T08:22:26.281Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:22:26.283Z||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-09-27T08:22:26.283Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:22:26.811Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:22:26.812Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:22:26.813Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632730826277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vfw4a7fdfdba5c70_modules.json",
"status": "NOTIFIED"
}
2021-09-27T08:22:26.814Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-27T08:22:26.814Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:22:26.814Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632730828284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-27T08:22:26.814Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T08:22:26.814Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:22:26.815Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632730826277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-27T08:22:26.818Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-27T08:22:26.818Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:22:26.818Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632730829290,
"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-09-27T08:22:26.823Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 41efe4e6-12c1-4800-8b81-2e4d1f7d4b16
2021-09-27T08:22:26.823Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41efe4e6-12c1-4800-8b81-2e4d1f7d4b16 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-09-27T08:22:26.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:22:26.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632730826277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:22:26.831Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-27T08:22:26.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:22:26.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632730826277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-27T08:22:26.832Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-27T08:22:26.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:22:26.832Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632730826277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:22:26.832Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-27T08:22:26.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:22:26.832Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632730826277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar",
"status": "NOTIFIED"
}
2021-09-27T08:22:26.832Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-27T08:22:26.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:22:26.833Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632730835128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-27T08:22:26.833Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T08:22:26.833Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:22:26.833Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632730842574,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vfw4a7fdfdba5c70_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-27T08:22:26.833Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T08:22:26.833Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:22:26.833Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632730844886,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-27T08:22:26.833Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T08:22:26.833Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:22:26.834Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "aai-ml",
"timestamp": 1632730846087,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-27T08:22:26.834Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T08:22:26.834Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:22:26.834Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632730846700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-27T08:22:26.834Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T08:22:26.834Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:22:26.834Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "aai-ml",
"timestamp": 1632730847092,
"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-09-27T08:22:26.841Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 41efe4e6-12c1-4800-8b81-2e4d1f7d4b16
2021-09-27T08:22:26.841Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41efe4e6-12c1-4800-8b81-2e4d1f7d4b16 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-09-27T08:22:26.847Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:22:26.847Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632730848061,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vfw4a7fdfdba5c70_modules.json",
"status": "DEPLOY_OK"
}
2021-09-27T08:22:26.847Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T08:22:26.847Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:22:26.848Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632730849065,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-09-27T08:22:26.848Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T08:22:26.848Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:22:26.848Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632730850070,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-09-27T08:22:26.848Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T08:22:26.848Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:22:26.848Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632730851074,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-27T08:22:26.849Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T08:22:52.194Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 41efe4e6-12c1-4800-8b81-2e4d1f7d4b16
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-09-27T08:22:52.214Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 41efe4e6-12c1-4800-8b81-2e4d1f7d4b16
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-09-27T08:22:52.226Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-27T08:22:52.226Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-27T08:22:52.226Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-27T08:22:52.226Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-27T08:22:52.226Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-27T08:22:52.226Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-27T08:22:52.226Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-27T08:22:52.226Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-27T08:22:52.227Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-27T08:22:52.227Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-27T08:22:52.227Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|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-09-27T08:22:52.230Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-27T08:23:22.231Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 41efe4e6-12c1-4800-8b81-2e4d1f7d4b16 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-09-27T08:23:22.248Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 41efe4e6-12c1-4800-8b81-2e4d1f7d4b16 and serviceModelVersionId: 44627f9c-dd4f-4701-80d0-37349566cc35
2021-09-27T08:23:22.249Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 348cc65e-7f7a-4a40-be14-9a6e31de6226
2021-09-27T08:23:26.280Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:23:26.281Z||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-09-27T08:23:26.281Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:23:35.838Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:23:39.824Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/348cc65e-7f7a-4a40-be14-9a6e31de6226/model-vers/model-ver/44627f9c-dd4f-4701-80d0-37349566cc35?depth=0
2021-09-27T08:23:39.936Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-09-27T08:23:40.458Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/348cc65e-7f7a-4a40-be14-9a6e31de6226/model-vers/model-ver/44627f9c-dd4f-4701-80d0-37349566cc35?depth=0|INFO|500||Invoke
2021-09-27T08:23:40.465Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/348cc65e-7f7a-4a40-be14-9a6e31de6226/model-vers/model-ver/44627f9c-dd4f-4701-80d0-37349566cc35?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/348cc65e-7f7a-4a40-be14-9a6e31de6226/model-vers/model-ver/44627f9c-dd4f-4701-80d0-37349566cc35?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[41efe4e6-12c1-4800-8b81-2e4d1f7d4b16], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3457408c-4552-4228-97bc-9e7d41e5159f], X-ECOMP-RequestID=[41efe4e6-12c1-4800-8b81-2e4d1f7d4b16], X-TransactionId=[], X-ONAP-RequestID=[41efe4e6-12c1-4800-8b81-2e4d1f7d4b16], Content-Type=[application/merge-patch+json]}
2021-09-27T08:23:40.591Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/348cc65e-7f7a-4a40-be14-9a6e31de6226/model-vers/model-ver/44627f9c-dd4f-4701-80d0-37349566cc35?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-27T08:23:41.208Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/348cc65e-7f7a-4a40-be14-9a6e31de6226/model-vers/model-ver/44627f9c-dd4f-4701-80d0-37349566cc35?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/348cc65e-7f7a-4a40-be14-9a6e31de6226/model-vers/model-ver/44627f9c-dd4f-4701-80d0-37349566cc35?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210927-08:23:40:598-59252], vertex-id=[225288], Content-Length=[0], Date=[Mon, 27 Sep 2021 08:23:40 GMT], Content-Type=[application/json]}
2021-09-27T08:23:41.210Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/348cc65e-7f7a-4a40-be14-9a6e31de6226/model-vers/model-ver/44627f9c-dd4f-4701-80d0-37349566cc35?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-27T08:23:41.211Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/348cc65e-7f7a-4a40-be14-9a6e31de6226/model-vers/model-ver/44627f9c-dd4f-4701-80d0-37349566cc35?depth=0|INFO|500||InvokeReturn
2021-09-27T08:23:41.215Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-27T08:23:41.215Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|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-09-27T08:23:41.220Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|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-09-27T08:23:41.221Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 41efe4e6-12c1-4800-8b81-2e4d1f7d4b16 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-27T08:23:41.222Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-27T08:23:41.223Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-27T08:23:41.225Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T08:23:41.225Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632731021221,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-27T08:23:41.325Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T08:23:41.326Z||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-09-27T08:23:41.326Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ...
2021-09-27T08:23:41.344Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:23:41.344Z||pool-18-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-09-27T08:23:42.239Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:23:42.240Z||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-09-27T08:23:42.240Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:23:52.491Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:23:52.494Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:23:52.495Z||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-09-27T08:23:52.495Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:24:02.060Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:24:02.061Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:24:02.063Z||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-09-27T08:24:02.063Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:24:11.638Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:24:26.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:24:26.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:24:26.280Z||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-09-27T08:24:26.280Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:24:26.280Z||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-09-27T08:24:26.280Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:24:26.916Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:24:26.917Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-27T08:24:26.917Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632731021221,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-27T08:24:26.919Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T08:24:35.830Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:25:26.277Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:25:26.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:25:26.280Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|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-09-27T08:25:26.280Z||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-09-27T08:25:26.280Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:25:26.280Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:25:35.836Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:25:35.836Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:26:26.277Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:26:26.279Z||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-09-27T08:26:26.279Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:26:26.280Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:26:26.281Z||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-09-27T08:26:26.282Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:26:35.827Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:26:35.834Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:27:26.277Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:27:26.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:27:26.280Z||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-09-27T08:27:26.280Z||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-09-27T08:27:26.280Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:27:26.280Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:27:35.839Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:27:35.841Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:28:26.278Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:28:26.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:28:26.281Z||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-09-27T08:28:26.281Z||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-09-27T08:28:26.281Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:28:26.282Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:28:35.845Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:28:35.845Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:29:26.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:29:26.280Z||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-09-27T08:29:26.280Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:29:26.281Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:29:26.282Z||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-09-27T08:29:26.282Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:29:35.880Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:29:35.887Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:30:26.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:30:26.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:30:26.279Z||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-09-27T08:30:26.279Z||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-09-27T08:30:26.279Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:30:26.279Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:30:35.847Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:30:35.847Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:31:26.278Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:31:26.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:31:26.280Z||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-09-27T08:31:26.280Z||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-09-27T08:31:26.280Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:31:26.280Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:31:35.828Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:31:35.832Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:32:26.277Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:32:26.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:32:26.280Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|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-09-27T08:32:26.280Z||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-09-27T08:32:26.280Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:32:26.280Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:32:35.847Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:32:35.872Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:33:26.277Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:33:26.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:33:26.279Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|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-09-27T08:33:26.280Z||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-09-27T08:33:26.280Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:33:26.280Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:33:35.892Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:33:35.893Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:34:26.278Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:34:26.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:34:26.280Z||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-09-27T08:34:26.280Z||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-09-27T08:34:26.280Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:34:26.280Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:34:35.833Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:34:35.846Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:35:26.277Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:35:26.279Z||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-09-27T08:35:26.279Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:35:26.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:35:26.280Z||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-09-27T08:35:26.280Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:35:35.844Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:35:35.844Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:36:26.278Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:36:26.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:36:26.280Z||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-09-27T08:36:26.280Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:36:26.285Z||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-09-27T08:36:26.286Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:36:35.850Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:36:35.859Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:37:26.278Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:37:26.279Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:37:26.280Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|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-09-27T08:37:26.280Z||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-09-27T08:37:26.280Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:37:26.280Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:37:35.834Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:37:35.846Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:38:26.278Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:38:26.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:38:26.280Z||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-09-27T08:38:26.280Z||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-09-27T08:38:26.280Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:38:26.280Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:38:26.919Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:38:26.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-27T08:38:26.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f","serviceName":"vFW 2021-09-27 08-35-13","serviceVersion":"1.0","serviceUUID":"d39ad8fd-a495-4edb-b3f6-a12bc8880b7f","serviceDescription":"catalog service description","serviceInvariantUUID":"e1403da4-8f07-4be3-8359-8a30987d5cf8","resources":[{"resourceInstanceName":"vFW 82079ad7-7b24 0","resourceName":"vFW 82079ad7-7b24","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2abe8239-ce2f-4fab-aa2c-f5beedb30e8c","resourceInvariantUUID":"4ea1f27f-6b46-409b-b191-5c7e0abcf609","resourceCustomizationUUID":"3ad601eb-ff47-46fa-a132-f1944994158e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vf-license-model.xml","artifactChecksum":"NWZiMzU4MzIyZTkwMjNiMDYzY2MxNmZhNWE0MWUwMTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bdbfdf38-d4f8-4733-b707-76794fc38111","artifactVersion":"1"},{"artifactName":"vfw82079ad77b240_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vfw82079ad77b240_modules.json","artifactChecksum":"ZGNkMTg1YjhlNzI5N2ViMzg5NTdiYmQ0ODFhMzc0MmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"25091bca-1ae0-44bf-8e0a-35abebab910e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0c7dfb25-5f25-45fd-9a05-4031a368860f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vendor-license-model.xml","artifactChecksum":"ZDg3NTEyZGIyODc1MjZiNzFkYzA2OTQzYzE5ZTk4ZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d2e8c60c-d364-4754-a9f3-0f3ee64edb21","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"572ec436-db6d-4620-b953-0eb5896083bc","artifactVersion":"2","generatedFromUUID":"0c7dfb25-5f25-45fd-9a05-4031a368860f"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210927083513-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-template.yml","artifactChecksum":"YTMyYjNiMzI2MTBkNmVjZDFjNmUxMDgwZDZlNDU1NGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"43821d48-10e6-49fd-ab02-e5142e1b03b8","artifactVersion":"1"},{"artifactName":"service-Vfw20210927083513-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar","artifactChecksum":"ZTk1ODk1YWM0MDBlZTllYzE3ODlmMWRiZmE4OTc4YmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"74502502-f698-4745-a549-66f26e5b919a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-27T08:38:26.925Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T08:38:26.926Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-27T08:38:26.929Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:38:26.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:26.932Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "dcae-sch",
"timestamp": 1632731863566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:38:26.933Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T08:38:26.934Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632731906277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:38:26.937Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-27T08:38:26.937Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:26.938Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "aai-ml",
"timestamp": 1632731862933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:38:26.938Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-27T08:38:26.938Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:26.938Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632731862783,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:38:26.938Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-27T08:38:26.938Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:26.938Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632731861719,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:38:26.938Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-27T08:38:26.938Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:26.939Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "aai-ml",
"timestamp": 1632731862933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vfw82079ad77b240_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:38:26.939Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-27T08:38:26.939Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:26.939Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "dcae-sch",
"timestamp": 1632731863566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vfw82079ad77b240_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:38:26.939Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-27T08:38:26.939Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:26.939Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632731862783,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vfw82079ad77b240_modules.json",
"status": "NOTIFIED"
}
2021-09-27T08:38:26.939Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-27T08:38:26.939Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:26.940Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632731861719,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vfw82079ad77b240_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:38:26.940Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-27T08:38:26.940Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:26.940Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "cds",
"timestamp": 1632731872208,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:38:26.940Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-27T08:38:26.940Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:26.940Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "aai-ml",
"timestamp": 1632731862933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:38:26.940Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-27T08:38:26.940Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:26.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "dcae-sch",
"timestamp": 1632731863566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:38:26.941Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-27T08:38:26.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:26.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632731862783,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-27T08:38:26.941Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-27T08:38:26.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:26.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632731861719,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:38:26.941Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-27T08:38:26.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:26.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "cds",
"timestamp": 1632731872208,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vfw82079ad77b240_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:38:26.942Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-27T08:38:26.942Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:26.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632731862783,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:38:26.942Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-27T08:38:26.942Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:26.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "aai-ml",
"timestamp": 1632731862933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:38:26.943Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-27T08:38:26.943Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:26.943Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "dcae-sch",
"timestamp": 1632731863566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:38:26.943Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-27T08:38:26.943Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:26.943Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632731861719,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:38:26.943Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-27T08:38:26.943Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:26.943Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "cds",
"timestamp": 1632731872208,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:38:26.944Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-27T08:38:26.944Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:26.944Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "aai-ml",
"timestamp": 1632731862933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:38:26.944Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-27T08:38:26.944Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:26.944Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632731862783,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-27T08:38:26.944Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-27T08:38:26.944Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:26.944Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "dcae-sch",
"timestamp": 1632731863566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:38:26.945Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-27T08:38:26.945Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:26.945Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632731861719,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:38:26.945Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-27T08:38:26.945Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:26.945Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "cds",
"timestamp": 1632731872208,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:38:26.945Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-27T08:38:26.945Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:26.946Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "clamp",
"timestamp": 1632731875498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:38:26.946Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-27T08:38:26.946Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:26.946Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "aai-ml",
"timestamp": 1632731862933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:38:26.946Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-27T08:38:26.946Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:26.947Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632731862783,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:38:26.955Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-27T08:38:26.956Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:26.956Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632731861719,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:38:26.956Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-27T08:38:26.956Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:26.956Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "dcae-sch",
"timestamp": 1632731863566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:38:26.956Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-27T08:38:26.956Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:26.956Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "cds",
"timestamp": 1632731872208,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:38:26.957Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-27T08:38:26.957Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:26.957Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "clamp",
"timestamp": 1632731875498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vfw82079ad77b240_modules.json",
"status": "NOTIFIED"
}
2021-09-27T08:38:26.957Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-27T08:38:26.957Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:26.957Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "aai-ml",
"timestamp": 1632731862933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar",
"status": "NOTIFIED"
}
2021-09-27T08:38:26.957Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-27T08:38:26.957Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:26.957Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632731862783,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar",
"status": "NOTIFIED"
}
2021-09-27T08:38:26.958Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-27T08:38:26.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:26.958Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632731861719,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar",
"status": "NOTIFIED"
}
2021-09-27T08:38:26.958Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-27T08:38:26.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:26.958Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "dcae-sch",
"timestamp": 1632731863566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:38:26.958Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-27T08:38:26.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:26.958Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "cds",
"timestamp": 1632731872208,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:38:26.959Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-27T08:38:26.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:26.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "clamp",
"timestamp": 1632731875498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:38:26.963Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-27T08:38:26.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:26.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "ves-openapi-manager",
"timestamp": 1632731877598,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:38:26.964Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-27T08:38:26.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:26.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "cds",
"timestamp": 1632731872208,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar",
"status": "NOTIFIED"
}
2021-09-27T08:38:26.964Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-27T08:38:26.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:26.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "clamp",
"timestamp": 1632731875498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:38:26.964Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-27T08:38:26.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:26.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "ves-openapi-manager",
"timestamp": 1632731877598,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vfw82079ad77b240_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:38:26.965Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-27T08:38:26.965Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:26.965Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "clamp",
"timestamp": 1632731875498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:38:26.965Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-27T08:38:26.965Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:26.965Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "ves-openapi-manager",
"timestamp": 1632731877598,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:38:26.965Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-27T08:38:26.965Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:26.965Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "policy-id",
"timestamp": 1632731880086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:38:26.966Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-27T08:38:26.966Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:26.966Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632731881079,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vfw82079ad77b240_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-27T08:38:26.966Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T08:38:26.966Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:26.966Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "aai-ml",
"timestamp": 1632731881088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-27T08:38:26.966Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T08:38:26.966Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:26.966Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "clamp",
"timestamp": 1632731875498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:38:26.967Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-27T08:38:26.971Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:26.973Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632731881190,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-27T08:38:26.973Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T08:38:26.973Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:26.974Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "ves-openapi-manager",
"timestamp": 1632731877598,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:38:26.974Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-27T08:38:26.974Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:26.974Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "policy-id",
"timestamp": 1632731880086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vfw82079ad77b240_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:38:26.975Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-27T08:38:26.975Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:26.975Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "cds",
"timestamp": 1632731881800,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-27T08:38:26.975Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T08:38:26.976Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:26.976Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "clamp",
"timestamp": 1632731875498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar",
"status": "NOTIFIED"
}
2021-09-27T08:38:26.976Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-27T08:38:26.976Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:26.977Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "ves-openapi-manager",
"timestamp": 1632731877598,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:38:26.977Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-27T08:38:26.977Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:26.977Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "policy-id",
"timestamp": 1632731880086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-27T08:38:26.978Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-27T08:38:26.978Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:26.978Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "cds",
"timestamp": 1632731882809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-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-09-27T08:38:27.000Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f
2021-09-27T08:38:27.001Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f 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-09-27T08:38:27.010Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:27.010Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "ves-openapi-manager",
"timestamp": 1632731877598,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:38:27.010Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-27T08:38:27.010Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:27.011Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "policy-id",
"timestamp": 1632731880086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:38:27.011Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-27T08:38:27.011Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:27.011Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632731884078,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-27T08:38:27.011Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T08:38:27.012Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:27.012Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "ves-openapi-manager",
"timestamp": 1632731877598,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:38:27.012Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-27T08:38:27.012Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:27.012Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "policy-id",
"timestamp": 1632731880086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:38:27.013Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-27T08:38:27.013Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:27.013Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632731885059,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-27T08:38:27.013Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T08:38:27.013Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:27.019Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "policy-id",
"timestamp": 1632731880086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:38:27.019Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-27T08:38:27.019Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:27.020Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632731886069,
"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-09-27T08:38:27.028Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f
2021-09-27T08:38:27.028Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f and ComponentName SDNC
2021-09-27T08:38:27.031Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
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=?
2021-09-27T08:38:27.032Z||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-09-27T08:38:27.032Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ...
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-27T08:38:27.040Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:27.040Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632731886286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-27T08:38:27.041Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T08:38:27.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:27.041Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "policy-id",
"timestamp": 1632731880086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar",
"status": "NOTIFIED"
}
2021-09-27T08:38:27.041Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-27T08:38:27.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:27.041Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632731887319,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
2021-09-27T08:38:27.044Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:38:27.045Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-27T08:38:27.048Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f
2021-09-27T08:38:27.049Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f 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-09-27T08:38:27.057Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:27.057Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632731888323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vfw82079ad77b240_modules.json",
"status": "DEPLOY_OK"
}
2021-09-27T08:38:27.057Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T08:38:27.057Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:27.058Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "policy-id",
"timestamp": 1632731888803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-27T08:38:27.058Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T08:38:27.058Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:27.058Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "clamp",
"timestamp": 1632731889627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-27T08:38:27.058Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T08:38:27.059Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:27.059Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "policy-id",
"timestamp": 1632731889815,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-27T08:38:27.059Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T08:38:27.059Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:27.059Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "policy-id",
"timestamp": 1632731890823,
"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-09-27T08:38:27.066Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f
2021-09-27T08:38:27.066Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f 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-09-27T08:38:27.073Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:27.073Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "clamp",
"timestamp": 1632731891648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-27T08:38:27.073Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T08:38:27.073Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:27.073Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "aai-ml",
"timestamp": 1632731892492,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-27T08:38:27.074Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T08:38:27.074Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:27.074Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "clamp",
"timestamp": 1632731892651,
"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-09-27T08:38:27.078Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f
2021-09-27T08:38:27.079Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f 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-09-27T08:38:27.087Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:38:27.087Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "aai-ml",
"timestamp": 1632731893496,
"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-09-27T08:38:27.091Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f
2021-09-27T08:38:27.092Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f 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-09-27T08:38:27.934Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T08:38:27.935Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-27T08:38:27.938Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T08:38:27.939Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632731906277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vfw82079ad77b240_modules.json",
"status": "NOTIFIED"
}
2021-09-27T08:38:28.039Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T08:38:28.040Z||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-09-27T08:38:28.040Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ...
2021-09-27T08:38:28.051Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:38:28.052Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-27T08:38:28.939Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T08:38:28.940Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-27T08:38:28.943Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T08:38:28.943Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632731906277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-27T08:38:29.043Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T08:38:29.044Z||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-09-27T08:38:29.044Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ...
2021-09-27T08:38:29.060Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:38:29.060Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-27T08:38:29.943Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T08:38:29.948Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-27T08:38:29.952Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T08:38:29.952Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632731906277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:38:30.053Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-27T08:38:30.055Z||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-09-27T08:38:30.055Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ...
2021-09-27T08:38:30.067Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:38:30.068Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-27T08:38:30.954Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T08:38:30.955Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-27T08:38:30.957Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T08:38:30.958Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632731906277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-27T08:38:31.058Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T08:38:31.060Z||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-09-27T08:38:31.060Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ...
2021-09-27T08:38:31.072Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:38:31.073Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-09-27T08:38:31.960Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T08:38:31.960Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-27T08:38:31.962Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T08:38:31.963Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632731906277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:38:32.063Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T08:38:32.064Z||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-09-27T08:38:32.064Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ...
2021-09-27T08:38:32.078Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:38:32.079Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-27T08:38:32.964Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T08:38:32.967Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-27T08:38:32.970Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T08:38:32.970Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632731906277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar",
"status": "NOTIFIED"
}
2021-09-27T08:38:33.071Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-27T08:38:33.072Z||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-09-27T08:38:33.073Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ...
2021-09-27T08:38:33.084Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:38:33.085Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-27T08:38:33.975Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"serviceName": "vFW 2021-09-27 08-35-13",
"serviceVersion": "1.0",
"serviceUUID": "d39ad8fd-a495-4edb-b3f6-a12bc8880b7f",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "e1403da4-8f07-4be3-8359-8a30987d5cf8",
"resources": [
{
"resourceInstanceName": "vFW 82079ad7-7b24 0",
"resourceCustomizationUUID": "3ad601eb-ff47-46fa-a132-f1944994158e",
"resourceName": "vFW 82079ad7-7b24",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "2abe8239-ce2f-4fab-aa2c-f5beedb30e8c",
"resourceInvariantUUID": "4ea1f27f-6b46-409b-b191-5c7e0abcf609",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw82079ad77b240_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vfw82079ad77b240_modules.json",
"artifactChecksum": "ZGNkMTg1YjhlNzI5N2ViMzg5NTdiYmQ0ODFhMzc0MmY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "25091bca-1ae0-44bf-8e0a-35abebab910e",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "0c7dfb25-5f25-45fd-9a05-4031a368860f",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "572ec436-db6d-4620-b953-0eb5896083bc",
"generatedFromUUID": "0c7dfb25-5f25-45fd-9a05-4031a368860f"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "572ec436-db6d-4620-b953-0eb5896083bc",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210927083513-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar",
"artifactChecksum": "ZTk1ODk1YWM0MDBlZTllYzE3ODlmMWRiZmE4OTc4YmM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "74502502-f698-4745-a549-66f26e5b919a"
}
],
"workloadContext": "Production"
}
2021-09-27T08:38:33.975Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-27T08:38:33.976Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d39ad8fd-a495-4edb-b3f6-a12bc8880b7f ASDC
2021-09-27T08:38:33.977Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f
ServiceName:vFW 2021-09-27 08-35-13
ServiceVersion:1.0
ServiceUUID:d39ad8fd-a495-4edb-b3f6-a12bc8880b7f
ServiceInvariantUUID:e1403da4-8f07-4be3-8359-8a30987d5cf8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210927083513-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar
ArtifactUUID:74502502-f698-4745-a549-66f26e5b919a
ArtifactChecksum:ZTk1ODk1YWM0MDBlZTllYzE3ODlmMWRiZmE4OTc4YmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 82079ad7-7b24 0
ResourceCustomizationUUID:3ad601eb-ff47-46fa-a132-f1944994158e
ResourceInvariantUUID:4ea1f27f-6b46-409b-b191-5c7e0abcf609
ResourceName:vFW 82079ad7-7b24
ResourceType:VF
ResourceUUID:2abe8239-ce2f-4fab-aa2c-f5beedb30e8c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw82079ad77b240_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vfw82079ad77b240_modules.json
ArtifactUUID:25091bca-1ae0-44bf-8e0a-35abebab910e
ArtifactChecksum:ZGNkMTg1YjhlNzI5N2ViMzg5NTdiYmQ0ODFhMzc0MmY=
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/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.yaml
ArtifactUUID:0c7dfb25-5f25-45fd-9a05-4031a368860f
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/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.env
ArtifactUUID:572ec436-db6d-4620-b953-0eb5896083bc
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/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.env
ArtifactUUID:572ec436-db6d-4620-b953-0eb5896083bc
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-27T08:38:33.977Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d39ad8fd-a495-4edb-b3f6-a12bc8880b7f 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-09-27T08:38:34.028Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-27T08:38:34.029Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-27T08:38:34.029Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-27T08:38:34.030Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 74502502-f698-4745-a549-66f26e5b919a from URL: /sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar
2021-09-27T08:38:34.030Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-27T08:38:34.030Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar
2021-09-27T08:38:34.706Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-27T08:38:34.711Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar 74502502-f698-4745-a549-66f26e5b919a 98731
2021-09-27T08:38:34.712Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar ASDC sendASDCNotification
2021-09-27T08:38:34.712Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar
2021-09-27T08:38:34.712Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-27T08:38:34.712Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-27T08:38:34.716Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T08:38:34.716Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632731914712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-27T08:38:34.815Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-27T08:38:34.816Z||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-09-27T08:38:34.816Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ...
2021-09-27T08:38:34.831Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:38:34.832Z||pool-26-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-09-27T08:38:35.716Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-27T08:38:35.717Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-27T08:38:35.718Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 74502502-f698-4745-a549-66f26e5b919a, URL: /sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar to file: /app/ASDC/1/service-Vfw20210927083513-csar.csar
2021-09-27T08:38:35.718Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210927083513-csar.csar
2021-09-27T08:38:35.718Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210927083513-csar.csar
2021-09-27T08:38:35.718Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210927083513-csar.csar
2021-09-27T08:38:36.105Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3997235381990246399/Definitions/service-Vfw20210927083513-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-09-27T08:38:38.355Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-27T08:38:38.356Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-27T08:38:38.357Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210927083513-csar.csar
2021-09-27T08:38:38.357Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-27T08:38:38.357Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210927083513-csar.csar
2021-09-27T08:38:38.357Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210927083513-csar.csar
2021-09-27T08:38:38.357Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|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-Vfw20210927083513-csar.csar
2021-09-27T08:38:38.358Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210927083513-csar.csar
2021-09-27T08:38:38.358Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210927083513-csar.csar
2021-09-27T08:38:38.358Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210927083513-csar.csar
2021-09-27T08:38:38.359Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|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-Vfw20210927083513-csar.csar
2021-09-27T08:38:38.359Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|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-Vfw20210927083513-csar.csar
2021-09-27T08:38:38.359Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210927083513-csar.csar
2021-09-27T08:38:38.359Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|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-Vfw20210927083513-csar.csar
2021-09-27T08:38:38.359Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210927083513-csar.csar
2021-09-27T08:38:38.359Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 82079ad7-7b24 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-Vfw20210927083513-csar.csar
2021-09-27T08:38:38.360Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|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-Vfw20210927083513-csar.csar
2021-09-27T08:38:38.360Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-27T08:38:38.360Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:38:38.360Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-27 08-35-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T08:38:38.361Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82079ad7-7b24 0 is matching search criteria
2021-09-27T08:38:38.361Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-27T08:38:38.361Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 82079ad7-7b24 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-27T08:38:38.362Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:38:38.362Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-27 08-35-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T08:38:38.362Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82079ad7-7b24 0 is matching search criteria
2021-09-27T08:38:38.362Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-27T08:38:38.362Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 82079ad7-7b24 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-27T08:38:38.363Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:38:38.363Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-27 08-35-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T08:38:38.363Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:38:38.363Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82079ad7-7b24 0 is not matching search criteria
2021-09-27T08:38:38.364Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-27T08:38:38.364Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-27T08:38:38.364Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-27T08:38:38.364Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-27T08:38:38.365Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-27T08:38:38.365Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-27T08:38:38.365Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-27T08:38:38.365Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-27T08:38:38.365Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-27T08:38:38.366Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-27T08:38:38.366Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-27T08:38:38.366Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-27T08:38:38.366Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-27T08:38:38.366Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-27T08:38:38.367Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-27T08:38:38.367Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-27T08:38:38.367Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:38:38.367Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-27 08-35-13 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-27T08:38:38.368Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:38:38.368Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82079ad7-7b24 0 is matching search criteria
2021-09-27T08:38:38.368Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 82079ad7-7b24 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T08:38:38.368Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:38:38.369Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82079ad7-7b24 0 is matching search criteria
2021-09-27T08:38:38.369Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 82079ad7-7b24 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T08:38:38.369Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:38:38.369Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82079ad7-7b24 0 is matching search criteria
2021-09-27T08:38:38.369Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 82079ad7-7b24 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T08:38:38.370Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:38:38.370Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82079ad7-7b24 0 is not matching search criteria
2021-09-27T08:38:38.370Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-27T08:38:38.370Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-27T08:38:38.371Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-27T08:38:38.371Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-27T08:38:38.371Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-27T08:38:38.371Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-27T08:38:38.371Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-27T08:38:38.372Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-27T08:38:38.372Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-27T08:38:38.372Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-27T08:38:38.372Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-27T08:38:38.372Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=09c7c3a7-6861-4f28-8695-7a87881b9787
2021-09-27T08:38:38.373Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:38:38.373Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82079ad7-7b24 0 is not matching search criteria
2021-09-27T08:38:38.373Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-27T08:38:38.373Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-27T08:38:38.374Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-27T08:38:38.374Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-27T08:38:38.374Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-27T08:38:38.374Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-27T08:38:38.374Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-27T08:38:38.375Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-27T08:38:38.375Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-27T08:38:38.375Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-27T08:38:38.375Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-27T08:38:38.375Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-27T08:38:38.376Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=75576179-6430-4ecd-8988-67e8c179ec6f
2021-09-27T08:38:38.376Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:38:38.376Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82079ad7-7b24 0 is not matching search criteria
2021-09-27T08:38:38.376Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-27T08:38:38.377Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-27T08:38:38.377Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-27T08:38:38.377Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-27T08:38:38.377Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-27T08:38:38.377Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-27T08:38:38.378Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-27T08:38:38.378Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-27T08:38:38.378Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-27T08:38:38.378Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-27T08:38:38.378Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-27T08:38:38.379Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-27T08:38:38.379Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9a7f1d09-e0e3-4b88-affe-5ee38c7893e6
2021-09-27T08:38:38.379Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:38:38.379Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-27 08-35-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T08:38:38.379Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:38:38.380Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-27 08-35-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T08:38:38.380Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:38:38.380Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-27 08-35-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T08:38:38.380Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:38:38.380Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-27 08-35-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T08:38:38.381Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-09-27 08-35-13
Description:catalog service description
Model UUID:d39ad8fd-a495-4edb-b3f6-a12bc8880b7f
Model Version:NULL
Model InvariantUuid:e1403da4-8f07-4be3-8359-8a30987d5cf8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 82079ad7-7b24
Model UUID:0535faa2-18f4-40dc-84db-6395e8f77583
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4ea1f27f-6b46-409b-b191-5c7e0abcf609
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:3ad601eb-ff47-46fa-a132-f1944994158e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:384f08fd-2f73-439b-ac3e-8f655fc2ed12
ModelName:Vfw82079ad77b24..base_vfw..module-0
ModelUuid:b2a7822a-b3af-4138-9bb7-9c6185c10434
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:09c7c3a7-6861-4f28-8695-7a87881b9787
ModelInvariantUuid:020ed411-6421-4f3c-9678-8346b0826054
ModelName:vFW 82079ad7-7b24-nodes.vfwCvfc
ModelUuid:1ba96a69-0f63-40d8-a3da-0a1b921ce3e0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:1d6422bf-5486-44c5-88f9-cef23972db9d
ModelInvariantUuid:d959236c-c8d8-47a8-8a6e-8b0d326c28e1
ModelName:Vfw82079ad77b24.compute.nodes.heat.vfw
ModelUuid:ed15ef35-7429-4023-acda-61f04857c9c2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:75576179-6430-4ecd-8988-67e8c179ec6f
ModelInvariantUuid:cb6636c3-cb17-4ee2-9d79-fed4625da5c4
ModelName:vFW 82079ad7-7b24-nodes.vsnCvfc
ModelUuid:7a9df28b-db2a-44a7-95d9-c70edeeb794b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:ee174078-5874-4f35-96bd-994b667d88d4
ModelInvariantUuid:e7dd6602-e657-49cc-869d-f3c306c5146d
ModelName:Vfw82079ad77b24.compute.nodes.heat.vsn
ModelUuid:1a42f421-7cda-465d-ae12-3770bbb04471
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:9a7f1d09-e0e3-4b88-affe-5ee38c7893e6
ModelInvariantUuid:68d1491f-7d0f-46e1-ba63-dcff7638c73d
ModelName:vFW 82079ad7-7b24-nodes.vpgCvfc
ModelUuid:cbf9625c-2aa7-4743-9736-0f57cafd0151
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:0b96e9f3-522e-45a5-bffa-1dadf59bb459
ModelInvariantUuid:58f6e289-c31d-47b5-bc17-3322dab78c63
ModelName:Vfw82079ad77b24.compute.nodes.heat.vpg
ModelUuid:004613ab-0ef6-4187-80d7-3db89fe60a5f
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-09-27T08:38:38.393Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 2abe8239-ce2f-4fab-aa2c-f5beedb30e8c
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-09-27T08:38:38.399Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||vFW 82079ad7-7b24 0
2021-09-27T08:38:38.399Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2abe8239-ce2f-4fab-aa2c-f5beedb30e8c
2021-09-27T08:38:38.400Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 25091bca-1ae0-44bf-8e0a-35abebab910e from URL: /sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vfw82079ad77b240_modules.json
2021-09-27T08:38:38.400Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-27T08:38:38.401Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vfw82079ad77b240_modules.json
2021-09-27T08:38:40.966Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-27T08:38:40.967Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vfw82079ad77b240_modules.json 25091bca-1ae0-44bf-8e0a-35abebab910e 785
2021-09-27T08:38:40.967Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vfw82079ad77b240_modules.json ASDC sendASDCNotification
2021-09-27T08:38:40.968Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vfw82079ad77b240_modules.json
2021-09-27T08:38:40.968Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-27T08:38:40.968Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-27T08:38:40.970Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T08:38:40.970Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632731920967,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vfw82079ad77b240_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-27T08:38:41.070Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T08:38:41.071Z||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-09-27T08:38:41.072Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ...
2021-09-27T08:38:41.084Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:38:41.085Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-09-27T08:38:41.971Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw82079ad77b24..base_vfw..module-0",
"vfModuleModelInvariantUUID": "384f08fd-2f73-439b-ac3e-8f655fc2ed12",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b2a7822a-b3af-4138-9bb7-9c6185c10434",
"vfModuleModelCustomizationUUID": "d02c20a0-6504-4912-ba08-1f2bb3f58441",
"isBase": true,
"artifacts": [
"0c7dfb25-5f25-45fd-9a05-4031a368860f",
"572ec436-db6d-4620-b953-0eb5896083bc"
],
"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-09-27T08:38:41.976Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw82079ad77b24..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b2a7822a-b3af-4138-9bb7-9c6185c10434
VfModuleModelInvariantUUID:384f08fd-2f73-439b-ac3e-8f655fc2ed12
VfModuleModelDescription:NULL
Artifacts UUID List:{
0c7dfb25-5f25-45fd-9a05-4031a368860f
,
572ec436-db6d-4620-b953-0eb5896083bc
}
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-09-27T08:38:41.978Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw82079ad77b24..base_vfw..module-0",
"vfModuleModelInvariantUUID": "384f08fd-2f73-439b-ac3e-8f655fc2ed12",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b2a7822a-b3af-4138-9bb7-9c6185c10434",
"vfModuleModelCustomizationUUID": "d02c20a0-6504-4912-ba08-1f2bb3f58441",
"isBase": true,
"artifacts": [
"0c7dfb25-5f25-45fd-9a05-4031a368860f",
"572ec436-db6d-4620-b953-0eb5896083bc"
],
"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-09-27T08:38:41.978Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw82079ad77b24..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b2a7822a-b3af-4138-9bb7-9c6185c10434
VfModuleModelInvariantUUID:384f08fd-2f73-439b-ac3e-8f655fc2ed12
VfModuleModelDescription:NULL
Artifacts UUID List:{
0c7dfb25-5f25-45fd-9a05-4031a368860f
,
572ec436-db6d-4620-b953-0eb5896083bc
}
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-09-27T08:38:41.978Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0c7dfb25-5f25-45fd-9a05-4031a368860f from URL: /sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.yaml
2021-09-27T08:38:41.978Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-27T08:38:41.978Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.yaml
2021-09-27T08:38:43.965Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-27T08:38:43.966Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.yaml 0c7dfb25-5f25-45fd-9a05-4031a368860f 20368
2021-09-27T08:38:43.966Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-27T08:38:43.966Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.yaml
2021-09-27T08:38:43.966Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-27T08:38:43.966Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-27T08:38:43.969Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T08:38:43.969Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632731923966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-27T08:38:44.069Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T08:38:44.070Z||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-09-27T08:38:44.070Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ...
2021-09-27T08:38:44.083Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:38:44.084Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-27T08:38:44.970Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 572ec436-db6d-4620-b953-0eb5896083bc from URL: /sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.env
2021-09-27T08:38:44.971Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-27T08:38:44.971Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.env
2021-09-27T08:38:45.893Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-27T08:38:45.894Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.env 572ec436-db6d-4620-b953-0eb5896083bc 2098
2021-09-27T08:38:45.894Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-27T08:38:45.894Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.env
2021-09-27T08:38:45.894Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-27T08:38:45.894Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-27T08:38:45.896Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T08:38:45.896Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632731925894,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-27T08:38:45.997Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-27T08:38:45.998Z||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-09-27T08:38:45.998Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ...
2021-09-27T08:38:46.013Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:38:46.013Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-27T08:38:46.897Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: d39ad8fd-a495-4edb-b3f6-a12bc8880b7f
2021-09-27T08:38:46.897Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 82079ad7-7b24 0 2abe8239-ce2f-4fab-aa2c-f5beedb30e8c 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-09-27T08:38:46.914Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@60349227, org.onap.sdc.toscaparser.api.parameters.Input@6a424c26, org.onap.sdc.toscaparser.api.parameters.Input@3efcb1af, org.onap.sdc.toscaparser.api.parameters.Input@6e75ca0d, org.onap.sdc.toscaparser.api.parameters.Input@2a14d84e]
2021-09-27T08:38:46.916Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:38:46.916Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-27 08-35-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T08:38:46.916Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2021-09-27T08:38:46.916Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 3ad601eb-ff47-46fa-a132-f1944994158e
2021-09-27T08:38:46.917Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3ad601eb-ff47-46fa-a132-f1944994158e matches Tosca VF Customization UUID: 3ad601eb-ff47-46fa-a132-f1944994158e
2021-09-27T08:38:46.917Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 3ad601eb-ff47-46fa-a132-f1944994158e 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-09-27T08:38:46.920Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:38:46.920Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-27 08-35-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T08:38:46.921Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 3ad601eb-ff47-46fa-a132-f1944994158e: {\"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-09-27T08:38:46.921Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4980a6ea
2021-09-27T08:38:46.921Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:38:46.921Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-27 08-35-13 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-27T08:38:46.921Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d02c20a0-6504-4912-ba08-1f2bb3f58441
2021-09-27T08:38:46.922Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d02c20a0-6504-4912-ba08-1f2bb3f58441
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-09-27T08:38:46.925Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:38:46.925Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82079ad7-7b24 0 is matching search criteria
2021-09-27T08:38:46.925Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 82079ad7-7b24 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T08:38:46.925Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:38:46.925Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82079ad7-7b24 0 is matching search criteria
2021-09-27T08:38:46.926Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 82079ad7-7b24 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T08:38:46.926Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:38:46.926Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82079ad7-7b24 0 is not matching search criteria
2021-09-27T08:38:46.926Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-27T08:38:46.926Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-27T08:38:46.927Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-27T08:38:46.927Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-27T08:38:46.927Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-27T08:38:46.927Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-27T08:38:46.927Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-27T08:38:46.927Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-27T08:38:46.928Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-27T08:38:46.928Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-27T08:38:46.928Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-27T08:38:46.928Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=09c7c3a7-6861-4f28-8695-7a87881b9787
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-09-27T08:38:46.931Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:38:46.931Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82079ad7-7b24 0 is matching search criteria
2021-09-27T08:38:46.931Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 82079ad7-7b24 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T08:38:46.931Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:38:46.931Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82079ad7-7b24 0 is not matching search criteria
2021-09-27T08:38:46.932Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-27T08:38:46.932Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-27T08:38:46.932Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-27T08:38:46.932Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-27T08:38:46.932Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-27T08:38:46.932Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-27T08:38:46.933Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-27T08:38:46.933Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-27T08:38:46.933Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-27T08:38:46.933Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-27T08:38:46.933Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-27T08:38:46.933Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-27T08:38:46.934Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=75576179-6430-4ecd-8988-67e8c179ec6f
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-09-27T08:38:46.935Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:38:46.936Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82079ad7-7b24 0 is matching search criteria
2021-09-27T08:38:46.936Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 82079ad7-7b24 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T08:38:46.936Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:38:46.936Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82079ad7-7b24 0 is not matching search criteria
2021-09-27T08:38:46.936Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-27T08:38:46.937Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-27T08:38:46.937Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-27T08:38:46.937Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-27T08:38:46.937Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-27T08:38:46.937Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-27T08:38:46.937Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-27T08:38:46.938Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-27T08:38:46.938Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-27T08:38:46.938Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-27T08:38:46.938Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-27T08:38:46.938Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-27T08:38:46.938Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9a7f1d09-e0e3-4b88-affe-5ee38c7893e6
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-09-27T08:38:46.940Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:38:46.940Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82079ad7-7b24 0 is matching search criteria
2021-09-27T08:38:46.940Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 82079ad7-7b24 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T08:38:46.941Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:38:46.941Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82079ad7-7b24 0 is matching search criteria
2021-09-27T08:38:46.941Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 82079ad7-7b24 0] matching following query criteria: sdcType=VF, customizationUUID=3ad601eb-ff47-46fa-a132-f1944994158e
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-09-27T08:38:46.942Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:38:46.943Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-27 08-35-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T08:38:46.943Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid d39ad8fd-a495-4edb-b3f6-a12bc8880b7f: vFW 82079ad7-7b24
2021-09-27T08:38:46.943Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:38:46.943Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-27 08-35-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T08:38:46.944Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:38:46.944Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-27 08-35-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T08:38:46.944Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:38:46.944Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-27 08-35-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T08:38:46.944Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:38:46.944Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-27 08-35-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T08:38:46.945Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T08:38:46.945Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-27 08-35-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T08:38:46.945Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2021-09-27 08-35-13
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-09-27T08:38:47.139Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 82079ad7-7b24 2abe8239-ce2f-4fab-aa2c-f5beedb30e8c 1 ASDC deployResourceStructure
2021-09-27T08:38:47.140Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vfw82079ad77b240_modules.json ASDC sendASDCNotification
2021-09-27T08:38:47.140Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vfw82079ad77b240_modules.json
2021-09-27T08:38:47.140Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-27T08:38:47.141Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-27T08:38:47.143Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T08:38:47.143Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632731927140,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vfw82079ad77b240_modules.json",
"status": "DEPLOY_OK"
}
2021-09-27T08:38:47.243Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T08:38:47.244Z||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-09-27T08:38:47.245Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ...
2021-09-27T08:38:47.257Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:38:47.257Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-27T08:38:48.143Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-27T08:38:48.144Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.yaml
2021-09-27T08:38:48.145Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-27T08:38:48.146Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-27T08:38:48.147Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T08:38:48.148Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632731928143,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-09-27T08:38:48.248Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-27T08:38:48.249Z||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-09-27T08:38:48.249Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ...
2021-09-27T08:38:48.258Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:38:48.259Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-27T08:38:49.149Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-27T08:38:49.149Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.env
2021-09-27T08:38:49.149Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-27T08:38:49.149Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-27T08:38:49.151Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T08:38:49.151Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632731929149,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-09-27T08:38:49.251Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T08:38:49.252Z||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-09-27T08:38:49.252Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ...
2021-09-27T08:38:49.265Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:38:49.265Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-27T08:38:50.152Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar ASDC sendASDCNotification
2021-09-27T08:38:50.152Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar
2021-09-27T08:38:50.152Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-27T08:38:50.153Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-27T08:38:50.154Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T08:38:50.154Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632731930152,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-27T08:38:50.255Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-27T08:38:50.255Z||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-09-27T08:38:50.256Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ...
2021-09-27T08:38:50.266Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:38:50.266Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-27T08:38:51.155Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f
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-09-27T08:38:51.166Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f
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-09-27T08:38:51.169Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-27T08:38:51.170Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-27T08:38:51.170Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-27T08:38:51.170Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-27T08:38:51.170Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-27T08:38:51.170Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-27T08:38:51.170Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-27T08:38:51.170Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-27T08:38:51.170Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-27T08:38:51.170Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-27T08:38:51.170Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-27T08:38:51.175Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-27T08:39:21.175Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f 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-09-27T08:39:21.184Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f and serviceModelVersionId: d39ad8fd-a495-4edb-b3f6-a12bc8880b7f
2021-09-27T08:39:21.184Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e1403da4-8f07-4be3-8359-8a30987d5cf8
2021-09-27T08:39:21.186Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e1403da4-8f07-4be3-8359-8a30987d5cf8/model-vers/model-ver/d39ad8fd-a495-4edb-b3f6-a12bc8880b7f?depth=0
2021-09-27T08:39:21.193Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-09-27T08:39:21.267Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e1403da4-8f07-4be3-8359-8a30987d5cf8/model-vers/model-ver/d39ad8fd-a495-4edb-b3f6-a12bc8880b7f?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-09-27T08:39:21.269Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e1403da4-8f07-4be3-8359-8a30987d5cf8/model-vers/model-ver/d39ad8fd-a495-4edb-b3f6-a12bc8880b7f?depth=0|INFO|500||Invoke
2021-09-27T08:39:21.296Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e1403da4-8f07-4be3-8359-8a30987d5cf8/model-vers/model-ver/d39ad8fd-a495-4edb-b3f6-a12bc8880b7f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-27T08:39:21.771Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e1403da4-8f07-4be3-8359-8a30987d5cf8/model-vers/model-ver/d39ad8fd-a495-4edb-b3f6-a12bc8880b7f?depth=0|INFO|500||InvokeReturn
2021-09-27T08:39:21.772Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e1403da4-8f07-4be3-8359-8a30987d5cf8/model-vers/model-ver/d39ad8fd-a495-4edb-b3f6-a12bc8880b7f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210927-08:39:21:308-57240], vertex-id=[159912], Content-Length=[0], Date=[Mon, 27 Sep 2021 08:39:21 GMT], Content-Type=[application/json]}
2021-09-27T08:39:21.772Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-09-27T08:39:21.772Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-27T08:39:21.773Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||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-09-27T08:39:21.778Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-09-27T08:39:21.778Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-27T08:39:21.779Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-27T08:39:21.779Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-27T08:39:21.781Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T08:39:21.781Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632731961778,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-27T08:39:21.881Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T08:39:21.882Z||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-09-27T08:39:21.882Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ...
2021-09-27T08:39:21.896Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:39:21.897Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 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-09-27T08:39:26.277Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:39:26.277Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|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-09-27T08:39:26.277Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:39:26.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:39:26.279Z||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-09-27T08:39:26.279Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:39:26.401Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:39:26.402Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T08:39:26.402Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632731906277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:39:26.403Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-27T08:39:35.835Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:40:26.278Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:40:26.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:40:26.280Z||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-09-27T08:40:26.280Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|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-09-27T08:40:26.280Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:40:26.280Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:40:26.810Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:40:26.812Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T08:40:26.812Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632731906277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vfw82079ad77b240_modules.json",
"status": "NOTIFIED"
}
2021-09-27T08:40:26.814Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-27T08:40:26.814Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T08:40:26.814Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632731906277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-27T08:40:26.814Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-27T08:40:26.815Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T08:40:26.815Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632731906277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:40:26.815Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-27T08:40:26.815Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T08:40:26.815Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632731906277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-27T08:40:26.816Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-27T08:40:26.816Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T08:40:26.816Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632731906277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-27T08:40:26.816Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-27T08:40:26.816Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T08:40:26.816Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632731906277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar",
"status": "NOTIFIED"
}
2021-09-27T08:40:26.817Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-27T08:40:26.817Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T08:40:26.817Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632731914712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-27T08:40:26.817Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T08:40:26.817Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T08:40:26.817Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632731920967,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vfw82079ad77b240_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-27T08:40:26.818Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T08:40:26.818Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T08:40:26.818Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632731923966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-27T08:40:26.818Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T08:40:26.818Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T08:40:26.818Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632731925894,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-27T08:40:26.819Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T08:40:26.819Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T08:40:26.819Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632731927140,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vfw82079ad77b240_modules.json",
"status": "DEPLOY_OK"
}
2021-09-27T08:40:26.819Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T08:40:26.819Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T08:40:26.819Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632731928143,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-09-27T08:40:26.820Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T08:40:26.820Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T08:40:26.820Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632731929149,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-09-27T08:40:26.820Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T08:40:26.820Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T08:40:26.820Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632731930152,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-27T08:40:26.820Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T08:40:26.820Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-27T08:40:26.820Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632731961778,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-27T08:40:26.821Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T08:40:35.845Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:41:26.277Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:41:26.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:41:26.280Z||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-09-27T08:41:26.280Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|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-09-27T08:41:26.281Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:41:26.281Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:41:35.838Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:41:35.840Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:42:26.277Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:42:26.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:42:26.280Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|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-09-27T08:42:26.280Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:42:26.280Z||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-09-27T08:42:26.281Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:42:35.843Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:42:35.855Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:43:26.278Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:43:26.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:43:26.280Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|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-09-27T08:43:26.280Z||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-09-27T08:43:26.281Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:43:26.281Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:43:35.829Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:43:35.833Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:44:26.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:44:26.280Z||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-09-27T08:44:26.280Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:44:26.278Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:44:26.281Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|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-09-27T08:44:26.282Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:44:35.840Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:44:35.852Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:45:26.278Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:45:26.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:45:26.281Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|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-09-27T08:45:26.282Z||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-09-27T08:45:26.282Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:45:26.282Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:45:35.842Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:45:35.842Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:46:26.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:46:26.278Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:46:26.281Z||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-09-27T08:46:26.281Z||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-09-27T08:46:26.281Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:46:26.282Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:46:35.847Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:46:35.853Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:47:26.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:47:26.278Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:47:26.281Z||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-09-27T08:47:26.281Z||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-09-27T08:47:26.281Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:47:26.281Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:47:35.851Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:47:35.858Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:48:26.277Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:48:26.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:48:26.279Z||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-09-27T08:48:26.280Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T08:48:26.280Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:48:26.280Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ...
2021-09-27T08:48:35.835Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:48:35.848Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:49:26.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:49:26.278Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:49:26.281Z||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-09-27T08:49:26.282Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:49:26.281Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T08:49:26.282Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ...
2021-09-27T08:49:35.836Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:49:35.836Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:50:26.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:50:26.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:50:26.282Z||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-09-27T08:50:26.282Z||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-09-27T08:50:26.282Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:50:26.282Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:50:35.836Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:50:35.841Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:51:26.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:51:26.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:51:26.282Z||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-09-27T08:51:26.282Z||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-09-27T08:51:26.282Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:51:26.282Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:51:35.854Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:51:35.857Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:52:26.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:52:26.278Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:52:26.282Z||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-09-27T08:52:26.282Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:52:26.282Z||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-09-27T08:52:26.282Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:52:35.840Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:52:35.841Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:53:26.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:53:26.278Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:53:26.281Z||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-09-27T08:53:26.282Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:53:26.283Z||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-09-27T08:53:26.283Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:53:35.837Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:53:35.838Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:54:26.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:54:26.278Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:54:26.282Z||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-09-27T08:54:26.282Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T08:54:26.282Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ...
2021-09-27T08:54:26.282Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:54:35.847Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:54:35.847Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:55:26.279Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:55:26.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:55:26.283Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T08:55:26.283Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|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-09-27T08:55:26.284Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ...
2021-09-27T08:55:26.284Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:55:35.836Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:55:35.836Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:56:26.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:56:26.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:56:26.279Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T08:56:26.279Z||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-09-27T08:56:26.279Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ...
2021-09-27T08:56:26.279Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:56:35.865Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:56:35.869Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:57:26.278Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:57:26.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:57:26.279Z||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-09-27T08:57:26.280Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T08:57:26.280Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:57:26.280Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ...
2021-09-27T08:57:35.846Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:57:35.851Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:58:26.278Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:58:26.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:58:26.280Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T08:58:26.280Z||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-09-27T08:58:26.280Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:58:26.280Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ...
2021-09-27T08:58:35.833Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:58:35.839Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:59:26.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:59:26.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T08:59:26.280Z||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-09-27T08:59:26.280Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T08:59:26.280Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T08:59:26.280Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ...
2021-09-27T08:59:35.838Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T08:59:35.843Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T09:00:26.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T09:00:26.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T09:00:26.280Z||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-09-27T09:00:26.280Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T09:00:26.281Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T09:00:26.281Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ...
2021-09-27T09:00:35.846Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T09:00:35.846Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T09:01:26.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T09:01:26.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T09:01:26.281Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T09:01:26.281Z||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-09-27T09:01:26.281Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ...
2021-09-27T09:01:26.281Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T09:01:35.857Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T09:01:35.863Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T09:02:26.278Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T09:02:26.280Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T09:02:26.282Z||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-09-27T09:02:26.282Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T09:02:26.282Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T09:02:26.282Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ...
2021-09-27T09:02:35.836Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T09:02:35.836Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T09:03:26.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T09:03:26.281Z||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-09-27T09:03:26.278Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-27T09:03:26.281Z||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 nXzy5cJnljLAzO5Q) ...
2021-09-27T09:03:26.282Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-27T09:03:26.282Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ...
2021-09-27T09:03:26.923Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T09:03:26.923Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T09:03:26.925Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-27T09:03:26.925Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"9700db60-8975-48e1-9f6e-d625e2c0629c","serviceName":"basic_onboard_vgOuoL","serviceVersion":"1.0","serviceUUID":"7be888b9-8199-44bf-b2f8-227e452c2df6","serviceDescription":"service","serviceInvariantUUID":"3da6e352-6924-442a-8202-5f3bb492e29a","resources":[{"resourceInstanceName":"basic_onboard_vgOuoL 0","resourceName":"basic_onboard_vgOuoL","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"316ca7a7-9078-4c87-ad53-0f3aef1a7c36","resourceInvariantUUID":"6c579234-d833-4c49-95a1-4de707aa7434","resourceCustomizationUUID":"2e206d07-9c3f-4e9b-a239-c8f79187689a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/vf-license-model.xml","artifactChecksum":"ZjEzMWFjN2Q5ZjhjYWYyMWU0OWU5MmY0NGE4NWM4YzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"42160cb5-7350-4888-8ee3-ebc557783225","artifactVersion":"1"},{"artifactName":"basic_onboard_vgouol0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/basic_onboard_vgouol0_modules.json","artifactChecksum":"MDgwNDQzYWE5NTM2ZmM1MDhjMDRiYWE3ODFhOGM2OTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"097b409e-2122-4eeb-98df-b35352558d8f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"94356cc1-3f78-4e9c-9425-98fe40fe2104","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"53c164e8-ff68-4e80-bfb6-c51bac2470ac","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d087872d-e501-4553-85c4-bbd49cdf837d","artifactVersion":"2","generatedFromUUID":"94356cc1-3f78-4e9c-9425-98fe40fe2104"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVgouol-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-template.yml","artifactChecksum":"MDNjNzgwOWNlZDU4YTE4N2I3MzJmNzlkMjBkODAyZDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a30052b4-d572-435c-a529-b7fa76e938f5","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVgouol-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-csar.csar","artifactChecksum":"NGVmMTRlZjkzZGU4MmM4NzU4N2JlYTlmMzU2MGQ2NDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0a45788d-6438-4a81-ba9d-09cd566d9d85","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-27T09:03:26.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:26.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "ves-openapi-manager",
"timestamp": 1632733357596,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T09:03:26.930Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-27T09:03:26.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:26.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632733361721,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T09:03:26.930Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-27T09:03:26.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:26.931Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "policy-id",
"timestamp": 1632733360087,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T09:03:26.931Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-27T09:03:26.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:26.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "cds",
"timestamp": 1632733357207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T09:03:26.932Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-27T09:03:26.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:26.933Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632733362783,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T09:03:26.933Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-27T09:03:26.933Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:26.934Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "aai-ml",
"timestamp": 1632733362934,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T09:03:26.934Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-27T09:03:26.934Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T09:03:26.934Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:26.934Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-27T09:03:26.934Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "ves-openapi-manager",
"timestamp": 1632733357596,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/basic_onboard_vgouol0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-27T09:03:26.935Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-27T09:03:26.935Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:26.935Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "dcae-sch",
"timestamp": 1632733363566,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T09:03:26.936Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-27T09:03:26.936Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:26.936Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632733361721,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/basic_onboard_vgouol0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-27T09:03:26.937Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-27T09:03:26.937Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:26.937Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "policy-id",
"timestamp": 1632733360087,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/basic_onboard_vgouol0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-27T09:03:26.938Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-27T09:03:26.938Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:26.938Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "cds",
"timestamp": 1632733357207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/basic_onboard_vgouol0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-27T09:03:26.939Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-27T09:03:26.939Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:26.939Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632733362783,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/basic_onboard_vgouol0_modules.json",
"status": "NOTIFIED"
}
2021-09-27T09:03:26.940Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-27T09:03:26.940Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T09:03:26.940Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632733406278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T09:03:26.940Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:26.941Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "aai-ml",
"timestamp": 1632733362934,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/basic_onboard_vgouol0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-27T09:03:26.941Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-27T09:03:26.941Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:26.942Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "dcae-sch",
"timestamp": 1632733363566,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/basic_onboard_vgouol0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-27T09:03:26.942Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-27T09:03:26.942Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:26.943Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "ves-openapi-manager",
"timestamp": 1632733357596,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-27T09:03:26.943Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-27T09:03:26.943Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:26.944Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632733361721,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-27T09:03:26.944Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-27T09:03:26.944Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:26.945Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "policy-id",
"timestamp": 1632733360087,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-27T09:03:26.945Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-27T09:03:26.945Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:26.946Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "cds",
"timestamp": 1632733357207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-27T09:03:26.946Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-27T09:03:26.946Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:26.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632733362783,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-27T09:03:26.947Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-27T09:03:26.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:26.948Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "aai-ml",
"timestamp": 1632733362934,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-27T09:03:26.948Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-27T09:03:26.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:26.949Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "dcae-sch",
"timestamp": 1632733363566,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-27T09:03:26.950Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-27T09:03:26.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:26.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632733361721,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T09:03:26.950Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-27T09:03:26.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:26.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "ves-openapi-manager",
"timestamp": 1632733357596,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T09:03:26.951Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-27T09:03:26.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:26.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "policy-id",
"timestamp": 1632733360087,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T09:03:26.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-27T09:03:26.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:26.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "cds",
"timestamp": 1632733357207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T09:03:26.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-27T09:03:26.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:26.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632733362783,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T09:03:26.955Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-27T09:03:26.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:26.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "aai-ml",
"timestamp": 1632733362934,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T09:03:26.956Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-27T09:03:26.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:26.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "dcae-sch",
"timestamp": 1632733363566,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T09:03:26.957Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-27T09:03:26.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:26.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "ves-openapi-manager",
"timestamp": 1632733357596,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-27T09:03:26.957Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-27T09:03:26.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:26.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632733361721,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-27T09:03:26.958Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-27T09:03:26.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:26.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "policy-id",
"timestamp": 1632733360087,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-27T09:03:26.959Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-27T09:03:26.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:26.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "cds",
"timestamp": 1632733357207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-27T09:03:26.960Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-27T09:03:26.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:26.960Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632733362783,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-27T09:03:26.961Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-27T09:03:26.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:26.961Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "aai-ml",
"timestamp": 1632733362934,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-27T09:03:26.962Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-27T09:03:26.962Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:26.962Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "dcae-sch",
"timestamp": 1632733363566,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-27T09:03:26.962Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-27T09:03:26.963Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:26.963Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "ves-openapi-manager",
"timestamp": 1632733357596,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-27T09:03:26.964Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-27T09:03:26.965Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:26.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632733361721,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-27T09:03:26.966Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-27T09:03:26.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:26.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "policy-id",
"timestamp": 1632733360087,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-27T09:03:26.967Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-27T09:03:26.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:26.968Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "cds",
"timestamp": 1632733357207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-27T09:03:26.968Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-27T09:03:26.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:26.968Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632733362783,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-27T09:03:26.969Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-27T09:03:26.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:26.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "aai-ml",
"timestamp": 1632733362934,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-27T09:03:26.970Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-27T09:03:26.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:26.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "dcae-sch",
"timestamp": 1632733363566,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-27T09:03:26.971Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-27T09:03:26.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:26.971Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "ves-openapi-manager",
"timestamp": 1632733357596,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-27T09:03:26.971Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-27T09:03:26.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:26.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632733361721,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-csar.csar",
"status": "NOTIFIED"
}
2021-09-27T09:03:26.972Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-27T09:03:26.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:26.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "policy-id",
"timestamp": 1632733360087,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-csar.csar",
"status": "NOTIFIED"
}
2021-09-27T09:03:26.973Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-27T09:03:26.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:26.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "cds",
"timestamp": 1632733357207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-csar.csar",
"status": "NOTIFIED"
}
2021-09-27T09:03:26.974Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-27T09:03:26.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:26.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632733362783,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-csar.csar",
"status": "NOTIFIED"
}
2021-09-27T09:03:26.974Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-27T09:03:26.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:26.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "aai-ml",
"timestamp": 1632733362934,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-csar.csar",
"status": "NOTIFIED"
}
2021-09-27T09:03:26.975Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-27T09:03:26.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:26.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "dcae-sch",
"timestamp": 1632733363566,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-27T09:03:26.976Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-27T09:03:26.977Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:26.977Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "policy-id",
"timestamp": 1632733371000,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-27T09:03:26.977Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T09:03:26.977Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:26.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "cds",
"timestamp": 1632733371197,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-27T09:03:26.978Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T09:03:26.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:26.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632733371304,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/basic_onboard_vgouol0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-27T09:03:26.979Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T09:03:26.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:26.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632733371306,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-27T09:03:26.980Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T09:03:26.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:26.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "aai-ml",
"timestamp": 1632733371397,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-27T09:03:26.981Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T09:03:26.981Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:26.982Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "policy-id",
"timestamp": 1632733372006,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-27T09:03:26.982Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T09:03:26.982Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:26.982Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "cds",
"timestamp": 1632733372207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-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-09-27T09:03:27.002Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9700db60-8975-48e1-9f6e-d625e2c0629c
2021-09-27T09:03:27.003Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9700db60-8975-48e1-9f6e-d625e2c0629c 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-09-27T09:03:27.012Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:27.012Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632733373037,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-27T09:03:27.013Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T09:03:27.013Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:27.013Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "policy-id",
"timestamp": 1632733373011,
"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-09-27T09:03:27.017Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9700db60-8975-48e1-9f6e-d625e2c0629c
2021-09-27T09:03:27.018Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9700db60-8975-48e1-9f6e-d625e2c0629c 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-09-27T09:03:27.026Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:27.026Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632733374194,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-27T09:03:27.027Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T09:03:27.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:27.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632733374830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-27T09:03:27.028Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T09:03:27.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:27.028Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632733375199,
"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-09-27T09:03:27.031Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9700db60-8975-48e1-9f6e-d625e2c0629c
2021-09-27T09:03:27.031Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9700db60-8975-48e1-9f6e-d625e2c0629c 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-09-27T09:03:27.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:27.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632733375860,
"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-09-27T09:03:27.040Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T09:03:27.040Z||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-09-27T09:03:27.041Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ...
2021-09-27T09:03:27.042Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9700db60-8975-48e1-9f6e-d625e2c0629c
2021-09-27T09:03:27.042Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9700db60-8975-48e1-9f6e-d625e2c0629c 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-09-27T09:03:27.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:27.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "clamp",
"timestamp": 1632733375498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T09:03:27.048Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-27T09:03:27.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:27.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632733376868,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/basic_onboard_vgouol0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-27T09:03:27.049Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T09:03:27.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:27.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "clamp",
"timestamp": 1632733375498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/basic_onboard_vgouol0_modules.json",
"status": "NOTIFIED"
}
2021-09-27T09:03:27.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-27T09:03:27.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:27.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "clamp",
"timestamp": 1632733375498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-27T09:03:27.059Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-27T09:03:27.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:27.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "clamp",
"timestamp": 1632733375498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T09:03:27.062Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-27T09:03:27.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:27.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "clamp",
"timestamp": 1632733375498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-27T09:03:27.063Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-27T09:03:27.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:27.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "clamp",
"timestamp": 1632733375498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-27T09:03:27.063Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-27T09:03:27.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:27.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "clamp",
"timestamp": 1632733375498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-csar.csar",
"status": "NOTIFIED"
}
2021-09-27T09:03:27.064Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-27T09:03:27.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:27.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "aai-ml",
"timestamp": 1632733382779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-27T09:03:27.065Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T09:03:27.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:27.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "aai-ml",
"timestamp": 1632733383783,
"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-09-27T09:03:27.068Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T09:03:27.068Z||pool-35-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2021-09-27T09:03:27.070Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9700db60-8975-48e1-9f6e-d625e2c0629c
2021-09-27T09:03:27.070Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9700db60-8975-48e1-9f6e-d625e2c0629c 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-09-27T09:03:27.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:27.077Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "clamp",
"timestamp": 1632733394914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-27T09:03:27.077Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T09:03:27.077Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:27.077Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "clamp",
"timestamp": 1632733396937,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-27T09:03:27.078Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-27T09:03:27.078Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-27T09:03:27.078Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "clamp",
"timestamp": 1632733397941,
"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-09-27T09:03:27.081Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9700db60-8975-48e1-9f6e-d625e2c0629c
2021-09-27T09:03:27.081Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9700db60-8975-48e1-9f6e-d625e2c0629c 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-09-27T09:03:27.941Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T09:03:27.942Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-27T09:03:27.944Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T09:03:27.944Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632733406278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/basic_onboard_vgouol0_modules.json",
"status": "NOTIFIED"
}
2021-09-27T09:03:28.044Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T09:03:28.046Z||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-09-27T09:03:28.046Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ...
2021-09-27T09:03:28.073Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T09:03:28.074Z||pool-36-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2021-09-27T09:03:28.944Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T09:03:28.945Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-27T09:03:28.947Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T09:03:28.947Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632733406278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-27T09:03:29.047Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T09:03:29.048Z||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-09-27T09:03:29.049Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ...
2021-09-27T09:03:29.061Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T09:03:29.062Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-27T09:03:29.951Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T09:03:29.952Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-27T09:03:29.954Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T09:03:29.954Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632733406278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-27T09:03:30.054Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T09:03:30.055Z||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-09-27T09:03:30.055Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ...
2021-09-27T09:03:30.067Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T09:03:30.068Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-27T09:03:30.955Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T09:03:30.956Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-27T09:03:30.959Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T09:03:30.959Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632733406278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-27T09:03:31.058Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-27T09:03:31.060Z||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-09-27T09:03:31.060Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ...
2021-09-27T09:03:31.070Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T09:03:31.071Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-27T09:03:31.960Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T09:03:31.961Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-27T09:03:31.963Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T09:03:31.963Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632733406278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-27T09:03:32.063Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T09:03:32.064Z||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-09-27T09:03:32.064Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ...
2021-09-27T09:03:32.075Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T09:03:32.076Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-27T09:03:32.963Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-27T09:03:32.964Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-27T09:03:32.967Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T09:03:32.968Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632733406278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-csar.csar",
"status": "NOTIFIED"
}
2021-09-27T09:03:33.068Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T09:03:33.069Z||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-09-27T09:03:33.070Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ...
2021-09-27T09:03:33.084Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T09:03:33.085Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-09-27T09:03:33.970Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"serviceName": "basic_onboard_vgOuoL",
"serviceVersion": "1.0",
"serviceUUID": "7be888b9-8199-44bf-b2f8-227e452c2df6",
"serviceDescription": "service",
"serviceInvariantUUID": "3da6e352-6924-442a-8202-5f3bb492e29a",
"resources": [
{
"resourceInstanceName": "basic_onboard_vgOuoL 0",
"resourceCustomizationUUID": "2e206d07-9c3f-4e9b-a239-c8f79187689a",
"resourceName": "basic_onboard_vgOuoL",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "316ca7a7-9078-4c87-ad53-0f3aef1a7c36",
"resourceInvariantUUID": "6c579234-d833-4c49-95a1-4de707aa7434",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_vgouol0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/basic_onboard_vgouol0_modules.json",
"artifactChecksum": "MDgwNDQzYWE5NTM2ZmM1MDhjMDRiYWE3ODFhOGM2OTE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "097b409e-2122-4eeb-98df-b35352558d8f",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "94356cc1-3f78-4e9c-9425-98fe40fe2104",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d087872d-e501-4553-85c4-bbd49cdf837d",
"generatedFromUUID": "94356cc1-3f78-4e9c-9425-98fe40fe2104"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d087872d-e501-4553-85c4-bbd49cdf837d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardVgouol-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-csar.csar",
"artifactChecksum": "NGVmMTRlZjkzZGU4MmM4NzU4N2JlYTlmMzU2MGQ2NDY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0a45788d-6438-4a81-ba9d-09cd566d9d85"
}
],
"workloadContext": "Production"
}
2021-09-27T09:03:33.970Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-27T09:03:33.970Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7be888b9-8199-44bf-b2f8-227e452c2df6 ASDC
2021-09-27T09:03:33.971Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:9700db60-8975-48e1-9f6e-d625e2c0629c
ServiceName:basic_onboard_vgOuoL
ServiceVersion:1.0
ServiceUUID:7be888b9-8199-44bf-b2f8-227e452c2df6
ServiceInvariantUUID:3da6e352-6924-442a-8202-5f3bb492e29a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVgouol-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-csar.csar
ArtifactUUID:0a45788d-6438-4a81-ba9d-09cd566d9d85
ArtifactChecksum:NGVmMTRlZjkzZGU4MmM4NzU4N2JlYTlmMzU2MGQ2NDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_vgOuoL 0
ResourceCustomizationUUID:2e206d07-9c3f-4e9b-a239-c8f79187689a
ResourceInvariantUUID:6c579234-d833-4c49-95a1-4de707aa7434
ResourceName:basic_onboard_vgOuoL
ResourceType:VF
ResourceUUID:316ca7a7-9078-4c87-ad53-0f3aef1a7c36
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vgouol0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/basic_onboard_vgouol0_modules.json
ArtifactUUID:097b409e-2122-4eeb-98df-b35352558d8f
ArtifactChecksum:MDgwNDQzYWE5NTM2ZmM1MDhjMDRiYWE3ODFhOGM2OTE=
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/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.yaml
ArtifactUUID:94356cc1-3f78-4e9c-9425-98fe40fe2104
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/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.env
ArtifactUUID:d087872d-e501-4553-85c4-bbd49cdf837d
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/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.env
ArtifactUUID:d087872d-e501-4553-85c4-bbd49cdf837d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-27T09:03:33.971Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7be888b9-8199-44bf-b2f8-227e452c2df6 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-09-27T09:03:34.011Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-27T09:03:34.012Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-27T09:03:34.012Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-27T09:03:34.013Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0a45788d-6438-4a81-ba9d-09cd566d9d85 from URL: /sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-csar.csar
2021-09-27T09:03:34.013Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-27T09:03:34.013Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-csar.csar
2021-09-27T09:03:34.515Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-27T09:03:34.518Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-csar.csar 0a45788d-6438-4a81-ba9d-09cd566d9d85 71377
2021-09-27T09:03:34.518Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-csar.csar ASDC sendASDCNotification
2021-09-27T09:03:34.518Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-csar.csar
2021-09-27T09:03:34.518Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-27T09:03:34.519Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-27T09:03:34.547Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T09:03:34.547Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632733414518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-27T09:03:34.622Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 74 ms
2021-09-27T09:03:34.623Z||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-09-27T09:03:34.623Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ...
2021-09-27T09:03:34.636Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T09:03:34.636Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-27T09:03:35.551Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-27T09:03:35.553Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-27T09:03:35.554Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 0a45788d-6438-4a81-ba9d-09cd566d9d85, URL: /sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-csar.csar to file: /app/ASDC/1/service-BasicOnboardVgouol-csar.csar
2021-09-27T09:03:35.555Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardVgouol-csar.csar
2021-09-27T09:03:35.555Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardVgouol-csar.csar
2021-09-27T09:03:35.555Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardVgouol-csar.csar
2021-09-27T09:03:35.839Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10768544998427619278/Definitions/service-BasicOnboardVgouol-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-09-27T09:03:37.091Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-27T09:03:37.092Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-27T09:03:37.092Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardVgouol-csar.csar
2021-09-27T09:03:37.093Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-27T09:03:37.093Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_vgOuoL 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-BasicOnboardVgouol-csar.csar
2021-09-27T09:03:37.093Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||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-BasicOnboardVgouol-csar.csar
2021-09-27T09:03:37.093Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVgouol-csar.csar
2021-09-27T09:03:37.093Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||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-BasicOnboardVgouol-csar.csar
2021-09-27T09:03:37.094Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVgouol-csar.csar
2021-09-27T09:03:37.094Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardVgouol-csar.csar
2021-09-27T09:03:37.094Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardVgouol-csar.csar
2021-09-27T09:03:37.094Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVgouol-csar.csar
2021-09-27T09:03:37.094Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||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-BasicOnboardVgouol-csar.csar
2021-09-27T09:03:37.094Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-27T09:03:37.095Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T09:03:37.095Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_vgOuoL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T09:03:37.095Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_vgOuoL 0 is matching search criteria
2021-09-27T09:03:37.096Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-27T09:03:37.096Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_vgOuoL 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-27T09:03:37.096Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T09:03:37.096Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_vgOuoL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T09:03:37.097Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_vgOuoL 0 is matching search criteria
2021-09-27T09:03:37.097Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-27T09:03:37.097Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_vgOuoL 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-27T09:03:37.097Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T09:03:37.097Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_vgOuoL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T09:03:37.098Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T09:03:37.098Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_vgOuoL 0 is not matching search criteria
2021-09-27T09:03:37.098Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-27T09:03:37.098Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-27T09:03:37.098Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-27T09:03:37.099Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-27T09:03:37.099Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-27T09:03:37.099Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T09:03:37.099Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_vgOuoL is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-27T09:03:37.100Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T09:03:37.100Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_vgOuoL 0 is matching search criteria
2021-09-27T09:03:37.100Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_vgOuoL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T09:03:37.100Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T09:03:37.101Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_vgOuoL 0 is matching search criteria
2021-09-27T09:03:37.101Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_vgOuoL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T09:03:37.101Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T09:03:37.101Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_vgOuoL 0 is matching search criteria
2021-09-27T09:03:37.101Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_vgOuoL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-27T09:03:37.102Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T09:03:37.102Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_vgOuoL 0 is not matching search criteria
2021-09-27T09:03:37.102Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-27T09:03:37.103Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-27T09:03:37.103Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=68447989-8378-49a9-bb1d-b68cd0dd7614
2021-09-27T09:03:37.103Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T09:03:37.103Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_vgOuoL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T09:03:37.104Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T09:03:37.104Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_vgOuoL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T09:03:37.104Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T09:03:37.104Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_vgOuoL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T09:03:37.104Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T09:03:37.104Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_vgOuoL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T09:03:37.105Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_vgOuoL
Description:service
Model UUID:7be888b9-8199-44bf-b2f8-227e452c2df6
Model Version:NULL
Model InvariantUuid:3da6e352-6924-442a-8202-5f3bb492e29a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_vgOuoL
Model UUID:faed49fa-83ce-42f8-b454-7fcdda278643
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6c579234-d833-4c49-95a1-4de707aa7434
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:2e206d07-9c3f-4e9b-a239-c8f79187689a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:8ed5b0ac-a720-4afd-a5f2-50448e8c7d19
ModelName:BasicOnboardVgouol..base_ubuntu18..module-0
ModelUuid:214eddcc-dad4-4346-bd49-890b1b4c7df5
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:68447989-8378-49a9-bb1d-b68cd0dd7614
ModelInvariantUuid:972da751-780d-4b92-8c6d-fc13257e8dff
ModelName:basic_onboard_vgOuoL-nodes.ubuntu18Cvfc
ModelUuid:16b004dc-2028-4feb-87f0-16361e185829
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:2d7ca0b6-be25-44e9-a864-a845a2564129
ModelInvariantUuid:184aaafb-9fa6-440d-a5e1-688910cd89c9
ModelName:BasicOnboardVgouol.compute.nodes.heat.ubuntu18
ModelUuid:212210b5-8ca2-4047-9944-062ba768a937
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-09-27T09:03:37.110Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 316ca7a7-9078-4c87-ad53-0f3aef1a7c36
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-09-27T09:03:37.114Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||basic_onboard_vgOuoL 0
2021-09-27T09:03:37.114Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 316ca7a7-9078-4c87-ad53-0f3aef1a7c36
2021-09-27T09:03:37.115Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 097b409e-2122-4eeb-98df-b35352558d8f from URL: /sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/basic_onboard_vgouol0_modules.json
2021-09-27T09:03:37.115Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-27T09:03:37.115Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/basic_onboard_vgouol0_modules.json
2021-09-27T09:03:38.567Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-27T09:03:38.568Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/basic_onboard_vgouol0_modules.json 097b409e-2122-4eeb-98df-b35352558d8f 798
2021-09-27T09:03:38.568Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/basic_onboard_vgouol0_modules.json ASDC sendASDCNotification
2021-09-27T09:03:38.568Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/basic_onboard_vgouol0_modules.json
2021-09-27T09:03:38.568Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-27T09:03:38.569Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-27T09:03:38.571Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T09:03:38.571Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632733418568,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/basic_onboard_vgouol0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-27T09:03:38.671Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T09:03:38.672Z||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-09-27T09:03:38.672Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ...
2021-09-27T09:03:38.687Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T09:03:38.689Z||pool-43-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-09-27T09:03:39.571Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardVgouol..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "8ed5b0ac-a720-4afd-a5f2-50448e8c7d19",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "214eddcc-dad4-4346-bd49-890b1b4c7df5",
"vfModuleModelCustomizationUUID": "a1a06642-eff8-45d0-afe5-7d90a7dc3094",
"isBase": true,
"artifacts": [
"94356cc1-3f78-4e9c-9425-98fe40fe2104",
"d087872d-e501-4553-85c4-bbd49cdf837d"
],
"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-09-27T09:03:39.578Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVgouol..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:214eddcc-dad4-4346-bd49-890b1b4c7df5
VfModuleModelInvariantUUID:8ed5b0ac-a720-4afd-a5f2-50448e8c7d19
VfModuleModelDescription:NULL
Artifacts UUID List:{
94356cc1-3f78-4e9c-9425-98fe40fe2104
,
d087872d-e501-4553-85c4-bbd49cdf837d
}
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-09-27T09:03:39.580Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardVgouol..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "8ed5b0ac-a720-4afd-a5f2-50448e8c7d19",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "214eddcc-dad4-4346-bd49-890b1b4c7df5",
"vfModuleModelCustomizationUUID": "a1a06642-eff8-45d0-afe5-7d90a7dc3094",
"isBase": true,
"artifacts": [
"94356cc1-3f78-4e9c-9425-98fe40fe2104",
"d087872d-e501-4553-85c4-bbd49cdf837d"
],
"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-09-27T09:03:39.580Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVgouol..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:214eddcc-dad4-4346-bd49-890b1b4c7df5
VfModuleModelInvariantUUID:8ed5b0ac-a720-4afd-a5f2-50448e8c7d19
VfModuleModelDescription:NULL
Artifacts UUID List:{
94356cc1-3f78-4e9c-9425-98fe40fe2104
,
d087872d-e501-4553-85c4-bbd49cdf837d
}
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-09-27T09:03:39.581Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 94356cc1-3f78-4e9c-9425-98fe40fe2104 from URL: /sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.yaml
2021-09-27T09:03:39.581Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-27T09:03:39.581Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.yaml
2021-09-27T09:03:41.590Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-27T09:03:41.591Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.yaml 94356cc1-3f78-4e9c-9425-98fe40fe2104 5033
2021-09-27T09:03:41.591Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-27T09:03:41.591Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.yaml
2021-09-27T09:03:41.591Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-27T09:03:41.592Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-27T09:03:41.593Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T09:03:41.594Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632733421591,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-27T09:03:41.694Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T09:03:41.695Z||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-09-27T09:03:41.695Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ...
2021-09-27T09:03:41.706Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T09:03:41.707Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-27T09:03:42.594Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d087872d-e501-4553-85c4-bbd49cdf837d from URL: /sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.env
2021-09-27T09:03:42.595Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-27T09:03:42.596Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.env
2021-09-27T09:03:43.973Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-27T09:03:43.973Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.env d087872d-e501-4553-85c4-bbd49cdf837d 909
2021-09-27T09:03:43.973Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-27T09:03:43.974Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.env
2021-09-27T09:03:43.974Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-27T09:03:43.974Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-27T09:03:43.976Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-27T09:03:43.976Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632733423973,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-27T09:03:44.076Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-27T09:03:44.077Z||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-09-27T09:03:44.077Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ...
2021-09-27T09:03:44.088Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-27T09:03:44.089Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-27T09:03:44.976Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 7be888b9-8199-44bf-b2f8-227e452c2df6
2021-09-27T09:03:44.977Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_vgOuoL 0 316ca7a7-9078-4c87-ad53-0f3aef1a7c36 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-09-27T09:03:44.992Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@14f7377f, org.onap.sdc.toscaparser.api.parameters.Input@514f602b, org.onap.sdc.toscaparser.api.parameters.Input@4ec69811, org.onap.sdc.toscaparser.api.parameters.Input@877468, org.onap.sdc.toscaparser.api.parameters.Input@2de6f7c8]
2021-09-27T09:03:44.993Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T09:03:44.994Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_vgOuoL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T09:03:44.994Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2021-09-27T09:03:44.994Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 2e206d07-9c3f-4e9b-a239-c8f79187689a
2021-09-27T09:03:44.994Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2e206d07-9c3f-4e9b-a239-c8f79187689a matches Tosca VF Customization UUID: 2e206d07-9c3f-4e9b-a239-c8f79187689a
2021-09-27T09:03:44.994Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 2e206d07-9c3f-4e9b-a239-c8f79187689a 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-09-27T09:03:44.997Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T09:03:44.997Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_vgOuoL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-27T09:03:44.998Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 2e206d07-9c3f-4e9b-a239-c8f79187689a: {\"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-09-27T09:03:44.998Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@46e18d75
2021-09-27T09:03:44.998Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-27T09:03:44.998Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_vgOuoL is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-27T09:03:44.998Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a1a06642-eff8-45d0-afe5-7d90a7dc3094
2021-09-27T09:03:44.998Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a1a06642-eff8-45d0-afe5-7d90a7dc3094
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-09-27T09:03:45.001Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery