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-10-27T05:14:16.754Z||main|||||INFO|500||The following profiles are active: basic
2021-10-27T05:14:32.787Z||main|||||INFO|500||Starting service [Tomcat]
2021-10-27T05:14:32.788Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-10-27T05:14:32.904Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-10-27T05:14:42.398Z||main|||||INFO|500||catdb-pool - Starting...
2021-10-27T05:14:42.886Z||main|||||INFO|500||catdb-pool - Start completed.
2021-10-27T05:14:43.950Z||main|||||INFO|500||reqdb-pool - Starting...
2021-10-27T05:14:43.957Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-10-27T05:14:44.147Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-10-27T05:14:44.928Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-10-27T05:14:45.711Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-10-27T05:14:50.756Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-27T05:14:53.544Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-27T05:14:53.660Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-10-27T05:14:54.464Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-27T05:14:54.593Z||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-10-27T05:14:56.120Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-27T05:14:57.270Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-10-27T05:14:57.294Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$9ade955a.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-10-27T05:14:57.295Z||main|||||WARN|500||The sdc end point is not alive
2021-10-27T05:15:00.581Z||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-10-27T05:15:03.764Z||main|||||WARN|500||---
2021-10-27T05:15:03.765Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-10-27T05:15:03.765Z||main|||||WARN|500||---
2021-10-27T05:15:04.223Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-10-27T05:15:09.839Z||main|||||INFO|500||Started Application in 57.128 seconds (JVM running for 60.919)
2021-10-27T05:15:09.868Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-27T05:15:09.870Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-27T05:15:09.883Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-27T05:15:09.911Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-27T05:15:09.971Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f412c498-45a3-4c9a-a49a-c04e3716474e url= /sdc/v1/artifactTypes
2021-10-27T05:15:09.971Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-27T05:15:10.318Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-27T05:15:10.353Z||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-10-27T05:15:10.379Z||scheduling-1|||||DEBUG|500||create keys
2021-10-27T05:15:10.388Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-10-27T05:15:10.593Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:15:10.613Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 7fec9ffc-82ab-41d3-ac5f-e954e95084d1 url= /sdc/v1/registerForDistribution
2021-10-27T05:15:10.971Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 7fec9ffc-82ab-41d3-ac5f-e954e95084d1 url= /sdc/v1/registerForDistribution
2021-10-27T05:15:10.972Z||scheduling-1|||||INFO|500||start DistributionClient
2021-10-27T05:15:11.032Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:15:11.034Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:15:11.038Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-10-27T05:15:11.075Z||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-10-27T05:15:11.075Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:15:11.081Z||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-10-27T05:15:11.081Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:15:23.175Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:15:23.237Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:16:10.985Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:16:10.990Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:16:10.994Z||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-10-27T05:16:10.994Z||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-10-27T05:16:10.995Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:16:10.995Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:16:20.614Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:16:20.614Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:17:10.983Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:17:10.986Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:17:10.986Z||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-10-27T05:17:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:17:10.987Z||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-10-27T05:17:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:17:20.601Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:17:20.605Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:18:10.983Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:18:10.986Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:18:10.987Z||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-10-27T05:18:10.988Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:18:10.991Z||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-10-27T05:18:10.992Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:18:20.656Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:18:20.656Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:19:10.986Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:19:10.986Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:19:10.991Z||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-10-27T05:19:10.991Z||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-10-27T05:19:10.991Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:19:10.991Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:19:20.539Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:19:20.539Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:20:10.983Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:20:10.985Z||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-10-27T05:20:10.985Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:20:10.987Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:20:10.988Z||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-10-27T05:20:10.988Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:20:20.533Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:20:20.539Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:21:10.983Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:21:10.986Z||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-10-27T05:21:10.987Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:21:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:21:10.987Z||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-10-27T05:21:10.988Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:21:20.538Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:21:20.538Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:22:10.982Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:22:10.984Z||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-10-27T05:22:10.984Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:22:10.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:22:10.992Z||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-10-27T05:22:10.992Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:22:20.569Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:22:20.571Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:23:10.983Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:23:10.985Z||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-10-27T05:23:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:23:10.986Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:23:10.987Z||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-10-27T05:23:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:23:20.610Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:23:20.624Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:24:10.983Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:24:10.986Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:24:10.988Z||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-10-27T05:24:10.988Z||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-10-27T05:24:10.989Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:24:10.989Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:24:20.545Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:24:20.545Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:24:51.437Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-10-27T05:25:10.983Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:25:10.984Z||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-10-27T05:25:10.984Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:25:10.986Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:25:10.987Z||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-10-27T05:25:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:25:20.542Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:25:20.542Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:26:10.983Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:26:10.985Z||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-10-27T05:26:10.985Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:26:10.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:26:10.987Z||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-10-27T05:26:10.988Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:26:20.535Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:26:20.538Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:27:10.983Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:27:10.986Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:27:10.987Z||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-10-27T05:27:10.987Z||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-10-27T05:27:10.988Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:27:10.988Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:27:20.538Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:27:20.548Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:28:10.983Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:28:10.985Z||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-10-27T05:28:10.985Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:28:10.986Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:28:10.987Z||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-10-27T05:28:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:28:20.545Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:28:20.561Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:29:10.983Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:29:10.985Z||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-10-27T05:29:10.985Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:29:10.986Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:29:10.987Z||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-10-27T05:29:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:29:20.529Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:29:20.541Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:30:10.983Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:30:10.986Z||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-10-27T05:30:10.986Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:30:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:30:10.986Z||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-10-27T05:30:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:30:20.546Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:30:20.547Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:31:10.982Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:31:10.984Z||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-10-27T05:31:10.984Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:31:10.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:31:10.987Z||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-10-27T05:31:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:31:20.530Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:31:20.530Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:32:10.983Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:32:10.985Z||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-10-27T05:32:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:32:10.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:32:10.988Z||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-10-27T05:32:10.988Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:32:20.537Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:32:20.544Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:33:10.982Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:33:10.984Z||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-10-27T05:33:10.984Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:33:10.986Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:33:10.987Z||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-10-27T05:33:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:33:20.532Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:33:20.532Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:34:10.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:34:10.986Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:34:10.987Z||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-10-27T05:34:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:34:10.987Z||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-10-27T05:34:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:34:20.535Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:34:20.537Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:35:10.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:35:10.984Z||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-10-27T05:35:10.984Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:35:10.986Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:35:10.987Z||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-10-27T05:35:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:35:20.534Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:35:20.534Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:36:10.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:36:10.985Z||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-10-27T05:36:10.985Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:36:10.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:36:10.987Z||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-10-27T05:36:10.988Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:36:20.541Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:36:20.541Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:37:10.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:37:10.986Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:37:10.988Z||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-10-27T05:37:10.988Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:37:10.988Z||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-10-27T05:37:10.988Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:37:20.541Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:37:20.560Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:38:10.982Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:38:10.983Z||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-10-27T05:38:10.983Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:38:10.986Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:38:10.987Z||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-10-27T05:38:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:38:20.525Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:38:20.526Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:39:10.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:39:10.986Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:39:10.987Z||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-10-27T05:39:10.987Z||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-10-27T05:39:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:39:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:39:20.533Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:39:20.533Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:40:10.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:40:10.984Z||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-10-27T05:40:10.984Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:40:10.986Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:40:10.987Z||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-10-27T05:40:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:40:20.530Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:40:20.530Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:41:10.984Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:41:10.985Z||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-10-27T05:41:10.985Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:41:10.986Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:41:10.987Z||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-10-27T05:41:10.988Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:41:20.536Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:41:20.537Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:42:10.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:42:10.984Z||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-10-27T05:42:10.985Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:42:10.986Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:42:10.987Z||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-10-27T05:42:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:42:20.534Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:42:20.540Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:43:10.983Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:43:10.984Z||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-10-27T05:43:10.984Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:43:10.986Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:43:10.987Z||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-10-27T05:43:10.988Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:43:20.538Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:43:20.538Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:44:10.983Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:44:10.985Z||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-10-27T05:44:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:44:10.986Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:44:10.986Z||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-10-27T05:44:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:44:20.534Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:44:20.534Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:45:10.982Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:45:10.984Z||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-10-27T05:45:10.985Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:45:10.986Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:45:10.986Z||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-10-27T05:45:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:45:20.532Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:45:20.535Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:46:10.983Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:46:10.985Z||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-10-27T05:46:10.985Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:46:10.986Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:46:10.986Z||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-10-27T05:46:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:46:20.534Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:46:20.534Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:47:10.984Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:47:10.986Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:47:10.988Z||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-10-27T05:47:10.988Z||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-10-27T05:47:10.988Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:47:10.988Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:47:20.535Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:47:20.544Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:48:10.982Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:48:10.983Z||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-10-27T05:48:10.983Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:48:10.986Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:48:10.987Z||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-10-27T05:48:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:48:20.534Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:48:20.534Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:49:10.983Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:49:10.986Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:49:10.986Z||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-10-27T05:49:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:49:10.987Z||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-10-27T05:49:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:49:20.531Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:49:20.548Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:50:10.982Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:50:10.984Z||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-10-27T05:50:10.984Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:50:10.986Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:50:10.986Z||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-10-27T05:50:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:50:20.529Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:50:20.531Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:51:10.983Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:51:10.986Z||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-10-27T05:51:10.986Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:51:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:51:10.986Z||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-10-27T05:51:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:51:20.537Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:51:20.541Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:52:10.984Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:52:10.986Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:52:10.987Z||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-10-27T05:52:10.988Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:52:10.987Z||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-10-27T05:52:10.988Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:52:20.535Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:52:20.536Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:53:10.982Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:53:10.983Z||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-10-27T05:53:10.984Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:53:10.986Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:53:10.986Z||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-10-27T05:53:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:53:20.529Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:53:20.529Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:54:10.983Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:54:10.984Z||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-10-27T05:54:10.984Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:54:10.986Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:54:10.987Z||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-10-27T05:54:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:54:20.528Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:54:20.531Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:55:10.983Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:55:10.985Z||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-10-27T05:55:10.985Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:55:10.986Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:55:10.986Z||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-10-27T05:55:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:55:20.535Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:55:20.535Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:56:10.984Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:56:10.986Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:56:10.988Z||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-10-27T05:56:10.988Z||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-10-27T05:56:10.989Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:56:10.989Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:56:20.535Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:56:20.536Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:57:10.982Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:57:10.984Z||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-10-27T05:57:10.984Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:57:10.986Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:57:10.987Z||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-10-27T05:57:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:57:20.537Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:57:20.537Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:58:10.983Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:58:10.984Z||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-10-27T05:58:10.984Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:58:10.986Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:58:10.986Z||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-10-27T05:58:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:58:20.536Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:58:20.536Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:59:10.983Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:59:10.986Z||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-10-27T05:59:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:59:10.986Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T05:59:10.986Z||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-10-27T05:59:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T05:59:20.535Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T05:59:20.535Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:00:10.983Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:00:10.986Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:00:10.986Z||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-10-27T06:00:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:00:10.986Z||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-10-27T06:00:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:00:20.532Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:00:20.537Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:01:10.983Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:01:10.984Z||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-10-27T06:01:10.984Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:01:10.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:01:10.988Z||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-10-27T06:01:10.988Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:01:11.617Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:01:11.620Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.620Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"5e9f56ad-20b9-4498-a620-1f12a345835c","serviceName":"vFW 2021-10-27 05-59-00","serviceVersion":"1.0","serviceUUID":"856fb38e-9081-4916-be96-3462730d7f14","serviceDescription":"catalog service description","serviceInvariantUUID":"05d2fe76-e63f-4544-8172-28beae61ae13","resources":[{"resourceInstanceName":"vFW 57c9c15e-235c 0","resourceName":"vFW 57c9c15e-235c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ea99e21f-6f3d-4cad-927b-41cf1c7944ff","resourceInvariantUUID":"ccf658c8-60fb-4071-8be5-7555b571c9ca","resourceCustomizationUUID":"ba2358ac-1e44-490d-9625-0255afddffe6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vf-license-model.xml","artifactChecksum":"MTQ5YjI0ODExNDE1MDQ2NjIyZjVkMGFmYjJmMDU3OTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"052ee3c0-c24b-4a77-9476-2a0ebbd16874","artifactVersion":"1"},{"artifactName":"vfw57c9c15e235c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vfw57c9c15e235c0_modules.json","artifactChecksum":"ZDRmM2JmZTJjOTQ0M2FhNGE1ODMyMDdhOGJhMjg5YmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5bef51c7-bec0-4bab-aa99-ce0a1ecfa4fa","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"17e4fc21-95a5-4070-a6be-1309d9c3598c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vendor-license-model.xml","artifactChecksum":"M2M2ZGFkNTM2M2E1ZDMxMzhjYjQxNTkyMjJhZGFjOWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8e367c98-67dd-4947-a216-b9c34eb6fc25","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7d130465-adbd-4227-a5c5-dfa5cffcfe7b","artifactVersion":"2","generatedFromUUID":"17e4fc21-95a5-4070-a6be-1309d9c3598c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211027055900-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-template.yml","artifactChecksum":"ZGQ1NzBhZTY5Y2M2MWUzODBkMTNhZTcyOTZhZDViZTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6a7a51c4-db74-4535-9560-4844184708e5","artifactVersion":"1"},{"artifactName":"service-Vfw20211027055900-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar","artifactChecksum":"OGUyMmQ3ZmZiNzJiYTY3Nzk0OTlhZDAyZjE3ZWVhYTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6bd3b014-f6ff-4383-847c-74923876dbff","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-27T06:01:11.620Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:01:11.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635314437511,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.637Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:01:11.643Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:01:11.654Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:01:11.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "dcae-sch",
"timestamp": 1635314431594,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.655Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:01:11.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "clamp",
"timestamp": 1635314438216,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.655Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:01:11.656Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:01:11.656Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314470982,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "policy-id",
"timestamp": 1635314439766,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.656Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:01:11.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "clamp",
"timestamp": 1635314438216,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vfw57c9c15e235c0_modules.json",
"status": "NOTIFIED"
}
2021-10-27T06:01:11.656Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:01:11.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "dcae-sch",
"timestamp": 1635314431594,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vfw57c9c15e235c0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.657Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:01:11.657Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.657Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635314437511,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vfw57c9c15e235c0_modules.json",
"status": "NOTIFIED"
}
2021-10-27T06:01:11.657Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:01:11.657Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.657Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "policy-id",
"timestamp": 1635314439766,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vfw57c9c15e235c0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.657Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:01:11.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.658Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "clamp",
"timestamp": 1635314438216,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.658Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:01:11.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.658Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "dcae-sch",
"timestamp": 1635314431594,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.658Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:01:11.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.658Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635314437511,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-27T06:01:11.658Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:01:11.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.659Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "policy-id",
"timestamp": 1635314439766,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-27T06:01:11.659Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:01:11.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.659Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "clamp",
"timestamp": 1635314438216,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.659Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:01:11.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.659Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "dcae-sch",
"timestamp": 1635314431594,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.659Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:01:11.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635314437511,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.660Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:01:11.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "aai-ml",
"timestamp": 1635314442314,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.661Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:01:11.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "policy-id",
"timestamp": 1635314439766,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.661Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:01:11.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "clamp",
"timestamp": 1635314438216,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.662Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:01:11.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "dcae-sch",
"timestamp": 1635314431594,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.662Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:01:11.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635314443146,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.662Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:01:11.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635314437511,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-27T06:01:11.663Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:01:11.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "aai-ml",
"timestamp": 1635314442314,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vfw57c9c15e235c0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.663Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:01:11.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "cds",
"timestamp": 1635314443415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:01:11.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "policy-id",
"timestamp": 1635314439766,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:01:11.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635314443146,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vfw57c9c15e235c0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:01:11.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "clamp",
"timestamp": 1635314438216,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:01:11.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "dcae-sch",
"timestamp": 1635314431594,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:01:11.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635314437511,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:01:11.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "aai-ml",
"timestamp": 1635314442314,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:01:11.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "cds",
"timestamp": 1635314443415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vfw57c9c15e235c0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:01:11.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "policy-id",
"timestamp": 1635314439766,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.667Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:01:11.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "ves-openapi-manager",
"timestamp": 1635314445018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.667Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:01:11.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "clamp",
"timestamp": 1635314438216,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar",
"status": "NOTIFIED"
}
2021-10-27T06:01:11.668Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:01:11.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635314443146,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.668Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:01:11.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "dcae-sch",
"timestamp": 1635314431594,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.668Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:01:11.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635314437511,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar",
"status": "NOTIFIED"
}
2021-10-27T06:01:11.669Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:01:11.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "aai-ml",
"timestamp": 1635314442314,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.669Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:01:11.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "cds",
"timestamp": 1635314443415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.670Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:01:11.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "policy-id",
"timestamp": 1635314439766,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar",
"status": "NOTIFIED"
}
2021-10-27T06:01:11.670Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:01:11.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "ves-openapi-manager",
"timestamp": 1635314445018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vfw57c9c15e235c0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.670Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:01:11.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635314443146,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.671Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:01:11.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "aai-ml",
"timestamp": 1635314442314,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.671Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:01:11.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "cds",
"timestamp": 1635314443415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:01:11.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635314447117,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vfw57c9c15e235c0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-27T06:01:11.672Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:01:11.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "policy-id",
"timestamp": 1635314447539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-27T06:01:11.672Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:01:11.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "ves-openapi-manager",
"timestamp": 1635314445018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:01:11.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635314443146,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:01:11.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "aai-ml",
"timestamp": 1635314442314,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.674Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:01:11.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "cds",
"timestamp": 1635314443415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.674Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:01:11.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635314448209,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-27T06:01:11.675Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:01:11.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "policy-id",
"timestamp": 1635314448549,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-27T06:01:11.675Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:01:11.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "ves-openapi-manager",
"timestamp": 1635314445018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.675Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:01:11.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635314443146,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.676Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:01:11.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "aai-ml",
"timestamp": 1635314442314,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar",
"status": "NOTIFIED"
}
2021-10-27T06:01:11.676Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:01:11.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "cds",
"timestamp": 1635314443415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.677Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:01:11.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.677Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635314449268,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-27T06:01:11.677Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:01:11.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.677Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "policy-id",
"timestamp": 1635314449576,
"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-10-27T06:01:11.756Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-10-27T06:01:11.760Z||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-10-27T06:01:11.760Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:01:11.772Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:01:11.781Z||pool-3-thread-1|||||INFO|500||cambria reply ok (22 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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-27T06:01:11.869Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5e9f56ad-20b9-4498-a620-1f12a345835c
2021-10-27T06:01:11.892Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e9f56ad-20b9-4498-a620-1f12a345835c 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-10-27T06:01:11.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "ves-openapi-manager",
"timestamp": 1635314445018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.919Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:01:11.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635314443146,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar",
"status": "NOTIFIED"
}
2021-10-27T06:01:11.921Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:01:11.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "cds",
"timestamp": 1635314443415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar",
"status": "NOTIFIED"
}
2021-10-27T06:01:11.922Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:01:11.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "aai-ml",
"timestamp": 1635314450148,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-27T06:01:11.922Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:01:11.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "ves-openapi-manager",
"timestamp": 1635314445018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.924Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:01:11.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635314450988,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-27T06:01:11.924Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:01:11.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635314451097,
"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-10-27T06:01:11.957Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5e9f56ad-20b9-4498-a620-1f12a345835c
2021-10-27T06:01:11.958Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e9f56ad-20b9-4498-a620-1f12a345835c 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-10-27T06:01:11.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "cds",
"timestamp": 1635314451240,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-27T06:01:11.973Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:01:11.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "ves-openapi-manager",
"timestamp": 1635314445018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:01:11.974Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:01:11.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635314452100,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vfw57c9c15e235c0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-27T06:01:11.975Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:01:11.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "cds",
"timestamp": 1635314452278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-27T06:01:11.982Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5e9f56ad-20b9-4498-a620-1f12a345835c
2021-10-27T06:01:11.982Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e9f56ad-20b9-4498-a620-1f12a345835c 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-10-27T06:01:11.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "clamp",
"timestamp": 1635314455489,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-27T06:01:11.995Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:01:11.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635314456283,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-27T06:01:11.996Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:01:11.997Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:11.997Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635314457292,
"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-10-27T06:01:12.004Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5e9f56ad-20b9-4498-a620-1f12a345835c
2021-10-27T06:01:12.005Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e9f56ad-20b9-4498-a620-1f12a345835c 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-10-27T06:01:12.014Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:12.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "clamp",
"timestamp": 1635314457506,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-27T06:01:12.016Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:01:12.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:12.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "clamp",
"timestamp": 1635314458510,
"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-10-27T06:01:12.023Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5e9f56ad-20b9-4498-a620-1f12a345835c
2021-10-27T06:01:12.023Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e9f56ad-20b9-4498-a620-1f12a345835c 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-10-27T06:01:12.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:12.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "aai-ml",
"timestamp": 1635314466100,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-27T06:01:12.036Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:01:12.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:01:12.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "aai-ml",
"timestamp": 1635314467107,
"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-10-27T06:01:12.041Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5e9f56ad-20b9-4498-a620-1f12a345835c
2021-10-27T06:01:12.041Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e9f56ad-20b9-4498-a620-1f12a345835c 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-10-27T06:01:12.663Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:01:12.664Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:01:12.667Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:01:12.667Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314470982,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vfw57c9c15e235c0_modules.json",
"status": "NOTIFIED"
}
2021-10-27T06:01:12.767Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:01:12.768Z||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-10-27T06:01:12.768Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:01:12.781Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:01:12.782Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:01:13.668Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:01:13.670Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:01:13.673Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:01:13.673Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314470982,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-27T06:01:13.773Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:01:13.774Z||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-10-27T06:01:13.775Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:01:13.787Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:01:13.787Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-27T06:01:14.673Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:01:14.674Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:01:14.678Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:01:14.678Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314470982,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:01:14.778Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:01:14.779Z||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-10-27T06:01:14.779Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:01:14.791Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:01:14.791Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-27T06:01:15.679Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:01:15.679Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:01:15.693Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:01:15.693Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314470982,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-27T06:01:15.782Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2021-10-27T06:01:15.789Z||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-10-27T06:01:15.790Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:01:15.810Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:01:15.811Z||pool-7-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:01:16.694Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:01:16.695Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:01:16.697Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:01:16.698Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314470982,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:01:16.805Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2021-10-27T06:01:16.806Z||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-10-27T06:01:16.807Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:01:16.821Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:01:16.822Z||pool-8-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:01:17.698Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:01:17.699Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:01:17.701Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:01:17.702Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314470982,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar",
"status": "NOTIFIED"
}
2021-10-27T06:01:17.802Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:01:17.803Z||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-10-27T06:01:17.803Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:01:17.818Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:01:17.819Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:01:18.703Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"serviceName": "vFW 2021-10-27 05-59-00",
"serviceVersion": "1.0",
"serviceUUID": "856fb38e-9081-4916-be96-3462730d7f14",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "05d2fe76-e63f-4544-8172-28beae61ae13",
"resources": [
{
"resourceInstanceName": "vFW 57c9c15e-235c 0",
"resourceCustomizationUUID": "ba2358ac-1e44-490d-9625-0255afddffe6",
"resourceName": "vFW 57c9c15e-235c",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ea99e21f-6f3d-4cad-927b-41cf1c7944ff",
"resourceInvariantUUID": "ccf658c8-60fb-4071-8be5-7555b571c9ca",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw57c9c15e235c0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vfw57c9c15e235c0_modules.json",
"artifactChecksum": "ZDRmM2JmZTJjOTQ0M2FhNGE1ODMyMDdhOGJhMjg5YmI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5bef51c7-bec0-4bab-aa99-ce0a1ecfa4fa",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "17e4fc21-95a5-4070-a6be-1309d9c3598c",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7d130465-adbd-4227-a5c5-dfa5cffcfe7b",
"generatedFromUUID": "17e4fc21-95a5-4070-a6be-1309d9c3598c"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7d130465-adbd-4227-a5c5-dfa5cffcfe7b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20211027055900-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar",
"artifactChecksum": "OGUyMmQ3ZmZiNzJiYTY3Nzk0OTlhZDAyZjE3ZWVhYTc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6bd3b014-f6ff-4383-847c-74923876dbff"
}
],
"workloadContext": "Production"
}
2021-10-27T06:01:18.705Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-27T06:01:18.705Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 856fb38e-9081-4916-be96-3462730d7f14 ASDC
2021-10-27T06:01:18.849Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:5e9f56ad-20b9-4498-a620-1f12a345835c
ServiceName:vFW 2021-10-27 05-59-00
ServiceVersion:1.0
ServiceUUID:856fb38e-9081-4916-be96-3462730d7f14
ServiceInvariantUUID:05d2fe76-e63f-4544-8172-28beae61ae13
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211027055900-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar
ArtifactUUID:6bd3b014-f6ff-4383-847c-74923876dbff
ArtifactChecksum:OGUyMmQ3ZmZiNzJiYTY3Nzk0OTlhZDAyZjE3ZWVhYTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 57c9c15e-235c 0
ResourceCustomizationUUID:ba2358ac-1e44-490d-9625-0255afddffe6
ResourceInvariantUUID:ccf658c8-60fb-4071-8be5-7555b571c9ca
ResourceName:vFW 57c9c15e-235c
ResourceType:VF
ResourceUUID:ea99e21f-6f3d-4cad-927b-41cf1c7944ff
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw57c9c15e235c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vfw57c9c15e235c0_modules.json
ArtifactUUID:5bef51c7-bec0-4bab-aa99-ce0a1ecfa4fa
ArtifactChecksum:ZDRmM2JmZTJjOTQ0M2FhNGE1ODMyMDdhOGJhMjg5YmI=
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/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.yaml
ArtifactUUID:17e4fc21-95a5-4070-a6be-1309d9c3598c
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/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.env
ArtifactUUID:7d130465-adbd-4227-a5c5-dfa5cffcfe7b
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/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.env
ArtifactUUID:7d130465-adbd-4227-a5c5-dfa5cffcfe7b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-10-27T06:01:18.849Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 856fb38e-9081-4916-be96-3462730d7f14 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-10-27T06:01:18.901Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-27T06:01:18.903Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-27T06:01:18.904Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-27T06:01:18.905Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6bd3b014-f6ff-4383-847c-74923876dbff from URL: /sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar
2021-10-27T06:01:18.905Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-27T06:01:18.907Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar
2021-10-27T06:01:19.109Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-27T06:01:19.128Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar 6bd3b014-f6ff-4383-847c-74923876dbff 98683
2021-10-27T06:01:19.130Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar ASDC sendASDCNotification
2021-10-27T06:01:19.130Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar
2021-10-27T06:01:19.130Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-27T06:01:19.131Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:01:19.133Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:01:19.133Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314479128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-27T06:01:19.234Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-27T06:01:19.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-10-27T06:01:19.235Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:01:19.246Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:01:19.246Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:01:20.134Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-27T06:01:20.136Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-27T06:01:20.136Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 6bd3b014-f6ff-4383-847c-74923876dbff, URL: /sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar to file: /app/ASDC/1/service-Vfw20211027055900-csar.csar
2021-10-27T06:01:20.138Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211027055900-csar.csar
2021-10-27T06:01:20.223Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211027055900-csar.csar
2021-10-27T06:01:20.223Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211027055900-csar.csar
2021-10-27T06:01:21.185Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10715084755189404381/Definitions/service-Vfw20211027055900-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-10-27T06:01:24.044Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-27T06:01:24.051Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-27T06:01:24.052Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211027055900-csar.csar
2021-10-27T06:01:24.052Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-10-27T06:01:24.052Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||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-Vfw20211027055900-csar.csar
2021-10-27T06:01:24.052Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||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-Vfw20211027055900-csar.csar
2021-10-27T06:01:24.052Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||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-Vfw20211027055900-csar.csar
2021-10-27T06:01:24.052Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211027055900-csar.csar
2021-10-27T06:01:24.052Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211027055900-csar.csar
2021-10-27T06:01:24.052Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||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-Vfw20211027055900-csar.csar
2021-10-27T06:01:24.053Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||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-Vfw20211027055900-csar.csar
2021-10-27T06:01:24.053Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||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-Vfw20211027055900-csar.csar
2021-10-27T06:01:24.053Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211027055900-csar.csar
2021-10-27T06:01:24.053Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||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-Vfw20211027055900-csar.csar
2021-10-27T06:01:24.053Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211027055900-csar.csar
2021-10-27T06:01:24.053Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||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-Vfw20211027055900-csar.csar
2021-10-27T06:01:24.053Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 57c9c15e-235c 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-Vfw20211027055900-csar.csar
2021-10-27T06:01:24.053Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-27T06:01:24.060Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:01:24.061Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-59-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:01:24.066Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vFW 57c9c15e-235c 0 is matching search criteria
2021-10-27T06:01:24.067Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-27T06:01:24.068Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 57c9c15e-235c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-27T06:01:24.070Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:01:24.070Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-59-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:01:24.070Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vFW 57c9c15e-235c 0 is matching search criteria
2021-10-27T06:01:24.070Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-27T06:01:24.071Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 57c9c15e-235c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-27T06:01:24.071Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:01:24.071Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-59-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:01:24.074Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:01:24.075Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vFW 57c9c15e-235c 0 is not matching search criteria
2021-10-27T06:01:24.075Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-27T06:01:24.075Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-27T06:01:24.075Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-27T06:01:24.075Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-27T06:01:24.075Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-27T06:01:24.076Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-27T06:01:24.076Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-27T06:01:24.076Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-27T06:01:24.076Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-27T06:01:24.076Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-27T06:01:24.076Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-27T06:01:24.077Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-27T06:01:24.077Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-27T06:01:24.077Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-27T06:01:24.077Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-27T06:01:24.077Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-27T06:01:24.077Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:01:24.077Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-59-00 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-27T06:01:24.078Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:01:24.079Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vFW 57c9c15e-235c 0 is matching search criteria
2021-10-27T06:01:24.079Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 57c9c15e-235c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T06:01:24.079Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:01:24.079Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vFW 57c9c15e-235c 0 is matching search criteria
2021-10-27T06:01:24.080Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 57c9c15e-235c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T06:01:24.080Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:01:24.080Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vFW 57c9c15e-235c 0 is matching search criteria
2021-10-27T06:01:24.080Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 57c9c15e-235c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T06:01:24.080Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:01:24.081Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vFW 57c9c15e-235c 0 is not matching search criteria
2021-10-27T06:01:24.081Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-27T06:01:24.081Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-27T06:01:24.081Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-27T06:01:24.081Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-27T06:01:24.081Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-27T06:01:24.081Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-27T06:01:24.082Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-27T06:01:24.082Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-27T06:01:24.082Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-27T06:01:24.082Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-27T06:01:24.082Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-27T06:01:24.082Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=44a743f3-ffe9-4aa1-a35e-d2cb87f40786
2021-10-27T06:01:24.083Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:01:24.083Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vFW 57c9c15e-235c 0 is not matching search criteria
2021-10-27T06:01:24.083Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-27T06:01:24.083Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-27T06:01:24.083Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-27T06:01:24.083Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-27T06:01:24.083Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-27T06:01:24.084Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-27T06:01:24.084Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-27T06:01:24.084Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-27T06:01:24.084Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-27T06:01:24.084Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-27T06:01:24.084Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-27T06:01:24.084Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-27T06:01:24.085Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0a74db56-25f9-495f-a394-aaf051889b65
2021-10-27T06:01:24.085Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:01:24.085Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vFW 57c9c15e-235c 0 is not matching search criteria
2021-10-27T06:01:24.085Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-27T06:01:24.085Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-27T06:01:24.085Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-27T06:01:24.086Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-27T06:01:24.086Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-27T06:01:24.086Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-27T06:01:24.086Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-27T06:01:24.086Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-27T06:01:24.086Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-27T06:01:24.087Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-27T06:01:24.087Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-27T06:01:24.087Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-27T06:01:24.087Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=fd543b55-7aef-4191-825e-a84018a8b77b
2021-10-27T06:01:24.087Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:01:24.087Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-59-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:01:24.088Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:01:24.088Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-59-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:01:24.088Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:01:24.088Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-59-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:01:24.088Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:01:24.089Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-59-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:01:24.089Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-10-27 05-59-00
Description:catalog service description
Model UUID:856fb38e-9081-4916-be96-3462730d7f14
Model Version:NULL
Model InvariantUuid:05d2fe76-e63f-4544-8172-28beae61ae13
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 57c9c15e-235c
Model UUID:8249c2b3-4076-487d-9763-8f847b84ab60
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ccf658c8-60fb-4071-8be5-7555b571c9ca
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:ba2358ac-1e44-490d-9625-0255afddffe6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:efd85b9b-3ca3-46a9-af8f-a7c543f899e9
ModelName:Vfw57c9c15e235c..base_vfw..module-0
ModelUuid:44a3fb1a-1f97-4bfd-851d-eda873b6c491
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:44a743f3-ffe9-4aa1-a35e-d2cb87f40786
ModelInvariantUuid:b9e35a45-5675-42eb-b029-b020fbe78dee
ModelName:vFW 57c9c15e-235c-nodes.vfwCvfc
ModelUuid:8e343b39-250b-4858-98d6-ddd6665bb06a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:2b998730-b6cf-409c-984d-747db5340167
ModelInvariantUuid:71a7d0a7-134e-4544-8bf6-c9c06bacf994
ModelName:Vfw57c9c15e235c.compute.nodes.heat.vfw
ModelUuid:5f2eff87-c9d3-4c5f-996b-def292a3356c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:0a74db56-25f9-495f-a394-aaf051889b65
ModelInvariantUuid:62c631a3-f180-4a69-86b8-3761f20136aa
ModelName:vFW 57c9c15e-235c-nodes.vsnCvfc
ModelUuid:adc7deb4-3af1-4c2d-ba91-5f8f2da076d0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:17566eb2-ffb5-4b64-b62c-7fa5d6d66aee
ModelInvariantUuid:ecb1ee02-0859-42d0-b487-b39f96560a49
ModelName:Vfw57c9c15e235c.compute.nodes.heat.vsn
ModelUuid:1bdd4dc0-3297-4793-916e-0a04b1e59371
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:fd543b55-7aef-4191-825e-a84018a8b77b
ModelInvariantUuid:8edec766-9194-4fbe-9da7-40902880e800
ModelName:vFW 57c9c15e-235c-nodes.vpgCvfc
ModelUuid:b0f2014a-5fb3-446e-b199-bf8920280fc5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:8a08c192-b15a-4ec3-aff4-1b82c4d8f7cf
ModelInvariantUuid:3ebe2365-09d4-447e-96ad-4e0bdec67e36
ModelName:Vfw57c9c15e235c.compute.nodes.heat.vpg
ModelUuid:6d063850-2e28-4aae-8f8d-93f485256286
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-27T06:01:24.104Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: ea99e21f-6f3d-4cad-927b-41cf1c7944ff
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-27T06:01:24.206Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||vFW 57c9c15e-235c 0
2021-10-27T06:01:24.215Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ea99e21f-6f3d-4cad-927b-41cf1c7944ff
2021-10-27T06:01:24.215Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5bef51c7-bec0-4bab-aa99-ce0a1ecfa4fa from URL: /sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vfw57c9c15e235c0_modules.json
2021-10-27T06:01:24.215Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-27T06:01:24.216Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vfw57c9c15e235c0_modules.json
2021-10-27T06:01:24.600Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-27T06:01:24.602Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vfw57c9c15e235c0_modules.json 5bef51c7-bec0-4bab-aa99-ce0a1ecfa4fa 785
2021-10-27T06:01:24.603Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vfw57c9c15e235c0_modules.json ASDC sendASDCNotification
2021-10-27T06:01:24.603Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vfw57c9c15e235c0_modules.json
2021-10-27T06:01:24.603Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-27T06:01:24.604Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:01:24.608Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:01:24.608Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314484603,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vfw57c9c15e235c0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-27T06:01:24.709Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:01:24.710Z||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-10-27T06:01:24.710Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:01:24.722Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:01:24.724Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:01:25.614Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw57c9c15e235c..base_vfw..module-0",
"vfModuleModelInvariantUUID": "efd85b9b-3ca3-46a9-af8f-a7c543f899e9",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "44a3fb1a-1f97-4bfd-851d-eda873b6c491",
"vfModuleModelCustomizationUUID": "94ba6468-602a-4568-a432-f4e7373f8780",
"isBase": true,
"artifacts": [
"17e4fc21-95a5-4070-a6be-1309d9c3598c",
"7d130465-adbd-4227-a5c5-dfa5cffcfe7b"
],
"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-10-27T06:01:25.636Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw57c9c15e235c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:44a3fb1a-1f97-4bfd-851d-eda873b6c491
VfModuleModelInvariantUUID:efd85b9b-3ca3-46a9-af8f-a7c543f899e9
VfModuleModelDescription:NULL
Artifacts UUID List:{
17e4fc21-95a5-4070-a6be-1309d9c3598c
,
7d130465-adbd-4227-a5c5-dfa5cffcfe7b
}
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-10-27T06:01:25.639Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw57c9c15e235c..base_vfw..module-0",
"vfModuleModelInvariantUUID": "efd85b9b-3ca3-46a9-af8f-a7c543f899e9",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "44a3fb1a-1f97-4bfd-851d-eda873b6c491",
"vfModuleModelCustomizationUUID": "94ba6468-602a-4568-a432-f4e7373f8780",
"isBase": true,
"artifacts": [
"17e4fc21-95a5-4070-a6be-1309d9c3598c",
"7d130465-adbd-4227-a5c5-dfa5cffcfe7b"
],
"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-10-27T06:01:25.639Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw57c9c15e235c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:44a3fb1a-1f97-4bfd-851d-eda873b6c491
VfModuleModelInvariantUUID:efd85b9b-3ca3-46a9-af8f-a7c543f899e9
VfModuleModelDescription:NULL
Artifacts UUID List:{
17e4fc21-95a5-4070-a6be-1309d9c3598c
,
7d130465-adbd-4227-a5c5-dfa5cffcfe7b
}
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-10-27T06:01:25.639Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 17e4fc21-95a5-4070-a6be-1309d9c3598c from URL: /sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.yaml
2021-10-27T06:01:25.640Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-27T06:01:25.640Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.yaml
2021-10-27T06:01:25.893Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-27T06:01:25.894Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.yaml 17e4fc21-95a5-4070-a6be-1309d9c3598c 20368
2021-10-27T06:01:25.894Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-27T06:01:25.894Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.yaml
2021-10-27T06:01:25.894Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-27T06:01:25.895Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:01:25.900Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:01:25.900Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314485894,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-27T06:01:26.000Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-10-27T06:01:26.003Z||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-10-27T06:01:26.003Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:01:26.017Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:01:26.017Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-27T06:01:26.905Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7d130465-adbd-4227-a5c5-dfa5cffcfe7b from URL: /sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.env
2021-10-27T06:01:26.905Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-27T06:01:26.907Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.env
2021-10-27T06:01:27.016Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-27T06:01:27.017Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.env 7d130465-adbd-4227-a5c5-dfa5cffcfe7b 2098
2021-10-27T06:01:27.017Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-27T06:01:27.017Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.env
2021-10-27T06:01:27.017Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-27T06:01:27.018Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:01:27.021Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:01:27.022Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314487017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-27T06:01:27.121Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-27T06:01:27.122Z||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-10-27T06:01:27.123Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:01:27.134Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:01:27.135Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:01:28.023Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 856fb38e-9081-4916-be96-3462730d7f14
2021-10-27T06:01:28.024Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 57c9c15e-235c 0 ea99e21f-6f3d-4cad-927b-41cf1c7944ff ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-27T06:01:28.078Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@769a74d0, org.onap.sdc.toscaparser.api.parameters.Input@325450f9, org.onap.sdc.toscaparser.api.parameters.Input@5406c367, org.onap.sdc.toscaparser.api.parameters.Input@2e1b754d, org.onap.sdc.toscaparser.api.parameters.Input@b02a8aa]
2021-10-27T06:01:28.084Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:01:28.084Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-59-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:01:28.084Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2021-10-27T06:01:28.085Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= ba2358ac-1e44-490d-9625-0255afddffe6
2021-10-27T06:01:28.085Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ba2358ac-1e44-490d-9625-0255afddffe6 matches Tosca VF Customization UUID: ba2358ac-1e44-490d-9625-0255afddffe6
2021-10-27T06:01:28.085Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: ba2358ac-1e44-490d-9625-0255afddffe6 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-27T06:01:28.093Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:01:28.093Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-59-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:01:28.095Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id ba2358ac-1e44-490d-9625-0255afddffe6: {\"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-10-27T06:01:28.095Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5fbaac49
2021-10-27T06:01:28.096Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:01:28.096Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-59-00 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-27T06:01:28.097Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 94ba6468-602a-4568-a432-f4e7373f8780
2021-10-27T06:01:28.098Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 94ba6468-602a-4568-a432-f4e7373f8780
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-27T06:01:28.104Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:01:28.104Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vFW 57c9c15e-235c 0 is matching search criteria
2021-10-27T06:01:28.104Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 57c9c15e-235c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T06:01:28.105Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:01:28.106Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vFW 57c9c15e-235c 0 is matching search criteria
2021-10-27T06:01:28.106Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 57c9c15e-235c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T06:01:28.106Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:01:28.106Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vFW 57c9c15e-235c 0 is not matching search criteria
2021-10-27T06:01:28.107Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-27T06:01:28.107Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-27T06:01:28.107Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-27T06:01:28.107Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-27T06:01:28.107Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-27T06:01:28.107Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-27T06:01:28.108Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-27T06:01:28.108Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-27T06:01:28.108Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-27T06:01:28.108Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-27T06:01:28.109Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-27T06:01:28.109Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=44a743f3-ffe9-4aa1-a35e-d2cb87f40786
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-27T06:01:28.116Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:01:28.117Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vFW 57c9c15e-235c 0 is matching search criteria
2021-10-27T06:01:28.117Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 57c9c15e-235c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T06:01:28.117Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:01:28.118Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vFW 57c9c15e-235c 0 is not matching search criteria
2021-10-27T06:01:28.118Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-27T06:01:28.118Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-27T06:01:28.118Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-27T06:01:28.118Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-27T06:01:28.119Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-27T06:01:28.119Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-27T06:01:28.119Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-27T06:01:28.119Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-27T06:01:28.119Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-27T06:01:28.119Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-27T06:01:28.120Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-27T06:01:28.120Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-27T06:01:28.120Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0a74db56-25f9-495f-a394-aaf051889b65
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-27T06:01:28.122Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:01:28.122Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vFW 57c9c15e-235c 0 is matching search criteria
2021-10-27T06:01:28.122Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 57c9c15e-235c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T06:01:28.125Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:01:28.126Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vFW 57c9c15e-235c 0 is not matching search criteria
2021-10-27T06:01:28.126Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-27T06:01:28.126Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-27T06:01:28.126Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-27T06:01:28.126Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-27T06:01:28.127Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-27T06:01:28.127Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-27T06:01:28.128Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-27T06:01:28.128Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-27T06:01:28.128Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-27T06:01:28.128Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-27T06:01:28.128Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-27T06:01:28.129Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-27T06:01:28.129Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=fd543b55-7aef-4191-825e-a84018a8b77b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-27T06:01:28.130Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:01:28.131Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vFW 57c9c15e-235c 0 is matching search criteria
2021-10-27T06:01:28.131Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 57c9c15e-235c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T06:01:28.132Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:01:28.132Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Node template vFW 57c9c15e-235c 0 is matching search criteria
2021-10-27T06:01:28.132Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 57c9c15e-235c 0] matching following query criteria: sdcType=VF, customizationUUID=ba2358ac-1e44-490d-9625-0255afddffe6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-27T06:01:28.135Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:01:28.135Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-59-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:01:28.136Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 856fb38e-9081-4916-be96-3462730d7f14: vFW 57c9c15e-235c
2021-10-27T06:01:28.136Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:01:28.136Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-59-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:01:28.136Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:01:28.137Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-59-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:01:28.137Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:01:28.137Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-59-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:01:28.137Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:01:28.137Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-59-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:01:28.138Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:01:28.138Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-59-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:01:28.138Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2021-10-27 05-59-00
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-27T06:01:28.400Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 57c9c15e-235c ea99e21f-6f3d-4cad-927b-41cf1c7944ff 1 ASDC deployResourceStructure
2021-10-27T06:01:28.400Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vfw57c9c15e235c0_modules.json ASDC sendASDCNotification
2021-10-27T06:01:28.400Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vfw57c9c15e235c0_modules.json
2021-10-27T06:01:28.401Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-27T06:01:28.401Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:01:28.404Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:01:28.404Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314488400,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vfw57c9c15e235c0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-27T06:01:28.503Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-27T06:01:28.505Z||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-10-27T06:01:28.505Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:01:28.528Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:01:28.529Z||pool-14-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":4,"count":1}
2021-10-27T06:01:29.405Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-27T06:01:29.406Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.yaml
2021-10-27T06:01:29.406Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-27T06:01:29.406Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:01:29.408Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:01:29.408Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314489405,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-10-27T06:01:29.508Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:01:29.509Z||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-10-27T06:01:29.510Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:01:29.526Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:01:29.526Z||pool-15-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:01:30.409Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-27T06:01:30.409Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.env
2021-10-27T06:01:30.409Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-27T06:01:30.410Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:01:30.412Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:01:30.412Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314490409,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-10-27T06:01:30.519Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2021-10-27T06:01:30.520Z||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-10-27T06:01:30.520Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:01:30.541Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:01:30.541Z||pool-16-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:01:31.413Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar ASDC sendASDCNotification
2021-10-27T06:01:31.413Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar
2021-10-27T06:01:31.413Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-27T06:01:31.413Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:01:31.415Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:01:31.415Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314491413,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-27T06:01:31.516Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:01:31.517Z||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-10-27T06:01:31.517Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:01:31.531Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:01:31.531Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:01:32.417Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e9f56ad-20b9-4498-a620-1f12a345835c
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-10-27T06:01:32.436Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e9f56ad-20b9-4498-a620-1f12a345835c
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-10-27T06:01:32.441Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-27T06:01:32.441Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-27T06:01:32.441Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-27T06:01:32.441Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-27T06:01:32.441Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-27T06:01:32.441Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-27T06:01:32.441Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-27T06:01:32.442Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-27T06:01:32.442Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-27T06:01:32.442Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-27T06:01:32.442Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||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-10-27T06:01:32.447Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-27T06:02:02.447Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5e9f56ad-20b9-4498-a620-1f12a345835c 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-10-27T06:02:02.458Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5e9f56ad-20b9-4498-a620-1f12a345835c and serviceModelVersionId: 856fb38e-9081-4916-be96-3462730d7f14
2021-10-27T06:02:02.458Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 05d2fe76-e63f-4544-8172-28beae61ae13
2021-10-27T06:02:10.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:02:10.988Z||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-10-27T06:02:10.988Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:02:11.139Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:02:11.140Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:02:11.140Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314470982,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:02:11.143Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:02:17.769Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/05d2fe76-e63f-4544-8172-28beae61ae13/model-vers/model-ver/856fb38e-9081-4916-be96-3462730d7f14?depth=0
2021-10-27T06:02:17.881Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-10-27T06:02:18.402Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05d2fe76-e63f-4544-8172-28beae61ae13/model-vers/model-ver/856fb38e-9081-4916-be96-3462730d7f14?depth=0|INFO|500||Invoke
2021-10-27T06:02:18.410Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05d2fe76-e63f-4544-8172-28beae61ae13/model-vers/model-ver/856fb38e-9081-4916-be96-3462730d7f14?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05d2fe76-e63f-4544-8172-28beae61ae13/model-vers/model-ver/856fb38e-9081-4916-be96-3462730d7f14?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5e9f56ad-20b9-4498-a620-1f12a345835c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2a0c59ff-e13e-4e67-9c4c-405bcf6063a9], X-ECOMP-RequestID=[5e9f56ad-20b9-4498-a620-1f12a345835c], X-TransactionId=[], X-ONAP-RequestID=[5e9f56ad-20b9-4498-a620-1f12a345835c], Content-Type=[application/merge-patch+json]}
2021-10-27T06:02:18.544Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05d2fe76-e63f-4544-8172-28beae61ae13/model-vers/model-ver/856fb38e-9081-4916-be96-3462730d7f14?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-27T06:02:19.144Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05d2fe76-e63f-4544-8172-28beae61ae13/model-vers/model-ver/856fb38e-9081-4916-be96-3462730d7f14?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05d2fe76-e63f-4544-8172-28beae61ae13/model-vers/model-ver/856fb38e-9081-4916-be96-3462730d7f14?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211027-06:02:18:553-68115], vertex-id=[167984], Content-Length=[0], Date=[Wed, 27 Oct 2021 06:02:18 GMT], Content-Type=[application/json]}
2021-10-27T06:02:19.146Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05d2fe76-e63f-4544-8172-28beae61ae13/model-vers/model-ver/856fb38e-9081-4916-be96-3462730d7f14?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-27T06:02:19.147Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/05d2fe76-e63f-4544-8172-28beae61ae13/model-vers/model-ver/856fb38e-9081-4916-be96-3462730d7f14?depth=0|INFO|500||InvokeReturn
2021-10-27T06:02:19.151Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-27T06:02:19.151Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-27T06:02:19.157Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||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-10-27T06:02:19.158Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5e9f56ad-20b9-4498-a620-1f12a345835c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-27T06:02:19.159Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-27T06:02:19.160Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:02:19.162Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:02:19.162Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314539159,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-27T06:02:19.263Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:02:19.264Z||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-10-27T06:02:19.264Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:02:19.278Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:02:19.279Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-27T06:02:20.177Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:02:20.177Z|5e9f56ad-20b9-4498-a620-1f12a345835c|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-10-27T06:02:20.178Z|5e9f56ad-20b9-4498-a620-1f12a345835c|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:02:29.723Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:03:10.983Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:03:10.986Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:03:10.986Z|5e9f56ad-20b9-4498-a620-1f12a345835c|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-10-27T06:03:10.987Z||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-10-27T06:03:10.987Z|5e9f56ad-20b9-4498-a620-1f12a345835c|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:03:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:03:11.016Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:03:11.018Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-27T06:03:11.018Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314470982,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vfw57c9c15e235c0_modules.json",
"status": "NOTIFIED"
}
2021-10-27T06:03:11.020Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-10-27T06:03:11.020Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-27T06:03:11.020Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314470982,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-27T06:03:11.021Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-10-27T06:03:11.021Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-27T06:03:11.021Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314470982,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:03:11.021Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-10-27T06:03:11.021Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-27T06:03:11.021Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314470982,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-27T06:03:11.021Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-10-27T06:03:11.021Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-27T06:03:11.021Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314470982,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:03:11.022Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-10-27T06:03:11.022Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-27T06:03:11.022Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314470982,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar",
"status": "NOTIFIED"
}
2021-10-27T06:03:11.022Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-10-27T06:03:11.022Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-27T06:03:11.022Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314479128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-27T06:03:11.022Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:03:11.022Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-27T06:03:11.022Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314484603,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vfw57c9c15e235c0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-27T06:03:11.023Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:03:11.023Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-27T06:03:11.023Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314485894,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-27T06:03:11.023Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:03:11.024Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-27T06:03:11.024Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314487017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-27T06:03:11.024Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:03:11.024Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-27T06:03:11.024Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314488400,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/vfw57c9c15e235c0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-27T06:03:11.024Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:03:11.024Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-27T06:03:11.024Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314489405,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-10-27T06:03:11.025Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:03:11.025Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-27T06:03:11.025Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314490409,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/resourceInstances/vfw57c9c15e235c0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-10-27T06:03:11.025Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:03:11.025Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-27T06:03:11.025Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314491413,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211027055900/1.0/artifacts/service-Vfw20211027055900-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-27T06:03:11.025Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:03:20.530Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:04:10.983Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:04:10.986Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:04:10.989Z||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-10-27T06:04:10.989Z|5e9f56ad-20b9-4498-a620-1f12a345835c|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-10-27T06:04:10.989Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:04:10.989Z|5e9f56ad-20b9-4498-a620-1f12a345835c|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:04:11.523Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:04:11.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:04:11.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e9f56ad-20b9-4498-a620-1f12a345835c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314539159,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-27T06:04:11.528Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:04:20.539Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:05:10.984Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:05:10.986Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:05:10.988Z||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-10-27T06:05:10.989Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:05:10.988Z||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-10-27T06:05:10.989Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:05:20.549Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:05:20.549Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:06:10.983Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:06:10.985Z||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-10-27T06:06:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:06:10.986Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:06:10.986Z||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-10-27T06:06:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:06:11.625Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:06:11.627Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.627Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"b5c356a2-664e-4592-bf3b-fed45c234d37","serviceName":"basic_onboard_BvryZL","serviceVersion":"1.0","serviceUUID":"3c593823-a22d-4c47-8784-1410b5bbd929","serviceDescription":"service","serviceInvariantUUID":"d586656d-5d3c-456a-bad8-e7de3418354f","resources":[{"resourceInstanceName":"basic_onboard_BvryZL 0","resourceName":"basic_onboard_BvryZL","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"391c55b5-4e1a-4a5e-afdb-4ee079e4ab4f","resourceInvariantUUID":"e0c47c53-d099-4071-a294-b69b3ba49524","resourceCustomizationUUID":"7c02b585-765f-44e8-b407-26c812cea2d9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/vf-license-model.xml","artifactChecksum":"MjE4MzNkNjhhNDFjMzgwMjI5YWQ0YmUzYTU1ZmY3ODI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ffacb24c-44d9-4d26-828c-1586374c7484","artifactVersion":"1"},{"artifactName":"basic_onboard_bvryzl0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/basic_onboard_bvryzl0_modules.json","artifactChecksum":"ODY4ZDk3NjcwYjM4Nzk3N2EzODZkYmM0ZjhkODQxODU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0d3ba4f6-4c26-424e-b26e-443201d43b1a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0d36b8cf-1552-48b0-8cbd-90c46f28143c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"057da1d0-5b0b-4592-985b-9402018fdd5e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9c0a900d-defc-4622-ab0b-18d249507107","artifactVersion":"2","generatedFromUUID":"0d36b8cf-1552-48b0-8cbd-90c46f28143c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardBvryzl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-template.yml","artifactChecksum":"MDczYWU3YzFiZjcyMjI5MjQ1NzY3MWM5MmM1NDJlMGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cfe6c06c-29bc-49d3-b7ed-4766e9f1bd46","artifactVersion":"1"},{"artifactName":"service-BasicOnboardBvryzl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar","artifactChecksum":"NmZkNDM3MGRhNzA5YzMyZDg4NjVjM2IyMDMyNjdmOWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f7fd426b-f29e-4450-9583-2cb53cec263d","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-27T06:06:11.629Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:06:11.632Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:06:11.632Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.632Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "cds",
"timestamp": 1635314743414,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.632Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:06:11.633Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-27T06:06:11.633Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.633Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "clamp",
"timestamp": 1635314738216,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.633Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-27T06:06:11.634Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.634Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "aai-ml",
"timestamp": 1635314742314,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.634Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-27T06:06:11.634Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.634Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635314737511,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.634Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-27T06:06:11.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "policy-id",
"timestamp": 1635314739766,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.635Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-27T06:06:11.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635314743147,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.635Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-27T06:06:11.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "ves-openapi-manager",
"timestamp": 1635314745023,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.636Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-27T06:06:11.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "clamp",
"timestamp": 1635314738216,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/basic_onboard_bvryzl0_modules.json",
"status": "NOTIFIED"
}
2021-10-27T06:06:11.636Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-27T06:06:11.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "cds",
"timestamp": 1635314743414,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/basic_onboard_bvryzl0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.637Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-27T06:06:11.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.637Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:06:11.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "aai-ml",
"timestamp": 1635314742314,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/basic_onboard_bvryzl0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.637Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314770983,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.637Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-27T06:06:11.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635314737511,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/basic_onboard_bvryzl0_modules.json",
"status": "NOTIFIED"
}
2021-10-27T06:06:11.637Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-27T06:06:11.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "policy-id",
"timestamp": 1635314739766,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/basic_onboard_bvryzl0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-27T06:06:11.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635314743147,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/basic_onboard_bvryzl0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-27T06:06:11.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "ves-openapi-manager",
"timestamp": 1635314745023,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/basic_onboard_bvryzl0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-27T06:06:11.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "aai-ml",
"timestamp": 1635314742314,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-27T06:06:11.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "clamp",
"timestamp": 1635314738216,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-27T06:06:11.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "cds",
"timestamp": 1635314743414,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.640Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-27T06:06:11.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635314737511,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-27T06:06:11.640Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-27T06:06:11.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "policy-id",
"timestamp": 1635314739766,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-27T06:06:11.641Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-27T06:06:11.641Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.641Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635314743147,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.641Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-27T06:06:11.641Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.641Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "ves-openapi-manager",
"timestamp": 1635314745023,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.641Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-27T06:06:11.641Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.641Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "clamp",
"timestamp": 1635314738216,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.642Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-27T06:06:11.642Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "aai-ml",
"timestamp": 1635314742314,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.642Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-27T06:06:11.642Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "cds",
"timestamp": 1635314743414,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.642Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-27T06:06:11.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.643Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635314737511,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.643Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-27T06:06:11.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.643Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "policy-id",
"timestamp": 1635314739766,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.643Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-27T06:06:11.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.643Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635314743147,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.644Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-27T06:06:11.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "ves-openapi-manager",
"timestamp": 1635314745023,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.644Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-27T06:06:11.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "clamp",
"timestamp": 1635314738216,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.644Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-27T06:06:11.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "aai-ml",
"timestamp": 1635314742314,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.645Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-27T06:06:11.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "cds",
"timestamp": 1635314743414,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.645Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-27T06:06:11.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635314737511,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-27T06:06:11.645Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-27T06:06:11.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "policy-id",
"timestamp": 1635314739766,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.646Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-27T06:06:11.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635314743147,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.646Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-27T06:06:11.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "ves-openapi-manager",
"timestamp": 1635314745023,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.647Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-27T06:06:11.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.647Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "clamp",
"timestamp": 1635314738216,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.647Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-27T06:06:11.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.647Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "aai-ml",
"timestamp": 1635314742314,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.647Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-27T06:06:11.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "cds",
"timestamp": 1635314743414,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.648Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-27T06:06:11.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635314737511,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.648Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-27T06:06:11.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "policy-id",
"timestamp": 1635314739766,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.649Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-27T06:06:11.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635314743147,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.649Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-27T06:06:11.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "ves-openapi-manager",
"timestamp": 1635314745023,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.649Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-27T06:06:11.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "clamp",
"timestamp": 1635314738216,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar",
"status": "NOTIFIED"
}
2021-10-27T06:06:11.650Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-27T06:06:11.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "aai-ml",
"timestamp": 1635314742314,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar",
"status": "NOTIFIED"
}
2021-10-27T06:06:11.650Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-27T06:06:11.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "cds",
"timestamp": 1635314743414,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar",
"status": "NOTIFIED"
}
2021-10-27T06:06:11.651Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-27T06:06:11.651Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.651Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635314737511,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar",
"status": "NOTIFIED"
}
2021-10-27T06:06:11.651Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-27T06:06:11.651Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.651Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "policy-id",
"timestamp": 1635314739766,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar",
"status": "NOTIFIED"
}
2021-10-27T06:06:11.651Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-27T06:06:11.651Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.651Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635314743147,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar",
"status": "NOTIFIED"
}
2021-10-27T06:06:11.652Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-27T06:06:11.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "ves-openapi-manager",
"timestamp": 1635314745023,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.652Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-27T06:06:11.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "dcae-sch",
"timestamp": 1635314751596,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.652Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-27T06:06:11.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635314752833,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/basic_onboard_bvryzl0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-27T06:06:11.653Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:06:11.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "cds",
"timestamp": 1635314752839,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-27T06:06:11.653Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:06:11.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635314752848,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-27T06:06:11.653Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:06:11.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "policy-id",
"timestamp": 1635314752852,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-27T06:06:11.654Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:06:11.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "aai-ml",
"timestamp": 1635314752851,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-27T06:06:11.654Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:06:11.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "dcae-sch",
"timestamp": 1635314751596,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/basic_onboard_bvryzl0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.655Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-27T06:06:11.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "cds",
"timestamp": 1635314753847,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-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-10-27T06:06:11.678Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b5c356a2-664e-4592-bf3b-fed45c234d37
2021-10-27T06:06:11.678Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5c356a2-664e-4592-bf3b-fed45c234d37 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-10-27T06:06:11.689Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.689Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "policy-id",
"timestamp": 1635314753856,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-27T06:06:11.689Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:06:11.689Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.690Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635314753897,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-27T06:06:11.690Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:06:11.690Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.690Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "dcae-sch",
"timestamp": 1635314751596,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.690Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-27T06:06:11.690Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.690Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "policy-id",
"timestamp": 1635314754860,
"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-10-27T06:06:11.696Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b5c356a2-664e-4592-bf3b-fed45c234d37
2021-10-27T06:06:11.696Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5c356a2-664e-4592-bf3b-fed45c234d37 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-10-27T06:06:11.708Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.708Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635314755107,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-27T06:06:11.709Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:06:11.709Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.709Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635314755220,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-27T06:06:11.709Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:06:11.709Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.709Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "dcae-sch",
"timestamp": 1635314751596,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.709Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-27T06:06:11.710Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.710Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635314756129,
"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-10-27T06:06:11.714Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b5c356a2-664e-4592-bf3b-fed45c234d37
2021-10-27T06:06:11.715Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5c356a2-664e-4592-bf3b-fed45c234d37 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-10-27T06:06:11.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635314756225,
"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-10-27T06:06:11.725Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b5c356a2-664e-4592-bf3b-fed45c234d37
2021-10-27T06:06:11.725Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5c356a2-664e-4592-bf3b-fed45c234d37 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-10-27T06:06:11.740Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.740Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "dcae-sch",
"timestamp": 1635314751596,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.740Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-10-27T06:06:11.742Z||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-10-27T06:06:11.742Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:06:11.743Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-27T06:06:11.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635314757132,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/basic_onboard_bvryzl0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-27T06:06:11.743Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:06:11.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.744Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "dcae-sch",
"timestamp": 1635314751596,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.744Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-27T06:06:11.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.744Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "dcae-sch",
"timestamp": 1635314751596,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:06:11.744Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-27T06:06:11.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.744Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "aai-ml",
"timestamp": 1635314761590,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-27T06:06:11.745Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:06:11.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "aai-ml",
"timestamp": 1635314762594,
"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-10-27T06:06:11.749Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b5c356a2-664e-4592-bf3b-fed45c234d37
2021-10-27T06:06:11.749Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5c356a2-664e-4592-bf3b-fed45c234d37 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-10-27T06:06:11.756Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.756Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "clamp",
"timestamp": 1635314763527,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-27T06:06:11.757Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:06:11.757Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.757Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "clamp",
"timestamp": 1635314765537,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-27T06:06:11.757Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:06:11.757Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:06:11.757Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "clamp",
"timestamp": 1635314766540,
"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-10-27T06:06:11.763Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b5c356a2-664e-4592-bf3b-fed45c234d37
2021-10-27T06:06:11.763Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5c356a2-664e-4592-bf3b-fed45c234d37 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-10-27T06:06:11.956Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:06:11.957Z||pool-19-thread-1|||||INFO|500||cambria reply ok (216 ms):{"serverTimeMs":1,"count":1}
2021-10-27T06:06:12.639Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:06:12.641Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:06:12.644Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:06:12.645Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314770983,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/basic_onboard_bvryzl0_modules.json",
"status": "NOTIFIED"
}
2021-10-27T06:06:12.745Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:06:12.746Z||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-10-27T06:06:12.746Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:06:12.763Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:06:12.763Z||pool-20-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-10-27T06:06:13.645Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:06:13.647Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:06:13.652Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:06:13.653Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314770983,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-27T06:06:13.750Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-10-27T06:06:13.751Z||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-10-27T06:06:13.751Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:06:13.766Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:06:13.767Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-10-27T06:06:14.653Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:06:14.654Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:06:14.657Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:06:14.657Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314770983,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:06:14.757Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:06:14.759Z||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-10-27T06:06:14.759Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:06:14.771Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:06:14.772Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:06:15.658Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:06:15.658Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:06:15.660Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:06:15.660Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314770983,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-27T06:06:15.761Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:06:15.762Z||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-10-27T06:06:15.762Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:06:15.773Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:06:15.775Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:06:16.661Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:06:16.661Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:06:16.664Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:06:16.664Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314770983,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:06:16.764Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:06:16.765Z||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-10-27T06:06:16.765Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:06:16.778Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:06:16.779Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:06:17.664Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:06:17.665Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:06:17.667Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:06:17.667Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314770983,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar",
"status": "NOTIFIED"
}
2021-10-27T06:06:17.767Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:06:17.768Z||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-10-27T06:06:17.768Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:06:17.788Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:06:17.789Z||pool-25-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2021-10-27T06:06:18.670Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"serviceName": "basic_onboard_BvryZL",
"serviceVersion": "1.0",
"serviceUUID": "3c593823-a22d-4c47-8784-1410b5bbd929",
"serviceDescription": "service",
"serviceInvariantUUID": "d586656d-5d3c-456a-bad8-e7de3418354f",
"resources": [
{
"resourceInstanceName": "basic_onboard_BvryZL 0",
"resourceCustomizationUUID": "7c02b585-765f-44e8-b407-26c812cea2d9",
"resourceName": "basic_onboard_BvryZL",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "391c55b5-4e1a-4a5e-afdb-4ee079e4ab4f",
"resourceInvariantUUID": "e0c47c53-d099-4071-a294-b69b3ba49524",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_bvryzl0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/basic_onboard_bvryzl0_modules.json",
"artifactChecksum": "ODY4ZDk3NjcwYjM4Nzk3N2EzODZkYmM0ZjhkODQxODU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0d3ba4f6-4c26-424e-b26e-443201d43b1a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "0d36b8cf-1552-48b0-8cbd-90c46f28143c",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9c0a900d-defc-4622-ab0b-18d249507107",
"generatedFromUUID": "0d36b8cf-1552-48b0-8cbd-90c46f28143c"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9c0a900d-defc-4622-ab0b-18d249507107",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardBvryzl-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar",
"artifactChecksum": "NmZkNDM3MGRhNzA5YzMyZDg4NjVjM2IyMDMyNjdmOWU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f7fd426b-f29e-4450-9583-2cb53cec263d"
}
],
"workloadContext": "Production"
}
2021-10-27T06:06:18.670Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-27T06:06:18.671Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3c593823-a22d-4c47-8784-1410b5bbd929 ASDC
2021-10-27T06:06:18.672Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:b5c356a2-664e-4592-bf3b-fed45c234d37
ServiceName:basic_onboard_BvryZL
ServiceVersion:1.0
ServiceUUID:3c593823-a22d-4c47-8784-1410b5bbd929
ServiceInvariantUUID:d586656d-5d3c-456a-bad8-e7de3418354f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardBvryzl-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar
ArtifactUUID:f7fd426b-f29e-4450-9583-2cb53cec263d
ArtifactChecksum:NmZkNDM3MGRhNzA5YzMyZDg4NjVjM2IyMDMyNjdmOWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_BvryZL 0
ResourceCustomizationUUID:7c02b585-765f-44e8-b407-26c812cea2d9
ResourceInvariantUUID:e0c47c53-d099-4071-a294-b69b3ba49524
ResourceName:basic_onboard_BvryZL
ResourceType:VF
ResourceUUID:391c55b5-4e1a-4a5e-afdb-4ee079e4ab4f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_bvryzl0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/basic_onboard_bvryzl0_modules.json
ArtifactUUID:0d3ba4f6-4c26-424e-b26e-443201d43b1a
ArtifactChecksum:ODY4ZDk3NjcwYjM4Nzk3N2EzODZkYmM0ZjhkODQxODU=
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/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.yaml
ArtifactUUID:0d36b8cf-1552-48b0-8cbd-90c46f28143c
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/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.env
ArtifactUUID:9c0a900d-defc-4622-ab0b-18d249507107
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/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.env
ArtifactUUID:9c0a900d-defc-4622-ab0b-18d249507107
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-10-27T06:06:18.672Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3c593823-a22d-4c47-8784-1410b5bbd929 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-10-27T06:06:18.714Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-27T06:06:18.715Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-27T06:06:18.715Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-27T06:06:18.716Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f7fd426b-f29e-4450-9583-2cb53cec263d from URL: /sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar
2021-10-27T06:06:18.716Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-27T06:06:18.716Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar
2021-10-27T06:06:19.086Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-27T06:06:19.089Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar f7fd426b-f29e-4450-9583-2cb53cec263d 71356
2021-10-27T06:06:19.090Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar ASDC sendASDCNotification
2021-10-27T06:06:19.090Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar
2021-10-27T06:06:19.090Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-27T06:06:19.091Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:06:19.094Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:06:19.094Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314779090,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-27T06:06:19.194Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:06:19.195Z||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-10-27T06:06:19.195Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:06:19.208Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:06:19.208Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-27T06:06:20.095Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-27T06:06:20.096Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-27T06:06:20.096Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: f7fd426b-f29e-4450-9583-2cb53cec263d, URL: /sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar to file: /app/ASDC/1/service-BasicOnboardBvryzl-csar.csar
2021-10-27T06:06:20.097Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardBvryzl-csar.csar
2021-10-27T06:06:20.097Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardBvryzl-csar.csar
2021-10-27T06:06:20.097Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardBvryzl-csar.csar
2021-10-27T06:06:20.366Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP928443411207019788/Definitions/service-BasicOnboardBvryzl-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-10-27T06:06:21.669Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-27T06:06:21.670Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-10-27T06:06:21.670Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardBvryzl-csar.csar
2021-10-27T06:06:21.670Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-27T06:06:21.670Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_BvryZL 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-BasicOnboardBvryzl-csar.csar
2021-10-27T06:06:21.670Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardBvryzl-csar.csar
2021-10-27T06:06:21.670Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardBvryzl-csar.csar
2021-10-27T06:06:21.670Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardBvryzl-csar.csar
2021-10-27T06:06:21.670Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardBvryzl-csar.csar
2021-10-27T06:06:21.670Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardBvryzl-csar.csar
2021-10-27T06:06:21.671Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardBvryzl-csar.csar
2021-10-27T06:06:21.671Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardBvryzl-csar.csar
2021-10-27T06:06:21.671Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardBvryzl-csar.csar
2021-10-27T06:06:21.671Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-10-27T06:06:21.671Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:06:21.671Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BvryZL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:06:21.671Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_BvryZL 0 is matching search criteria
2021-10-27T06:06:21.672Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-10-27T06:06:21.672Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_BvryZL 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-27T06:06:21.672Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:06:21.672Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BvryZL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:06:21.672Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_BvryZL 0 is matching search criteria
2021-10-27T06:06:21.672Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-10-27T06:06:21.673Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_BvryZL 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-27T06:06:21.673Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:06:21.673Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BvryZL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:06:21.673Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:06:21.673Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_BvryZL 0 is not matching search criteria
2021-10-27T06:06:21.674Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-10-27T06:06:21.674Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-10-27T06:06:21.674Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-10-27T06:06:21.674Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-27T06:06:21.674Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-27T06:06:21.674Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:06:21.674Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BvryZL is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-27T06:06:21.674Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:06:21.675Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_BvryZL 0 is matching search criteria
2021-10-27T06:06:21.675Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_BvryZL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T06:06:21.675Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:06:21.675Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_BvryZL 0 is matching search criteria
2021-10-27T06:06:21.675Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_BvryZL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T06:06:21.675Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:06:21.676Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_BvryZL 0 is matching search criteria
2021-10-27T06:06:21.676Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_BvryZL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T06:06:21.676Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:06:21.676Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_BvryZL 0 is not matching search criteria
2021-10-27T06:06:21.676Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-27T06:06:21.676Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-27T06:06:21.676Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=79e19967-d694-46cc-b6c0-a25f6c597cd6
2021-10-27T06:06:21.677Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:06:21.677Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BvryZL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:06:21.677Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:06:21.677Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BvryZL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:06:21.677Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:06:21.678Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BvryZL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:06:21.678Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:06:21.678Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BvryZL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:06:21.678Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_BvryZL
Description:service
Model UUID:3c593823-a22d-4c47-8784-1410b5bbd929
Model Version:NULL
Model InvariantUuid:d586656d-5d3c-456a-bad8-e7de3418354f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_BvryZL
Model UUID:41b049e9-2dde-4078-a367-0a76d4808bc8
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e0c47c53-d099-4071-a294-b69b3ba49524
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:7c02b585-765f-44e8-b407-26c812cea2d9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:7e8fac5a-a75c-4bcd-b72f-de3c120ac689
ModelName:BasicOnboardBvryzl..base_ubuntu18..module-0
ModelUuid:79edfa59-97e4-4a16-bb37-a3be8b4945be
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:79e19967-d694-46cc-b6c0-a25f6c597cd6
ModelInvariantUuid:ce808f88-9cc4-4f68-a5ba-ea6dc964413b
ModelName:basic_onboard_BvryZL-nodes.ubuntu18Cvfc
ModelUuid:5cba2d6c-19e4-45c0-9690-84cc0bd3fc14
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:9c09ffd4-e539-4390-9a00-ab2c1e2e245d
ModelInvariantUuid:d539ac8b-9c17-4d48-8343-13cd8bbfc186
ModelName:BasicOnboardBvryzl.compute.nodes.heat.ubuntu18
ModelUuid:e81925da-9a35-4862-9d0b-eb85ec8084e5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-27T06:06:21.689Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 391c55b5-4e1a-4a5e-afdb-4ee079e4ab4f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-27T06:06:21.695Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||basic_onboard_BvryZL 0
2021-10-27T06:06:21.695Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 391c55b5-4e1a-4a5e-afdb-4ee079e4ab4f
2021-10-27T06:06:21.696Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0d3ba4f6-4c26-424e-b26e-443201d43b1a from URL: /sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/basic_onboard_bvryzl0_modules.json
2021-10-27T06:06:21.696Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-27T06:06:21.696Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/basic_onboard_bvryzl0_modules.json
2021-10-27T06:06:22.085Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-27T06:06:22.086Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/basic_onboard_bvryzl0_modules.json 0d3ba4f6-4c26-424e-b26e-443201d43b1a 798
2021-10-27T06:06:22.086Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/basic_onboard_bvryzl0_modules.json ASDC sendASDCNotification
2021-10-27T06:06:22.086Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/basic_onboard_bvryzl0_modules.json
2021-10-27T06:06:22.086Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-27T06:06:22.087Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:06:22.089Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:06:22.089Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314782086,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/basic_onboard_bvryzl0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-27T06:06:22.189Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:06:22.190Z||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-10-27T06:06:22.190Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:06:22.205Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:06:22.206Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-10-27T06:06:23.090Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardBvryzl..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "7e8fac5a-a75c-4bcd-b72f-de3c120ac689",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "79edfa59-97e4-4a16-bb37-a3be8b4945be",
"vfModuleModelCustomizationUUID": "a1b48fa1-1d00-4e20-a177-5e5f9fe57953",
"isBase": true,
"artifacts": [
"0d36b8cf-1552-48b0-8cbd-90c46f28143c",
"9c0a900d-defc-4622-ab0b-18d249507107"
],
"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-10-27T06:06:23.096Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardBvryzl..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:79edfa59-97e4-4a16-bb37-a3be8b4945be
VfModuleModelInvariantUUID:7e8fac5a-a75c-4bcd-b72f-de3c120ac689
VfModuleModelDescription:NULL
Artifacts UUID List:{
0d36b8cf-1552-48b0-8cbd-90c46f28143c
,
9c0a900d-defc-4622-ab0b-18d249507107
}
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-10-27T06:06:23.098Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardBvryzl..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "7e8fac5a-a75c-4bcd-b72f-de3c120ac689",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "79edfa59-97e4-4a16-bb37-a3be8b4945be",
"vfModuleModelCustomizationUUID": "a1b48fa1-1d00-4e20-a177-5e5f9fe57953",
"isBase": true,
"artifacts": [
"0d36b8cf-1552-48b0-8cbd-90c46f28143c",
"9c0a900d-defc-4622-ab0b-18d249507107"
],
"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-10-27T06:06:23.098Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardBvryzl..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:79edfa59-97e4-4a16-bb37-a3be8b4945be
VfModuleModelInvariantUUID:7e8fac5a-a75c-4bcd-b72f-de3c120ac689
VfModuleModelDescription:NULL
Artifacts UUID List:{
0d36b8cf-1552-48b0-8cbd-90c46f28143c
,
9c0a900d-defc-4622-ab0b-18d249507107
}
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-10-27T06:06:23.099Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0d36b8cf-1552-48b0-8cbd-90c46f28143c from URL: /sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.yaml
2021-10-27T06:06:23.099Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-27T06:06:23.099Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.yaml
2021-10-27T06:06:23.393Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-27T06:06:23.394Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.yaml 0d36b8cf-1552-48b0-8cbd-90c46f28143c 5033
2021-10-27T06:06:23.394Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-27T06:06:23.394Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.yaml
2021-10-27T06:06:23.394Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-27T06:06:23.394Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:06:23.398Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:06:23.399Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314783394,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-27T06:06:23.497Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-10-27T06:06:23.498Z||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-10-27T06:06:23.498Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:06:23.524Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:06:23.525Z||pool-28-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:06:24.400Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 9c0a900d-defc-4622-ab0b-18d249507107 from URL: /sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.env
2021-10-27T06:06:24.401Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-27T06:06:24.402Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.env
2021-10-27T06:06:24.783Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-27T06:06:24.785Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.env 9c0a900d-defc-4622-ab0b-18d249507107 909
2021-10-27T06:06:24.785Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-27T06:06:24.786Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.env
2021-10-27T06:06:24.786Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-27T06:06:24.786Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:06:24.788Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:06:24.789Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314784785,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-27T06:06:24.889Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:06:24.890Z||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-10-27T06:06:24.890Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:06:24.902Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:06:24.903Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-27T06:06:25.793Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 3c593823-a22d-4c47-8784-1410b5bbd929
2021-10-27T06:06:25.794Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_BvryZL 0 391c55b5-4e1a-4a5e-afdb-4ee079e4ab4f ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-27T06:06:25.814Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@15018144, org.onap.sdc.toscaparser.api.parameters.Input@22e393b5, org.onap.sdc.toscaparser.api.parameters.Input@5a407a8f, org.onap.sdc.toscaparser.api.parameters.Input@10a54d69, org.onap.sdc.toscaparser.api.parameters.Input@937e598]
2021-10-27T06:06:25.816Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:06:25.816Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BvryZL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:06:25.817Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2021-10-27T06:06:25.817Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 7c02b585-765f-44e8-b407-26c812cea2d9
2021-10-27T06:06:25.817Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7c02b585-765f-44e8-b407-26c812cea2d9 matches Tosca VF Customization UUID: 7c02b585-765f-44e8-b407-26c812cea2d9
2021-10-27T06:06:25.817Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 7c02b585-765f-44e8-b407-26c812cea2d9 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-27T06:06:25.822Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:06:25.822Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BvryZL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:06:25.823Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 7c02b585-765f-44e8-b407-26c812cea2d9: {\"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-10-27T06:06:25.823Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@544ee7e8
2021-10-27T06:06:25.823Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:06:25.824Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BvryZL is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-27T06:06:25.824Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a1b48fa1-1d00-4e20-a177-5e5f9fe57953
2021-10-27T06:06:25.824Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a1b48fa1-1d00-4e20-a177-5e5f9fe57953
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-27T06:06:25.826Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:06:25.827Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_BvryZL 0 is matching search criteria
2021-10-27T06:06:25.827Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_BvryZL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T06:06:25.827Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:06:25.827Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_BvryZL 0 is matching search criteria
2021-10-27T06:06:25.827Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_BvryZL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T06:06:25.828Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:06:25.828Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_BvryZL 0 is not matching search criteria
2021-10-27T06:06:25.829Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-27T06:06:25.829Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-27T06:06:25.829Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=79e19967-d694-46cc-b6c0-a25f6c597cd6
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-27T06:06:25.831Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:06:25.832Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_BvryZL 0 is matching search criteria
2021-10-27T06:06:25.833Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_BvryZL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T06:06:25.833Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:06:25.833Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_BvryZL 0 is matching search criteria
2021-10-27T06:06:25.833Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_BvryZL 0] matching following query criteria: sdcType=VF, customizationUUID=7c02b585-765f-44e8-b407-26c812cea2d9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-27T06:06:25.835Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:06:25.835Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BvryZL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:06:25.837Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 3c593823-a22d-4c47-8784-1410b5bbd929: basic_onboard_BvryZL
2021-10-27T06:06:25.837Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:06:25.837Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BvryZL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:06:25.837Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:06:25.837Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BvryZL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:06:25.838Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:06:25.838Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BvryZL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:06:25.838Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:06:25.839Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BvryZL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:06:25.839Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:06:25.839Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_BvryZL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:06:25.839Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_BvryZL
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-27T06:06:25.925Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_BvryZL 391c55b5-4e1a-4a5e-afdb-4ee079e4ab4f 1 ASDC deployResourceStructure
2021-10-27T06:06:25.925Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/basic_onboard_bvryzl0_modules.json ASDC sendASDCNotification
2021-10-27T06:06:25.925Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/basic_onboard_bvryzl0_modules.json
2021-10-27T06:06:25.925Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-27T06:06:25.926Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:06:25.927Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:06:25.927Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314785925,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/basic_onboard_bvryzl0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-27T06:06:26.028Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:06:26.029Z||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-10-27T06:06:26.029Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:06:26.042Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:06:26.042Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:06:26.928Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-27T06:06:26.928Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.yaml
2021-10-27T06:06:26.928Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-27T06:06:26.929Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:06:26.931Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:06:26.931Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314786928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-10-27T06:06:27.031Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-27T06:06:27.032Z||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-10-27T06:06:27.032Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:06:27.067Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:06:27.068Z||pool-31-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2021-10-27T06:06:27.932Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-27T06:06:27.933Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.env
2021-10-27T06:06:27.933Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-27T06:06:27.933Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:06:27.936Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:06:27.936Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314787932,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-10-27T06:06:28.036Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:06:28.037Z||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-10-27T06:06:28.037Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:06:28.053Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:06:28.053Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:06:28.937Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar ASDC sendASDCNotification
2021-10-27T06:06:28.937Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar
2021-10-27T06:06:28.937Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-27T06:06:28.938Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:06:28.939Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:06:28.939Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314788937,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-27T06:06:29.040Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:06:29.041Z||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-10-27T06:06:29.041Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:06:29.059Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:06:29.060Z||pool-33-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:06:29.940Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b5c356a2-664e-4592-bf3b-fed45c234d37
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-10-27T06:06:29.950Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b5c356a2-664e-4592-bf3b-fed45c234d37
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-10-27T06:06:29.953Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-27T06:06:29.953Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-27T06:06:29.953Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-27T06:06:29.953Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-27T06:06:29.953Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-27T06:06:29.954Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-27T06:06:29.954Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-27T06:06:29.954Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-27T06:06:29.954Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-27T06:06:29.954Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-27T06:06:29.954Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-27T06:06:29.959Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-27T06:06:59.960Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b5c356a2-664e-4592-bf3b-fed45c234d37 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-10-27T06:06:59.970Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b5c356a2-664e-4592-bf3b-fed45c234d37 and serviceModelVersionId: 3c593823-a22d-4c47-8784-1410b5bbd929
2021-10-27T06:06:59.970Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d586656d-5d3c-456a-bad8-e7de3418354f
2021-10-27T06:06:59.971Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d586656d-5d3c-456a-bad8-e7de3418354f/model-vers/model-ver/3c593823-a22d-4c47-8784-1410b5bbd929?depth=0
2021-10-27T06:06:59.984Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-10-27T06:07:00.045Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d586656d-5d3c-456a-bad8-e7de3418354f/model-vers/model-ver/3c593823-a22d-4c47-8784-1410b5bbd929?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-10-27T06:07:00.047Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d586656d-5d3c-456a-bad8-e7de3418354f/model-vers/model-ver/3c593823-a22d-4c47-8784-1410b5bbd929?depth=0|INFO|500||Invoke
2021-10-27T06:07:00.076Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d586656d-5d3c-456a-bad8-e7de3418354f/model-vers/model-ver/3c593823-a22d-4c47-8784-1410b5bbd929?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-27T06:07:00.587Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d586656d-5d3c-456a-bad8-e7de3418354f/model-vers/model-ver/3c593823-a22d-4c47-8784-1410b5bbd929?depth=0|INFO|500||InvokeReturn
2021-10-27T06:07:00.588Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d586656d-5d3c-456a-bad8-e7de3418354f/model-vers/model-ver/3c593823-a22d-4c47-8784-1410b5bbd929?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211027-06:07:00:084-83294], vertex-id=[205032], Content-Length=[0], Date=[Wed, 27 Oct 2021 06:07:00 GMT], Content-Type=[application/json]}
2021-10-27T06:07:00.588Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-10-27T06:07:00.588Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-27T06:07:00.588Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-27T06:07:00.593Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-10-27T06:07:00.593Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b5c356a2-664e-4592-bf3b-fed45c234d37 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-27T06:07:00.594Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-27T06:07:00.594Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:07:00.596Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:07:00.596Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314820593,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-27T06:07:00.696Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:07:00.697Z||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-10-27T06:07:00.697Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:07:00.714Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:07:00.714Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 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-10-27T06:07:10.982Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:07:10.983Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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-10-27T06:07:10.983Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:07:10.986Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:07:10.986Z||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-10-27T06:07:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:07:11.110Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:07:11.110Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-27T06:07:11.110Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314770983,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:07:11.111Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-27T06:07:20.526Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:08:10.983Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:08:10.986Z||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-10-27T06:08:10.986Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:08:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:08:10.987Z||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-10-27T06:08:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:08:11.518Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:08:11.520Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:08:11.520Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314770983,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/basic_onboard_bvryzl0_modules.json",
"status": "NOTIFIED"
}
2021-10-27T06:08:11.521Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:08:11.521Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:08:11.521Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314770983,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-27T06:08:11.522Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:08:11.522Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:08:11.522Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314770983,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:08:11.522Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:08:11.522Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:08:11.522Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314770983,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-27T06:08:11.522Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:08:11.522Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:08:11.523Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314770983,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:08:11.523Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:08:11.523Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:08:11.523Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314770983,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar",
"status": "NOTIFIED"
}
2021-10-27T06:08:11.523Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:08:11.523Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:08:11.524Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314779090,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-27T06:08:11.524Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:08:11.524Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:08:11.524Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314782086,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/basic_onboard_bvryzl0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-27T06:08:11.524Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:08:11.524Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:08:11.524Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314783394,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-27T06:08:11.525Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:08:11.525Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:08:11.525Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314784785,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-27T06:08:11.525Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:08:11.525Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:08:11.525Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314785925,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/basic_onboard_bvryzl0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-27T06:08:11.525Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:08:11.525Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:08:11.526Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314786928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-10-27T06:08:11.526Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:08:11.526Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:08:11.526Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314787932,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/resourceInstances/basic_onboard_bvryzl0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-10-27T06:08:11.526Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:08:11.526Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:08:11.527Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314788937,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBvryzl/1.0/artifacts/service-BasicOnboardBvryzl-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-27T06:08:11.527Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:08:11.527Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:08:11.527Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5c356a2-664e-4592-bf3b-fed45c234d37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635314820593,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-27T06:08:11.527Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:08:20.532Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:09:10.984Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:09:10.986Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:09:10.989Z||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-10-27T06:09:10.989Z||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-10-27T06:09:10.989Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:09:10.989Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:09:20.538Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:09:20.538Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:10:10.984Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:10:10.986Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:10:10.987Z||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-10-27T06:10:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:10:10.991Z||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-10-27T06:10:10.991Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:10:20.536Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:10:20.541Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:11:10.983Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:11:10.985Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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-10-27T06:11:10.986Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:11:10.985Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:11:10.986Z||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-10-27T06:11:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:11:20.537Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:11:20.540Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:12:10.983Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:12:10.986Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:12:10.986Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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-10-27T06:12:10.987Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:12:10.987Z||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-10-27T06:12:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:12:20.530Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:12:20.532Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:13:10.985Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:13:10.986Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:13:10.990Z||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-10-27T06:13:10.990Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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-10-27T06:13:10.990Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:13:10.990Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:13:20.543Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:13:20.546Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:14:10.982Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:14:10.984Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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-10-27T06:14:10.984Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:14:10.986Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:14:10.986Z||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-10-27T06:14:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:14:20.519Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:14:20.524Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:15:10.983Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:15:10.989Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:15:10.989Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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-10-27T06:15:10.989Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:15:10.989Z||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-10-27T06:15:10.990Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:15:20.533Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:15:20.534Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:16:10.983Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:16:10.984Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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-10-27T06:16:10.984Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:16:10.986Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:16:10.986Z||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-10-27T06:16:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:16:20.527Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:16:20.534Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:17:10.984Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:17:10.986Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:17:10.988Z||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-10-27T06:17:10.988Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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-10-27T06:17:10.988Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:17:10.988Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:17:20.537Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:17:20.554Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:18:10.985Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:18:10.987Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:18:10.991Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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-10-27T06:18:10.991Z||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-10-27T06:18:10.991Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:18:10.991Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:18:20.542Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:18:20.542Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:19:10.983Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:19:10.985Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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-10-27T06:19:10.985Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:19:10.986Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:19:10.986Z||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-10-27T06:19:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:19:20.548Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:19:20.548Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:20:10.983Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:20:10.984Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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-10-27T06:20:10.985Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:20:10.986Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:20:10.987Z||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-10-27T06:20:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:20:20.533Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:20:20.535Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:21:10.983Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:21:10.985Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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-10-27T06:21:10.985Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:21:10.986Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:21:10.986Z|5e9f56ad-20b9-4498-a620-1f12a345835c|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-10-27T06:21:10.987Z|5e9f56ad-20b9-4498-a620-1f12a345835c|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:21:20.542Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:21:20.547Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:22:10.986Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:22:10.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:22:10.990Z||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-10-27T06:22:10.990Z||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-10-27T06:22:10.990Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:22:10.993Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:22:20.553Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:22:20.565Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:23:10.982Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:23:10.984Z||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-10-27T06:23:10.984Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:23:10.986Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:23:10.987Z||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-10-27T06:23:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:23:20.534Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:23:20.534Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:24:10.982Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:24:10.984Z||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-10-27T06:24:10.984Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:24:10.987Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:24:10.987Z||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-10-27T06:24:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:24:20.546Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:24:20.553Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:25:10.983Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:25:10.984Z||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-10-27T06:25:10.985Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:25:10.986Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:25:10.987Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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-10-27T06:25:10.987Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:25:20.529Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:25:20.529Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:26:10.984Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:26:10.986Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:26:10.986Z||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-10-27T06:26:10.986Z||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-10-27T06:26:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:26:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:26:20.534Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:26:20.534Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:27:10.982Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:27:10.983Z||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-10-27T06:27:10.983Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:27:10.986Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:27:10.986Z||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-10-27T06:27:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:27:20.524Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:27:20.541Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:28:10.983Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:28:10.985Z||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-10-27T06:28:10.985Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:28:10.986Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:28:10.987Z||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-10-27T06:28:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:28:20.536Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:28:20.541Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:29:10.984Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:29:10.986Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:29:10.987Z||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-10-27T06:29:10.987Z||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-10-27T06:29:10.988Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:29:10.988Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:29:20.566Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:29:20.570Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:30:10.982Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:30:10.984Z||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-10-27T06:30:10.984Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:30:10.986Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:30:10.987Z||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-10-27T06:30:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:30:20.535Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:30:20.535Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:31:10.983Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:31:10.985Z||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-10-27T06:31:10.985Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:31:10.986Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:31:10.988Z||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-10-27T06:31:10.989Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:31:20.538Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:31:20.538Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:32:10.983Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:32:10.985Z||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-10-27T06:32:10.985Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:32:10.986Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:32:10.986Z||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-10-27T06:32:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:32:20.550Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:32:20.552Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:33:10.984Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:33:10.986Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:33:10.989Z||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-10-27T06:33:10.989Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:33:10.989Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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-10-27T06:33:10.990Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:33:20.545Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:33:20.545Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:34:10.982Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:34:10.984Z||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-10-27T06:34:10.984Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:34:10.986Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:34:10.987Z||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-10-27T06:34:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:34:20.543Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:34:20.548Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:35:10.983Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:35:10.984Z||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-10-27T06:35:10.984Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:35:10.987Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:35:10.987Z||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-10-27T06:35:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:35:20.570Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:35:20.571Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:36:10.983Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:36:10.984Z||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-10-27T06:36:10.984Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:36:10.986Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:36:10.987Z|5e9f56ad-20b9-4498-a620-1f12a345835c|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-10-27T06:36:10.987Z|5e9f56ad-20b9-4498-a620-1f12a345835c|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:36:20.533Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:36:20.539Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:37:10.986Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:37:10.985Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:37:10.992Z|5e9f56ad-20b9-4498-a620-1f12a345835c|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-10-27T06:37:10.992Z|5e9f56ad-20b9-4498-a620-1f12a345835c|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:37:10.992Z||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-10-27T06:37:10.992Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:37:20.607Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:37:20.658Z|5e9f56ad-20b9-4498-a620-1f12a345835c|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:38:10.982Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:38:10.984Z||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-10-27T06:38:10.984Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:38:10.986Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:38:10.986Z||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-10-27T06:38:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:38:20.535Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:38:20.536Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:39:10.983Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:39:10.985Z||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-10-27T06:39:10.985Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:39:10.986Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:39:10.988Z||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-10-27T06:39:10.988Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:39:20.540Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:39:20.540Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:40:10.982Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:40:10.984Z||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-10-27T06:40:10.984Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:40:10.986Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:40:10.986Z||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-10-27T06:40:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:40:20.531Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:40:20.531Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:41:10.983Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:41:10.986Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:41:10.987Z||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-10-27T06:41:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:41:10.989Z||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-10-27T06:41:10.990Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:41:20.549Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:41:20.561Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:42:10.983Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:42:10.986Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:42:10.986Z||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-10-27T06:42:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:42:10.986Z||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-10-27T06:42:10.987Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:42:20.539Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:42:20.539Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:43:10.982Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:43:10.984Z||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-10-27T06:43:10.986Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:43:10.984Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:43:10.986Z||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-10-27T06:43:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:43:20.550Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:43:20.549Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:44:10.983Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:44:10.985Z||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-10-27T06:44:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:44:10.986Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:44:10.986Z||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-10-27T06:44:10.986Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:44:11.620Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:44:11.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:44:11.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
"consumerID": "cds",
"timestamp": 1635317023414,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:44:11.624Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:44:11.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:44:11.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
"consumerID": "dcae-sch",
"timestamp": 1635317031594,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:44:11.625Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:44:11.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:44:11.626Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
"consumerID": "ves-openapi-manager",
"timestamp": 1635317025017,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:44:11.626Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:44:11.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:44:11.626Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
"consumerID": "cds",
"timestamp": 1635317023414,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-27T06:44:11.626Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:44:11.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:44:11.627Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
"consumerID": "dcae-sch",
"timestamp": 1635317031594,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:44:11.627Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:44:11.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:44:11.627Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
"consumerID": "ves-openapi-manager",
"timestamp": 1635317025017,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:44:11.627Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:44:11.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:44:11.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
"consumerID": "cds",
"timestamp": 1635317035920,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-27T06:44:11.628Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:44:11.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:44:11.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
"consumerID": "cds",
"timestamp": 1635317036927,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2021-10-27T06:44:11.629Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:44:11.629Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:44:11.630Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"efa634e7-375d-4cf7-92de-72f62f3cfe1c","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"0458b261-23eb-4e22-87fa-14b5baf4084a","serviceDescription":"service","serviceInvariantUUID":"8e45ee1a-4ae3-40f0-b04f-8dfe905ed22b","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"fe6b5f12-b0de-4fd6-8120-00604acefa57","resourceInvariantUUID":"a7e31e08-2156-4850-81da-9980aebdf843","resourceCustomizationUUID":"d1d69d6a-ae33-4655-8977-423a592acbe2","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"MDhmYTE2Y2FmZTAwNTg1OTY3Mjc5ZDA5NzE0YTU1Zjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c3d216fc-58cb-4611-b558-94c5c5357492","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MmZhMGJiMDJiNTg0M2RlYzhkYTk2MzA0NWNjNTcxNjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3b2c925d-d63f-4b1b-9b8f-055b38c4ff0f","artifactVersion":"1"}],"workloadContext":"Production"}
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-10-27T06:44:11.640Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:44:11.641Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
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-10-27T06:44:11.648Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-27T06:44:11.648Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635317050983,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:44:11.654Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of efa634e7-375d-4cf7-92de-72f62f3cfe1c
2021-10-27T06:44:11.655Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId efa634e7-375d-4cf7-92de-72f62f3cfe1c 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-10-27T06:44:11.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:44:11.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635317037511,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:44:11.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:44:11.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:44:11.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635317037511,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-27T06:44:11.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:44:11.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:44:11.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
"consumerID": "policy-id",
"timestamp": 1635317039766,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:44:11.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:44:11.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:44:11.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
"consumerID": "policy-id",
"timestamp": 1635317039766,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-27T06:44:11.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:44:11.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:44:11.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
"consumerID": "policy-id",
"timestamp": 1635317042692,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-27T06:44:11.674Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:44:11.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:44:11.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
"consumerID": "policy-id",
"timestamp": 1635317043697,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-27T06:44:11.674Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:44:11.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:44:11.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
"consumerID": "policy-id",
"timestamp": 1635317044700,
"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-10-27T06:44:11.680Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of efa634e7-375d-4cf7-92de-72f62f3cfe1c
2021-10-27T06:44:11.680Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId efa634e7-375d-4cf7-92de-72f62f3cfe1c 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-10-27T06:44:11.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:44:11.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
"consumerID": "clamp",
"timestamp": 1635317048216,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:44:11.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:44:11.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:44:11.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
"consumerID": "clamp",
"timestamp": 1635317048216,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-27T06:44:11.694Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:44:11.748Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-27T06:44:11.749Z||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-10-27T06:44:11.749Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:44:11.761Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:44:11.761Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:44:12.649Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:44:12.650Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:44:12.652Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:44:12.652Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635317050983,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-27T06:44:12.752Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:44:12.753Z||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-10-27T06:44:12.754Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:44:12.765Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:44:12.766Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-27T06:44:13.657Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "0458b261-23eb-4e22-87fa-14b5baf4084a",
"serviceDescription": "service",
"serviceInvariantUUID": "8e45ee1a-4ae3-40f0-b04f-8dfe905ed22b",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "d1d69d6a-ae33-4655-8977-423a592acbe2",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "fe6b5f12-b0de-4fd6-8120-00604acefa57",
"resourceInvariantUUID": "a7e31e08-2156-4850-81da-9980aebdf843",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "MmZhMGJiMDJiNTg0M2RlYzhkYTk2MzA0NWNjNTcxNjc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3b2c925d-d63f-4b1b-9b8f-055b38c4ff0f"
}
],
"workloadContext": "Production"
}
2021-10-27T06:44:13.658Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-27T06:44:13.658Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0458b261-23eb-4e22-87fa-14b5baf4084a ASDC
2021-10-27T06:44:13.659Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:efa634e7-375d-4cf7-92de-72f62f3cfe1c
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:0458b261-23eb-4e22-87fa-14b5baf4084a
ServiceInvariantUUID:8e45ee1a-4ae3-40f0-b04f-8dfe905ed22b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:3b2c925d-d63f-4b1b-9b8f-055b38c4ff0f
ArtifactChecksum:MmZhMGJiMDJiNTg0M2RlYzhkYTk2MzA0NWNjNTcxNjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:d1d69d6a-ae33-4655-8977-423a592acbe2
ResourceInvariantUUID:a7e31e08-2156-4850-81da-9980aebdf843
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:fe6b5f12-b0de-4fd6-8120-00604acefa57
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-10-27T06:44:13.660Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0458b261-23eb-4e22-87fa-14b5baf4084a 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-10-27T06:44:13.698Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-27T06:44:13.699Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-10-27T06:44:13.700Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-10-27T06:44:13.700Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3b2c925d-d63f-4b1b-9b8f-055b38c4ff0f from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-27T06:44:13.701Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-27T06:44:13.701Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-27T06:44:13.798Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-27T06:44:13.801Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 3b2c925d-d63f-4b1b-9b8f-055b38c4ff0f 52171
2021-10-27T06:44:13.801Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-10-27T06:44:13.801Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-27T06:44:13.801Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-27T06:44:13.802Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:44:13.803Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:44:13.804Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635317053801,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-27T06:44:13.904Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:44:13.905Z||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-10-27T06:44:13.905Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:44:13.917Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:44:13.918Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:44:14.804Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-27T06:44:14.808Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-10-27T06:44:14.808Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 3b2c925d-d63f-4b1b-9b8f-055b38c4ff0f, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-27T06:44:14.809Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-10-27T06:44:14.810Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-27T06:44:14.810Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-27T06:44:14.956Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8390356470696916476/Definitions/service-BasicNetwork-template.yml
2021-10-27T06:44:15.642Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-27T06:44:15.643Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-10-27T06:44:15.643Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-27T06:44:15.643Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-10-27T06:44:15.643Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-27T06:44:15.643Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-27T06:44:15.643Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-27T06:44:15.643Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-27T06:44:15.644Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-27T06:44:15.644Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-27T06:44:15.644Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-27T06:44:15.644Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-27T06:44:15.644Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-10-27T06:44:15.644Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:44:15.648Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:44:15.648Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-27T06:44:15.648Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-10-27T06:44:15.649Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-27T06:44:15.649Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:44:15.649Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:44:15.649Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-27T06:44:15.649Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-10-27T06:44:15.649Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-27T06:44:15.649Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:44:15.649Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:44:15.650Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:44:15.650Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:44:15.650Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:44:15.650Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:44:15.650Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:44:15.651Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:44:15.651Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:44:15.651Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:44:15.651Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:0458b261-23eb-4e22-87fa-14b5baf4084a
Model Version:NULL
Model InvariantUuid:8e45ee1a-4ae3-40f0-b04f-8dfe905ed22b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:a7e31e08-2156-4850-81da-9980aebdf843
Model UUID:11c0c074-8e4d-41fe-91f9-afece2d166a3
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:d1d69d6a-ae33-4655-8977-423a592acbe2
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-27T06:44:15.661Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: fe6b5f12-b0de-4fd6-8120-00604acefa57
2021-10-27T06:44:15.662Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||No resources found for Service: 0458b261-23eb-4e22-87fa-14b5baf4084a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-27T06:44:15.669Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||
2021-10-27T06:44:15.669Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-10-27T06:44:15.671Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 0458b261-23eb-4e22-87fa-14b5baf4084a
2021-10-27T06:44:15.671Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 0458b261-23eb-4e22-87fa-14b5baf4084a
2021-10-27T06:44:15.671Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-10-27T06:44:15.671Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-27T06:44:15.676Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6bc0f047, org.onap.sdc.toscaparser.api.parameters.Input@149ced6a, org.onap.sdc.toscaparser.api.parameters.Input@41a0dcb4, org.onap.sdc.toscaparser.api.parameters.Input@278521be, org.onap.sdc.toscaparser.api.parameters.Input@4b2bafc1]
2021-10-27T06:44:15.677Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:44:15.678Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:44:15.678Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:44:15.678Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:44:15.678Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 0458b261-23eb-4e22-87fa-14b5baf4084a: Generic NeutronNet
2021-10-27T06:44:15.678Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:44:15.679Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:44:15.679Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:44:15.679Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-10-27T06:44:15.739Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:44:15.740Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:44:15.740Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:44:15.740Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:44:15.740Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:44:15.741Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:44:15.741Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-10-27T06:44:15.798Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-10-27T06:44:15.799Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-10-27T06:44:15.799Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-27T06:44:15.800Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-27T06:44:15.800Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:44:15.805Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:44:15.806Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635317055799,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-27T06:44:15.903Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-10-27T06:44:15.904Z||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-10-27T06:44:15.904Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:44:15.926Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:44:15.926Z||pool-38-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:44:16.807Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efa634e7-375d-4cf7-92de-72f62f3cfe1c
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-10-27T06:44:16.820Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efa634e7-375d-4cf7-92de-72f62f3cfe1c
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-10-27T06:44:16.825Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-27T06:44:16.825Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-27T06:44:16.826Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-27T06:44:46.826Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efa634e7-375d-4cf7-92de-72f62f3cfe1c
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-10-27T06:44:46.843Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efa634e7-375d-4cf7-92de-72f62f3cfe1c
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-10-27T06:44:46.847Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-27T06:44:46.847Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-27T06:44:46.848Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-27T06:45:10.987Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:45:10.988Z||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-10-27T06:45:10.989Z||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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:45:11.124Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:45:11.125Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-27T06:45:11.125Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635317050983,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:45:11.127Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-27T06:45:16.848Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efa634e7-375d-4cf7-92de-72f62f3cfe1c
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-10-27T06:45:16.871Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efa634e7-375d-4cf7-92de-72f62f3cfe1c
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-10-27T06:45:16.875Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-27T06:45:16.876Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-27T06:45:16.876Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-27T06:45:46.878Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efa634e7-375d-4cf7-92de-72f62f3cfe1c
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-10-27T06:45:46.905Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efa634e7-375d-4cf7-92de-72f62f3cfe1c
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-10-27T06:45:46.908Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-27T06:45:46.909Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-27T06:45:46.909Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-27T06:46:10.986Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:46:10.987Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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-10-27T06:46:10.987Z|b5c356a2-664e-4592-bf3b-fed45c234d37|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:46:11.017Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:46:11.019Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.020Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635317050983,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-27T06:46:11.021Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-27T06:46:11.021Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.021Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
"consumerID": "aai-ml",
"timestamp": 1635317052314,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:46:11.022Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-27T06:46:11.022Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.022Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635317053146,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:46:11.022Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-27T06:46:11.022Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.022Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635317053801,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-27T06:46:11.022Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:46:11.022Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.022Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
"consumerID": "aai-ml",
"timestamp": 1635317052314,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-27T06:46:11.022Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-27T06:46:11.023Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.023Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635317053146,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-27T06:46:11.023Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-27T06:46:11.023Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.023Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
"consumerID": "aai-ml",
"timestamp": 1635317055219,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-27T06:46:11.023Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:46:11.023Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.023Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635317055799,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-27T06:46:11.023Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:46:11.024Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.024Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635317056098,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-27T06:46:11.024Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:46:11.024Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.024Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635317057750,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-27T06:46:11.024Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:46:11.024Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.024Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635317058753,
"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-10-27T06:46:11.031Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of efa634e7-375d-4cf7-92de-72f62f3cfe1c
2021-10-27T06:46:11.031Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId efa634e7-375d-4cf7-92de-72f62f3cfe1c 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-10-27T06:46:11.044Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.044Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
"consumerID": "clamp",
"timestamp": 1635317058888,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-27T06:46:11.044Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:46:11.044Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.045Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
"consumerID": "aai-ml",
"timestamp": 1635317059999,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-27T06:46:11.045Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:46:11.045Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.045Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
"consumerID": "clamp",
"timestamp": 1635317060897,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-27T06:46:11.045Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-27T06:46:11.045Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.045Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
"consumerID": "aai-ml",
"timestamp": 1635317061004,
"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-10-27T06:46:11.050Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of efa634e7-375d-4cf7-92de-72f62f3cfe1c
2021-10-27T06:46:11.050Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId efa634e7-375d-4cf7-92de-72f62f3cfe1c 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-10-27T06:46:11.059Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.059Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
"consumerID": "clamp",
"timestamp": 1635317061901,
"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-10-27T06:46:11.064Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of efa634e7-375d-4cf7-92de-72f62f3cfe1c
2021-10-27T06:46:11.064Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId efa634e7-375d-4cf7-92de-72f62f3cfe1c 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-10-27T06:46:11.082Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.083Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
"consumerID": "cds",
"timestamp": 1635317098416,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:46:11.083Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-27T06:46:11.083Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.083Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
"consumerID": "ves-openapi-manager",
"timestamp": 1635317105018,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:46:11.083Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-27T06:46:11.083Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.083Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
"consumerID": "policy-id",
"timestamp": 1635317099766,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:46:11.083Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-27T06:46:11.083Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.084Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635317097511,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:46:11.084Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-27T06:46:11.084Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.084Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
"consumerID": "ves-openapi-manager",
"timestamp": 1635317105018,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:46:11.084Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-27T06:46:11.084Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.084Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
"consumerID": "cds",
"timestamp": 1635317098416,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:46:11.086Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-27T06:46:11.087Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.087Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
"consumerID": "policy-id",
"timestamp": 1635317099766,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:46:11.087Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-27T06:46:11.087Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.087Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635317097511,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-10-27T06:46:11.087Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-27T06:46:11.087Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.087Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
"consumerID": "clamp",
"timestamp": 1635317108216,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:46:11.088Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-27T06:46:11.088Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.088Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
"consumerID": "ves-openapi-manager",
"timestamp": 1635317105018,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:46:11.088Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-27T06:46:11.088Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.088Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
"consumerID": "cds",
"timestamp": 1635317098416,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:46:11.088Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-27T06:46:11.088Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.088Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
"consumerID": "policy-id",
"timestamp": 1635317099766,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-10-27T06:46:11.088Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-27T06:46:11.088Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.089Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635317097511,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-10-27T06:46:11.089Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-27T06:46:11.089Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.089Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
"consumerID": "clamp",
"timestamp": 1635317108216,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-10-27T06:46:11.089Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-27T06:46:11.089Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.089Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
"consumerID": "ves-openapi-manager",
"timestamp": 1635317105018,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:46:11.089Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-27T06:46:11.089Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.090Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
"consumerID": "cds",
"timestamp": 1635317098416,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:46:11.090Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-27T06:46:11.090Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.090Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
"consumerID": "policy-id",
"timestamp": 1635317099766,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:46:11.090Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-27T06:46:11.090Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.090Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635317097511,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:46:11.090Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-27T06:46:11.090Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-27T06:46:11.090Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
"consumerID": "clamp",
"timestamp": 1635317108216,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:46:11.090Z|b5c356a2-664e-4592-bf3b-fed45c234d37|pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-27T06:46:16.910Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efa634e7-375d-4cf7-92de-72f62f3cfe1c
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-10-27T06:46:16.922Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efa634e7-375d-4cf7-92de-72f62f3cfe1c
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-10-27T06:46:16.925Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-27T06:46:16.925Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-27T06:46:16.926Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-27T06:46:16.926Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-27T06:46:16.926Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-27T06:46:16.926Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-27T06:46:16.927Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-27T06:46:16.928Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-27T06:46:16.928Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-27T06:46:16.928Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-27T06:46:16.928Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-27T06:46:16.934Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-27T06:46:46.935Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: efa634e7-375d-4cf7-92de-72f62f3cfe1c 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-10-27T06:46:46.943Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: efa634e7-375d-4cf7-92de-72f62f3cfe1c and serviceModelVersionId: 0458b261-23eb-4e22-87fa-14b5baf4084a
2021-10-27T06:46:46.944Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8e45ee1a-4ae3-40f0-b04f-8dfe905ed22b
2021-10-27T06:46:46.945Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8e45ee1a-4ae3-40f0-b04f-8dfe905ed22b/model-vers/model-ver/0458b261-23eb-4e22-87fa-14b5baf4084a?depth=0
2021-10-27T06:46:46.955Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-10-27T06:46:47.012Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e45ee1a-4ae3-40f0-b04f-8dfe905ed22b/model-vers/model-ver/0458b261-23eb-4e22-87fa-14b5baf4084a?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-10-27T06:46:47.016Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e45ee1a-4ae3-40f0-b04f-8dfe905ed22b/model-vers/model-ver/0458b261-23eb-4e22-87fa-14b5baf4084a?depth=0|INFO|500||Invoke
2021-10-27T06:46:47.044Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e45ee1a-4ae3-40f0-b04f-8dfe905ed22b/model-vers/model-ver/0458b261-23eb-4e22-87fa-14b5baf4084a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-27T06:46:47.220Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e45ee1a-4ae3-40f0-b04f-8dfe905ed22b/model-vers/model-ver/0458b261-23eb-4e22-87fa-14b5baf4084a?depth=0|INFO|500||InvokeReturn
2021-10-27T06:46:47.224Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e45ee1a-4ae3-40f0-b04f-8dfe905ed22b/model-vers/model-ver/0458b261-23eb-4e22-87fa-14b5baf4084a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211027-06:46:47:053-93188], vertex-id=[163856], Content-Length=[0], Date=[Wed, 27 Oct 2021 06:46:47 GMT], Content-Type=[application/json]}
2021-10-27T06:46:47.225Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-10-27T06:46:47.226Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-27T06:46:47.226Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-27T06:46:47.232Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-10-27T06:46:47.232Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID efa634e7-375d-4cf7-92de-72f62f3cfe1c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-27T06:46:47.233Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-27T06:46:47.233Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:46:47.235Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:46:47.235Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "efa634e7-375d-4cf7-92de-72f62f3cfe1c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635317207232,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-27T06:46:47.345Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2021-10-27T06:46:47.346Z||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-10-27T06:46:47.346Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:46:47.362Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:46:47.363Z||pool-39-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-10-27T06:46:48.251Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-27T06:46:48.252Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|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-10-27T06:46:48.253Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|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 gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:46:53.114Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:46:53.116Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-27T06:46:53.117Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"2331a8cc-44dd-4b93-8fd3-dca1b3c0a545","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"39263d5b-145a-419a-b7ab-83f5f9f6a860","serviceDescription":"service","serviceInvariantUUID":"4e8e44f7-c6dc-44b9-b265-23d3f07cbfc6","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"db977859-e523-4d86-a506-303dc9fcb1bd","resourceInvariantUUID":"2b0cf1d3-4326-47f4-b2e9-c461c184432e","resourceCustomizationUUID":"6005dbe3-50aa-414f-a32f-7259749a6e74","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"NmZkNjgxYzg1OGM0NDQzNTJhMmEzMWIyOWI4YjllYjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"02bd825f-2b31-49cb-87c0-720073be2b23","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"OTNhOGI2Mjg3OTZhOTE0NWQ0N2NjODNkNjVmMmVmZWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f4fc0188-5723-4e96-91af-1bf585452888","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a32a1d65-2210-4e41-b180-b24b12bce0e1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6ce01b8d-7dc9-4e63-bd5e-3a149bbed2db","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d70abb7a-27d1-4741-a8ee-393b6aa4955d","artifactVersion":"2","generatedFromUUID":"a32a1d65-2210-4e41-b180-b24b12bce0e1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NzA1MzUwOTZkMWE5MDY4MDExYjUzOWEyMTViMjQ5NTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5f3bc81c-0dd7-456d-b69a-3366860d87c2","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"N2MwYzM5MDEyNzdmNjZkZDg3ZjNmYWEwNWZhOWYwOTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"deee4830-bf45-45a1-ba78-ff82bc3ae61f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-27T06:46:53.120Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:46:53.120Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:46:53.122Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:46:53.123Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635317208251,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:46:53.223Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-27T06:46:53.224Z||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-10-27T06:46:53.224Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:46:53.243Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:46:53.244Z||pool-40-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2021-10-27T06:46:54.124Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:46:54.125Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:46:54.126Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:46:54.127Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635317208251,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-10-27T06:46:54.227Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:46:54.228Z||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-10-27T06:46:54.228Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:46:54.242Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:46:54.242Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:46:55.127Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:46:55.128Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:46:55.130Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:46:55.131Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635317208251,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-10-27T06:46:55.230Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-27T06:46:55.231Z||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-10-27T06:46:55.232Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:46:55.258Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:46:55.259Z||pool-42-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:46:56.131Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:46:56.132Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:46:56.136Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:46:56.136Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635317208251,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:46:56.235Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-27T06:46:56.236Z||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-10-27T06:46:56.236Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:46:56.251Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:46:56.251Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-10-27T06:46:57.136Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:46:57.137Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:46:57.139Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:46:57.139Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635317208251,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-10-27T06:46:57.239Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:46:57.240Z||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-10-27T06:46:57.240Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:46:57.253Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:46:57.253Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:46:58.140Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:46:58.140Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:46:58.142Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:46:58.143Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635317208251,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-27T06:46:58.243Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:46:58.243Z||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-10-27T06:46:58.244Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:46:58.254Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:46:58.255Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-27T06:46:59.143Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-27T06:46:59.144Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:46:59.146Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:46:59.146Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635317208251,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-10-27T06:46:59.246Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-27T06:46:59.247Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-27T06:46:59.247Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:46:59.258Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:46:59.258Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-27T06:47:00.149Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "39263d5b-145a-419a-b7ab-83f5f9f6a860",
"serviceDescription": "service",
"serviceInvariantUUID": "4e8e44f7-c6dc-44b9-b265-23d3f07cbfc6",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "6005dbe3-50aa-414f-a32f-7259749a6e74",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "db977859-e523-4d86-a506-303dc9fcb1bd",
"resourceInvariantUUID": "2b0cf1d3-4326-47f4-b2e9-c461c184432e",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "OTNhOGI2Mjg3OTZhOTE0NWQ0N2NjODNkNjVmMmVmZWM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f4fc0188-5723-4e96-91af-1bf585452888",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a32a1d65-2210-4e41-b180-b24b12bce0e1",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d70abb7a-27d1-4741-a8ee-393b6aa4955d",
"generatedFromUUID": "a32a1d65-2210-4e41-b180-b24b12bce0e1"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d70abb7a-27d1-4741-a8ee-393b6aa4955d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "N2MwYzM5MDEyNzdmNjZkZDg3ZjNmYWEwNWZhOWYwOTc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "deee4830-bf45-45a1-ba78-ff82bc3ae61f"
}
],
"workloadContext": "Production"
}
2021-10-27T06:47:00.150Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-27T06:47:00.150Z|efa634e7-375d-4cf7-92de-72f62f3cfe1c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 39263d5b-145a-419a-b7ab-83f5f9f6a860 ASDC
2021-10-27T06:47:00.151Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:2331a8cc-44dd-4b93-8fd3-dca1b3c0a545
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:39263d5b-145a-419a-b7ab-83f5f9f6a860
ServiceInvariantUUID:4e8e44f7-c6dc-44b9-b265-23d3f07cbfc6
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:deee4830-bf45-45a1-ba78-ff82bc3ae61f
ArtifactChecksum:N2MwYzM5MDEyNzdmNjZkZDg3ZjNmYWEwNWZhOWYwOTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:6005dbe3-50aa-414f-a32f-7259749a6e74
ResourceInvariantUUID:2b0cf1d3-4326-47f4-b2e9-c461c184432e
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:db977859-e523-4d86-a506-303dc9fcb1bd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:f4fc0188-5723-4e96-91af-1bf585452888
ArtifactChecksum:OTNhOGI2Mjg3OTZhOTE0NWQ0N2NjODNkNjVmMmVmZWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:a32a1d65-2210-4e41-b180-b24b12bce0e1
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:d70abb7a-27d1-4741-a8ee-393b6aa4955d
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:d70abb7a-27d1-4741-a8ee-393b6aa4955d
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-10-27T06:47:00.151Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 39263d5b-145a-419a-b7ab-83f5f9f6a860 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-27T06:47:00.190Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-27T06:47:00.190Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-10-27T06:47:00.190Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-10-27T06:47:00.190Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: deee4830-bf45-45a1-ba78-ff82bc3ae61f from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-27T06:47:00.190Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-27T06:47:00.191Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-27T06:47:00.496Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-27T06:47:00.499Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar deee4830-bf45-45a1-ba78-ff82bc3ae61f 70860
2021-10-27T06:47:00.500Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-10-27T06:47:00.500Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-27T06:47:00.500Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-27T06:47:00.500Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-27T06:47:00.504Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-27T06:47:00.506Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "2331a8cc-44dd-4b93-8fd3-dca1b3c0a545",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635317220500,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-27T06:47:00.602Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-10-27T06:47:00.603Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-27T06:47:00.603Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gHCCbWPMsRDJ7qeR) ...
2021-10-27T06:47:00.626Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-27T06:47:00.627Z||pool-47-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2021-10-27T06:47:01.515Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-27T06:47:01.517Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-10-27T06:47:01.517Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: deee4830-bf45-45a1-ba78-ff82bc3ae61f, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-10-27T06:47:01.518Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-10-27T06:47:01.519Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-10-27T06:47:01.519Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-10-27T06:47:01.721Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1406887259497942979/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-10-27T06:47:02.982Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-27T06:47:02.984Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-10-27T06:47:02.984Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-27T06:47:02.984Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-27T06:47:02.984Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-27T06:47:02.984Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-27T06:47:02.985Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-27T06:47:02.985Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-27T06:47:02.985Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-27T06:47:02.985Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-27T06:47:02.985Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-27T06:47:02.986Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-27T06:47:02.986Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-27T06:47:02.986Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-10-27T06:47:02.986Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:47:02.987Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:47:02.987Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-27T06:47:02.987Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-10-27T06:47:02.988Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-27T06:47:02.988Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:47:02.988Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:47:02.989Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-27T06:47:02.989Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-10-27T06:47:02.989Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-27T06:47:02.989Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:47:02.989Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-27T06:47:02.990Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:47:02.990Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-10-27T06:47:02.990Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-10-27T06:47:02.991Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-10-27T06:47:02.991Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-10-27T06:47:02.991Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-27T06:47:02.991Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-27T06:47:02.991Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:47:02.992Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-27T06:47:02.992Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:47:02.992Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-27T06:47:02.992Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T06:47:02.993Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:47:02.993Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-27T06:47:02.993Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T06:47:02.994Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-27T06:47:02.994Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-27T06:47:02.994Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-27T06:47:02.994Z|2331a8cc-44dd-4b93-8fd3-dca1b3c0a545|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery