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-05-27T09:43:22.404Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5767fc9865-2csl5 with PID 14 (/app/app.jar started by so in /app)
2021-05-27T09:43:22.412Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-05-27T09:43:22.413Z||main|||||INFO|500||The following profiles are active: basic
2021-05-27T09:43:31.718Z||main|||||INFO|500||Starting service [Tomcat]
2021-05-27T09:43:31.719Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-05-27T09:43:31.991Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-05-27T09:43:33.400Z||main|||||INFO|500||catdb-pool - Starting...
2021-05-27T09:43:33.545Z||main|||||INFO|500||catdb-pool - Start completed.
2021-05-27T09:43:33.918Z||main|||||INFO|500||reqdb-pool - Starting...
2021-05-27T09:43:33.924Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-05-27T09:43:33.990Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-05-27T09:43:34.165Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-05-27T09:43:34.586Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-05-27T09:43:35.634Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-05-27T09:43:37.528Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-05-27T09:43:37.568Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-05-27T09:43:38.107Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-05-27T09:43:38.298Z||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-05-27T09:43:39.285Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-05-27T09:43:40.059Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-05-27T09:43:40.088Z||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$$20a2cf3b.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-05-27T09:43:40.089Z||main|||||WARN|500||The sdc end point is not alive
2021-05-27T09:43:42.137Z||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-05-27T09:43:44.299Z||main|||||WARN|500||---
2021-05-27T09:43:44.300Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-05-27T09:43:44.300Z||main|||||WARN|500||---
2021-05-27T09:43:44.598Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-05-27T09:43:47.517Z||main|||||INFO|500||Started Application in 27.282 seconds (JVM running for 28.291)
2021-05-27T09:43:47.519Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-27T09:43:47.521Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-27T09:43:47.533Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-27T09:43:47.594Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-27T09:43:47.629Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3cb04793-1ae6-4264-ab31-a7c30baa276a url= /sdc/v1/artifactTypes
2021-05-27T09:43:47.629Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-27T09:43:47.865Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-05-27T09:43:47.893Z||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-05-27T09:43:47.913Z||scheduling-1|||||DEBUG|500||create keys
2021-05-27T09:43:47.920Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-05-27T09:43:47.944Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T09:43:47.961Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 4ecae6f3-1465-4d10-8bdb-bf893dc9b5b0 url= /sdc/v1/registerForDistribution
2021-05-27T09:43:48.061Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 4ecae6f3-1465-4d10-8bdb-bf893dc9b5b0 url= /sdc/v1/registerForDistribution
2021-05-27T09:43:48.062Z||scheduling-1|||||INFO|500||start DistributionClient
2021-05-27T09:43:48.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T09:43:48.071Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T09:43:48.075Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-05-27T09:43:48.078Z||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-05-27T09:43:48.078Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T09:43:48.077Z||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-05-27T09:43:48.079Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T09:43:58.317Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T09:43:58.316Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T09:44:48.068Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T09:44:48.069Z||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-05-27T09:44:48.070Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T09:44:48.103Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T09:44:48.104Z||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-05-27T09:44:48.104Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T09:44:57.650Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T09:44:57.651Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T09:45:48.069Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T09:45:48.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T09:45:48.070Z||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-05-27T09:45:48.070Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T09:45:48.071Z||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-05-27T09:45:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T09:45:57.616Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T09:45:57.616Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T09:46:48.069Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T09:46:48.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T09:46:48.070Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-27T09:46:48.070Z||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-05-27T09:46:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T09:46:48.070Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AcMFX2E3PwgHHI3r) ...
2021-05-27T09:46:57.617Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T09:46:57.625Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T09:47:48.069Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T09:47:48.070Z||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-05-27T09:47:48.070Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T09:47:48.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T09:47:48.071Z||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-05-27T09:47:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T09:47:57.624Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T09:47:57.626Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T09:48:48.068Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T09:48:48.070Z||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-05-27T09:48:48.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T09:48:48.070Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T09:48:48.070Z||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-05-27T09:48:48.070Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T09:48:57.620Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T09:48:57.625Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T09:49:48.069Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T09:49:48.070Z||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-05-27T09:49:48.070Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T09:49:48.070Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T09:49:48.070Z||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-05-27T09:49:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T09:49:57.620Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T09:49:57.620Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T09:50:48.069Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T09:50:48.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T09:50:48.070Z||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-05-27T09:50:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T09:50:48.075Z||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-05-27T09:50:48.075Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T09:50:57.628Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T09:50:57.632Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T09:51:48.069Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T09:51:48.070Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T09:51:48.071Z||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-05-27T09:51:48.071Z||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-05-27T09:51:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T09:51:48.072Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T09:51:57.618Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T09:51:57.622Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T09:52:48.069Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T09:52:48.070Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T09:52:48.070Z||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-05-27T09:52:48.070Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T09:52:48.071Z||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-05-27T09:52:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T09:52:57.614Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T09:52:57.614Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T09:53:48.068Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T09:53:48.070Z||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-05-27T09:53:48.070Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T09:53:48.070Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T09:53:48.072Z||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-05-27T09:53:48.072Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T09:53:57.617Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T09:53:57.618Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T09:54:02.649Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-05-27T09:54:48.068Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T09:54:48.069Z||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-05-27T09:54:48.069Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T09:54:48.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T09:54:48.071Z||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-05-27T09:54:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T09:54:57.615Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T09:54:57.621Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T09:55:48.068Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T09:55:48.069Z||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-05-27T09:55:48.070Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T09:55:48.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T09:55:48.071Z||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-05-27T09:55:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T09:55:57.616Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T09:55:57.618Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T09:56:48.068Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T09:56:48.069Z||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-05-27T09:56:48.069Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T09:56:48.070Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T09:56:48.071Z||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-05-27T09:56:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T09:56:57.617Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T09:56:57.617Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T09:57:48.069Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T09:57:48.070Z||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-05-27T09:57:48.070Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T09:57:48.070Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T09:57:48.071Z||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-05-27T09:57:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T09:57:57.623Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T09:57:57.625Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T09:58:48.068Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T09:58:48.070Z||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-05-27T09:58:48.070Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T09:58:48.070Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T09:58:48.070Z||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-05-27T09:58:48.070Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T09:58:57.620Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T09:58:57.620Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T09:59:48.068Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T09:59:48.069Z||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-05-27T09:59:48.069Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T09:59:48.071Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T09:59:48.072Z||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-05-27T09:59:48.072Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T09:59:57.620Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T09:59:57.620Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:00:48.068Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:00:48.069Z||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-05-27T10:00:48.069Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:00:48.070Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:00:48.071Z||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-05-27T10:00:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:00:57.612Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:00:57.611Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:01:48.068Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:01:48.070Z||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-05-27T10:01:48.070Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:01:48.070Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:01:48.070Z||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-05-27T10:01:48.070Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:01:57.615Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:01:57.623Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:02:48.068Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:02:48.069Z||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-05-27T10:02:48.070Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:02:48.070Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:02:48.070Z||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-05-27T10:02:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:02:57.623Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:02:57.630Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:03:48.068Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:03:48.069Z||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-05-27T10:03:48.069Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:03:48.070Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:03:48.070Z||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-05-27T10:03:48.070Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:03:57.612Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:03:57.613Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:04:48.068Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:04:48.069Z||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-05-27T10:04:48.069Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:04:48.070Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:04:48.071Z||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-05-27T10:04:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:04:57.629Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:04:57.657Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:05:48.068Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:05:48.069Z||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-05-27T10:05:48.069Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:05:48.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:05:48.071Z||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-05-27T10:05:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:05:57.616Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:05:57.616Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:06:48.069Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:06:48.070Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:06:48.071Z||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-05-27T10:06:48.071Z||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-05-27T10:06:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:06:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:06:57.618Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:06:57.618Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:07:48.069Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:07:48.070Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:07:48.070Z||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-05-27T10:07:48.070Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:07:48.070Z||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-05-27T10:07:48.070Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:07:57.630Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:07:57.630Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:08:48.070Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:08:48.070Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:08:48.071Z||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-05-27T10:08:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:08:48.071Z||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-05-27T10:08:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:08:57.620Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:08:57.621Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:09:48.068Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:09:48.069Z||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-05-27T10:09:48.070Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:09:48.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:09:48.070Z||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-05-27T10:09:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:09:57.620Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:09:57.621Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:10:48.069Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:10:48.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:10:48.071Z||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-05-27T10:10:48.071Z||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-05-27T10:10:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:10:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:10:57.616Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:10:57.621Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:11:48.068Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:11:48.069Z||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-05-27T10:11:48.069Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:11:48.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:11:48.071Z||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-05-27T10:11:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:11:57.614Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:11:57.615Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:12:48.068Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:12:48.069Z||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-05-27T10:12:48.070Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:12:48.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:12:48.071Z||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-05-27T10:12:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:12:57.615Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:12:57.616Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:13:48.068Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:13:48.069Z||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-05-27T10:13:48.069Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:13:48.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:13:48.070Z||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-05-27T10:13:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:13:57.618Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:13:57.619Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:14:48.069Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:14:48.070Z||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-05-27T10:14:48.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:14:48.070Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:14:48.071Z||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-05-27T10:14:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:14:57.615Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:14:57.619Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:15:48.068Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:15:48.069Z||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-05-27T10:15:48.070Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:15:48.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:15:48.070Z||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-05-27T10:15:48.070Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:15:57.617Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:15:57.617Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:16:48.068Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:16:48.069Z||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-05-27T10:16:48.069Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:16:48.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:16:48.070Z||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-05-27T10:16:48.070Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:16:57.617Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:16:57.618Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:17:48.068Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:17:48.069Z||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-05-27T10:17:48.070Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:17:48.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:17:48.071Z||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-05-27T10:17:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:17:57.620Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:17:57.621Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:18:48.068Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:18:48.069Z||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-05-27T10:18:48.070Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:18:48.070Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:18:48.071Z||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-05-27T10:18:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:18:57.616Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:18:57.616Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:19:48.068Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:19:48.069Z||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-05-27T10:19:48.069Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:19:48.070Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:19:48.071Z||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-05-27T10:19:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:19:57.617Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:19:57.621Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:20:48.068Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:20:48.069Z||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-05-27T10:20:48.070Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:20:48.070Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:20:48.071Z||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-05-27T10:20:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:20:57.614Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:20:57.615Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:21:48.068Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:21:48.069Z||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-05-27T10:21:48.069Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:21:48.070Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:21:48.070Z||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-05-27T10:21:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:21:57.613Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:21:57.614Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:22:48.069Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:22:48.070Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:22:48.071Z||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-05-27T10:22:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:22:48.071Z||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-05-27T10:22:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:22:57.615Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:22:57.617Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:23:48.069Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:23:48.070Z||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-05-27T10:23:48.070Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:23:48.070Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:23:48.071Z||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-05-27T10:23:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:23:57.618Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:23:57.619Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:24:48.069Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:24:48.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:24:48.070Z||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-05-27T10:24:48.070Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:24:48.071Z||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-05-27T10:24:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:24:57.616Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:24:57.616Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:25:48.069Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:25:48.069Z||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-05-27T10:25:48.069Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:25:48.070Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:25:48.071Z||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-05-27T10:25:48.072Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:25:57.615Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:25:57.619Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:26:48.068Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:26:48.069Z||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-05-27T10:26:48.069Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:26:48.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:26:48.070Z||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-05-27T10:26:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:26:57.617Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:26:57.619Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:27:48.068Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:27:48.069Z||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-05-27T10:27:48.070Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:27:48.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:27:48.071Z||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-05-27T10:27:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:27:57.614Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:27:57.618Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:28:48.068Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:28:48.069Z||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-05-27T10:28:48.069Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:28:48.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:28:48.071Z||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-05-27T10:28:48.072Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:28:57.616Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:28:57.617Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:29:48.069Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:29:48.070Z||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-05-27T10:29:48.070Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:29:48.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:29:48.071Z||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-05-27T10:29:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:29:57.617Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:29:57.622Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:30:48.068Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:30:48.070Z||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-05-27T10:30:48.070Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:30:48.070Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:30:48.071Z||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-05-27T10:30:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:30:57.616Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:30:57.617Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:31:48.069Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:31:48.070Z||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-05-27T10:31:48.070Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:31:48.070Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:31:48.071Z||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-05-27T10:31:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:31:57.619Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:31:57.622Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:32:48.068Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:32:48.069Z||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-05-27T10:32:48.069Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:32:48.070Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:32:48.071Z||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-05-27T10:32:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:32:57.611Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:32:57.614Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:33:48.068Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:33:48.069Z||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-05-27T10:33:48.069Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:33:48.070Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:33:48.071Z||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-05-27T10:33:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:33:57.617Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:33:57.620Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:34:48.068Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:34:48.069Z||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-05-27T10:34:48.069Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:34:48.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:34:48.071Z||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-05-27T10:34:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:34:57.615Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:34:57.620Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:35:48.068Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:35:48.069Z||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-05-27T10:35:48.069Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:35:48.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:35:48.071Z||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-05-27T10:35:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:35:57.613Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:35:57.619Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:36:48.068Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:36:48.069Z||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-05-27T10:36:48.069Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:36:48.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:36:48.071Z||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-05-27T10:36:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:36:57.637Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:36:57.640Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:37:48.068Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:37:48.069Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-27T10:37:48.069Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AcMFX2E3PwgHHI3r) ...
2021-05-27T10:37:48.070Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:37:48.071Z||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-05-27T10:37:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:37:57.616Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:37:57.618Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:38:48.068Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:38:48.069Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-27T10:38:48.069Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AcMFX2E3PwgHHI3r) ...
2021-05-27T10:38:48.070Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:38:48.071Z||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-05-27T10:38:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:38:57.616Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:38:57.620Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:39:48.069Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:39:48.070Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:39:48.071Z||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-05-27T10:39:48.071Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-27T10:39:48.071Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AcMFX2E3PwgHHI3r) ...
2021-05-27T10:39:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:39:57.618Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:39:57.619Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:40:48.068Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:40:48.069Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-27T10:40:48.070Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AcMFX2E3PwgHHI3r) ...
2021-05-27T10:40:48.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:40:48.071Z||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-05-27T10:40:48.072Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:40:57.615Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:40:57.615Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:41:48.068Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:41:48.070Z||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-05-27T10:41:48.070Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:41:48.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:41:48.071Z||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-05-27T10:41:48.072Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:41:57.620Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:41:57.620Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:42:48.069Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:42:48.070Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:42:48.070Z||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-05-27T10:42:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:42:48.071Z||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-05-27T10:42:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:42:57.615Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:42:57.616Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:43:48.068Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:43:48.069Z||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-05-27T10:43:48.069Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:43:48.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:43:48.070Z||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-05-27T10:43:48.070Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:43:57.619Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:43:57.621Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:44:48.068Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:44:48.069Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-27T10:44:48.070Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AcMFX2E3PwgHHI3r) ...
2021-05-27T10:44:48.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:44:48.070Z||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-05-27T10:44:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:44:57.615Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:44:57.616Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:45:48.068Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:45:48.069Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-27T10:45:48.069Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AcMFX2E3PwgHHI3r) ...
2021-05-27T10:45:48.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:45:48.070Z||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-05-27T10:45:48.070Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:45:57.617Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:45:57.618Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:46:48.068Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:46:48.069Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-27T10:46:48.069Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AcMFX2E3PwgHHI3r) ...
2021-05-27T10:46:48.070Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:46:48.070Z||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-05-27T10:46:48.070Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:46:57.614Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:46:57.614Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:47:48.068Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:47:48.070Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-27T10:47:48.070Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AcMFX2E3PwgHHI3r) ...
2021-05-27T10:47:48.070Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:47:48.071Z||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-05-27T10:47:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:47:57.637Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:47:57.641Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:48:48.068Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:48:48.070Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-27T10:48:48.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:48:48.070Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AcMFX2E3PwgHHI3r) ...
2021-05-27T10:48:48.070Z||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-05-27T10:48:48.070Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:48:57.612Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:48:57.616Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:49:48.068Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:49:48.069Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-27T10:49:48.069Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AcMFX2E3PwgHHI3r) ...
2021-05-27T10:49:48.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:49:48.071Z||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-05-27T10:49:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:49:57.612Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:49:57.614Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:50:48.068Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:50:48.069Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-27T10:50:48.069Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AcMFX2E3PwgHHI3r) ...
2021-05-27T10:50:48.070Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:50:48.071Z||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-05-27T10:50:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:50:57.615Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:50:57.616Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:51:48.068Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:51:48.069Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-27T10:51:48.069Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AcMFX2E3PwgHHI3r) ...
2021-05-27T10:51:48.070Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:51:48.070Z||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-05-27T10:51:48.070Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:51:57.617Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:51:57.619Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:52:48.068Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:52:48.069Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-27T10:52:48.069Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AcMFX2E3PwgHHI3r) ...
2021-05-27T10:52:48.070Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:52:48.070Z||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-05-27T10:52:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:52:57.614Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:52:57.615Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:53:48.068Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:53:48.069Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-27T10:53:48.069Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AcMFX2E3PwgHHI3r) ...
2021-05-27T10:53:48.070Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:53:48.071Z||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-05-27T10:53:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:53:57.614Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:53:57.616Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:54:48.068Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:54:48.070Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-27T10:54:48.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:54:48.070Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AcMFX2E3PwgHHI3r) ...
2021-05-27T10:54:48.071Z||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-05-27T10:54:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:54:57.617Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:54:57.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:55:48.068Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:55:48.069Z||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-05-27T10:55:48.069Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:55:48.070Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:55:48.071Z||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-05-27T10:55:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:55:57.614Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:55:57.616Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:56:48.068Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:56:48.069Z||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-05-27T10:56:48.069Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:56:48.070Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:56:48.071Z||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-05-27T10:56:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:56:57.617Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:56:57.619Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:57:48.069Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:57:48.070Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:57:48.071Z||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-05-27T10:57:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:57:48.071Z||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-05-27T10:57:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:57:57.608Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:57:57.610Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:58:48.069Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:58:48.070Z||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-05-27T10:58:48.070Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:58:48.070Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:58:48.070Z||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-05-27T10:58:48.070Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:58:57.613Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:58:57.613Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:59:48.068Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:59:48.069Z||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-05-27T10:59:48.069Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:59:48.070Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T10:59:48.071Z||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-05-27T10:59:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T10:59:57.612Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T10:59:57.614Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:00:48.068Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T11:00:48.069Z||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-05-27T11:00:48.070Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T11:00:48.070Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T11:00:48.071Z||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-05-27T11:00:48.072Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T11:00:57.611Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:00:57.614Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:01:48.068Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T11:01:48.069Z||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-05-27T11:01:48.069Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T11:01:48.070Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T11:01:48.071Z||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-05-27T11:01:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T11:01:55.914Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:01:55.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-05-27T11:01:55.917Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"a1851373-ed42-4ed5-81f6-e4243c6582ef","serviceName":"basic_onboard_yFpcVI","serviceVersion":"1.0","serviceUUID":"de75d761-1df6-4882-8fbf-46a6ab5884b8","serviceDescription":"service","serviceInvariantUUID":"d962ed54-c7df-4f53-a068-0558f55b4d9e","resources":[{"resourceInstanceName":"basic_onboard_yFpcVI 0","resourceName":"basic_onboard_yFpcVI","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b8d9e99e-807c-4940-89ff-bf60d2cde6b5","resourceInvariantUUID":"16743c11-1b07-4b5b-aa3b-a8e2eb7fdde1","resourceCustomizationUUID":"0c2609fa-e7ef-409f-a300-197fae9cf2ce","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/vf-license-model.xml","artifactChecksum":"ZTc4YTQ3ODU0NmIzOGI4NjQ2YWMwZTY1OGNmZDhhNDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ff1098d5-0b97-4a92-b9c0-325570e2fb4c","artifactVersion":"1"},{"artifactName":"basic_onboard_yfpcvi0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/basic_onboard_yfpcvi0_modules.json","artifactChecksum":"MWZiYWEyZTgyNTRiYTJlODVlNTM3ZmYzMzUwNWI5MjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ffab7bda-7ad2-48c2-8b55-953e191b5882","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7fa259d6-4296-4eab-9fd1-e9fa39a0c657","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"15f088aa-ecae-4b19-a63a-aa1d88912ec6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2a766e20-4a17-4c03-86de-4353d05a67e7","artifactVersion":"2","generatedFromUUID":"7fa259d6-4296-4eab-9fd1-e9fa39a0c657"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardYfpcvi-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-template.yml","artifactChecksum":"OGY2MmQ2YThjZmQxZDI4YzRmN2ZlN2JmZDI0ZGE5Y2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"761fab20-f9a7-491c-80eb-c7bf03f4984d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardYfpcvi-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar","artifactChecksum":"MzljMWNlZTM1MGFiZGNhM2YzMzg4NzQwYWRkMmZmNDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"60866141-3160-4746-86b7-bfed52ab9a68","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-27T11:01:55.927Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-27T11:01:55.933Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-27T11:01:55.946Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-27T11:01:55.946Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113308068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:01:56.045Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2021-05-27T11:01:56.051Z||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-05-27T11:01:56.051Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ...
2021-05-27T11:01:56.069Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:01:56.070Z||pool-3-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2021-05-27T11:01:56.159Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:01:56.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:01:56.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "dcae-sch",
"timestamp": 1622113313291,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:01:56.190Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:01:56.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:01:56.190Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622113314798,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:01:56.190Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:01:56.956Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-27T11:01:56.957Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-27T11:01:56.958Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-27T11:01:56.958Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113308068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/basic_onboard_yfpcvi0_modules.json",
"status": "NOTIFIED"
}
2021-05-27T11:01:57.059Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-27T11:01:57.060Z||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-05-27T11:01:57.060Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ...
2021-05-27T11:01:57.070Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:01:57.071Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-05-27T11:01:57.959Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-27T11:01:57.960Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-27T11:01:57.963Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-27T11:01:57.963Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113308068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-27T11:01:58.063Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-27T11:01:58.064Z||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-05-27T11:01:58.064Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ...
2021-05-27T11:01:58.071Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:01:58.072Z||pool-5-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-27T11:01:58.964Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-27T11:01:58.966Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-27T11:01:58.968Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-27T11:01:58.968Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113308068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:01:59.069Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-27T11:01:59.070Z||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-05-27T11:01:59.070Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ...
2021-05-27T11:01:59.081Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:01:59.082Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-27T11:01:59.969Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-27T11:01:59.970Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-27T11:01:59.973Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-27T11:01:59.974Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113308068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-27T11:02:00.074Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-27T11:02:00.075Z||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-05-27T11:02:00.075Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ...
2021-05-27T11:02:00.083Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:02:00.083Z||pool-7-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-27T11:02:00.974Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-27T11:02:00.975Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-27T11:02:00.976Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-27T11:02:00.976Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113308068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:02:01.077Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-27T11:02:01.077Z||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-05-27T11:02:01.077Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ...
2021-05-27T11:02:01.085Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:02:01.086Z||pool-8-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-27T11:02:01.977Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-27T11:02:01.978Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-27T11:02:01.980Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-27T11:02:01.981Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113308068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar",
"status": "NOTIFIED"
}
2021-05-27T11:02:02.081Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-27T11:02:02.083Z||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-05-27T11:02:02.083Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ...
2021-05-27T11:02:02.093Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:02:02.094Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-27T11:02:02.982Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"serviceName": "basic_onboard_yFpcVI",
"serviceVersion": "1.0",
"serviceUUID": "de75d761-1df6-4882-8fbf-46a6ab5884b8",
"serviceDescription": "service",
"serviceInvariantUUID": "d962ed54-c7df-4f53-a068-0558f55b4d9e",
"resources": [
{
"resourceInstanceName": "basic_onboard_yFpcVI 0",
"resourceCustomizationUUID": "0c2609fa-e7ef-409f-a300-197fae9cf2ce",
"resourceName": "basic_onboard_yFpcVI",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b8d9e99e-807c-4940-89ff-bf60d2cde6b5",
"resourceInvariantUUID": "16743c11-1b07-4b5b-aa3b-a8e2eb7fdde1",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_yfpcvi0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/basic_onboard_yfpcvi0_modules.json",
"artifactChecksum": "MWZiYWEyZTgyNTRiYTJlODVlNTM3ZmYzMzUwNWI5MjA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ffab7bda-7ad2-48c2-8b55-953e191b5882",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "7fa259d6-4296-4eab-9fd1-e9fa39a0c657",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2a766e20-4a17-4c03-86de-4353d05a67e7",
"generatedFromUUID": "7fa259d6-4296-4eab-9fd1-e9fa39a0c657"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2a766e20-4a17-4c03-86de-4353d05a67e7",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardYfpcvi-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar",
"artifactChecksum": "MzljMWNlZTM1MGFiZGNhM2YzMzg4NzQwYWRkMmZmNDA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "60866141-3160-4746-86b7-bfed52ab9a68"
}
],
"workloadContext": "Production"
}
2021-05-27T11:02:02.983Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-27T11:02:02.983Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 de75d761-1df6-4882-8fbf-46a6ab5884b8 ASDC
2021-05-27T11:02:03.096Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:a1851373-ed42-4ed5-81f6-e4243c6582ef
ServiceName:basic_onboard_yFpcVI
ServiceVersion:1.0
ServiceUUID:de75d761-1df6-4882-8fbf-46a6ab5884b8
ServiceInvariantUUID:d962ed54-c7df-4f53-a068-0558f55b4d9e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardYfpcvi-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar
ArtifactUUID:60866141-3160-4746-86b7-bfed52ab9a68
ArtifactChecksum:MzljMWNlZTM1MGFiZGNhM2YzMzg4NzQwYWRkMmZmNDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_yFpcVI 0
ResourceCustomizationUUID:0c2609fa-e7ef-409f-a300-197fae9cf2ce
ResourceInvariantUUID:16743c11-1b07-4b5b-aa3b-a8e2eb7fdde1
ResourceName:basic_onboard_yFpcVI
ResourceType:VF
ResourceUUID:b8d9e99e-807c-4940-89ff-bf60d2cde6b5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_yfpcvi0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/basic_onboard_yfpcvi0_modules.json
ArtifactUUID:ffab7bda-7ad2-48c2-8b55-953e191b5882
ArtifactChecksum:MWZiYWEyZTgyNTRiYTJlODVlNTM3ZmYzMzUwNWI5MjA=
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/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.yaml
ArtifactUUID:7fa259d6-4296-4eab-9fd1-e9fa39a0c657
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/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.env
ArtifactUUID:2a766e20-4a17-4c03-86de-4353d05a67e7
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/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.env
ArtifactUUID:2a766e20-4a17-4c03-86de-4353d05a67e7
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-05-27T11:02:03.097Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF de75d761-1df6-4882-8fbf-46a6ab5884b8 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-05-27T11:02:03.351Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-27T11:02:03.352Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-27T11:02:03.353Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-27T11:02:03.354Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 60866141-3160-4746-86b7-bfed52ab9a68 from URL: /sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar
2021-05-27T11:02:03.354Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-27T11:02:03.355Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar
2021-05-27T11:02:05.160Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-27T11:02:05.172Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar 60866141-3160-4746-86b7-bfed52ab9a68 74836
2021-05-27T11:02:05.174Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar ASDC sendASDCNotification
2021-05-27T11:02:05.174Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar
2021-05-27T11:02:05.175Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-27T11:02:05.176Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-27T11:02:05.177Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-27T11:02:05.177Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113325173,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-27T11:02:05.278Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-27T11:02:05.279Z||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-05-27T11:02:05.279Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ...
2021-05-27T11:02:05.290Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:02:05.290Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-27T11:02:06.178Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-27T11:02:06.180Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-05-27T11:02:06.180Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 60866141-3160-4746-86b7-bfed52ab9a68, URL: /sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar to file: /app/ASDC/1/service-BasicOnboardYfpcvi-csar.csar
2021-05-27T11:02:06.181Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardYfpcvi-csar.csar
2021-05-27T11:02:06.331Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardYfpcvi-csar.csar
2021-05-27T11:02:06.332Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardYfpcvi-csar.csar
2021-05-27T11:02:06.657Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10597577453729723129/Definitions/service-BasicOnboardYfpcvi-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-05-27T11:02:08.207Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-27T11:02:08.210Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-05-27T11:02:08.210Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardYfpcvi-csar.csar
2021-05-27T11:02:08.211Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-05-27T11:02:08.211Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_yFpcVI 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-BasicOnboardYfpcvi-csar.csar
2021-05-27T11:02:08.211Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardYfpcvi-csar.csar
2021-05-27T11:02:08.211Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYfpcvi-csar.csar
2021-05-27T11:02:08.211Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYfpcvi-csar.csar
2021-05-27T11:02:08.211Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYfpcvi-csar.csar
2021-05-27T11:02:08.211Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardYfpcvi-csar.csar
2021-05-27T11:02:08.211Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardYfpcvi-csar.csar
2021-05-27T11:02:08.211Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYfpcvi-csar.csar
2021-05-27T11:02:08.211Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_yFpcVI 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardYfpcvi-csar.csar
2021-05-27T11:02:08.211Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardYfpcvi-csar.csar
2021-05-27T11:02:08.211Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-05-27T11:02:08.216Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:02:08.218Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_yFpcVI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-27T11:02:08.220Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_yFpcVI 0 is matching search criteria
2021-05-27T11:02:08.221Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-05-27T11:02:08.221Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_yFpcVI 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-27T11:02:08.222Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:02:08.223Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_yFpcVI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-27T11:02:08.223Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_yFpcVI 0 is matching search criteria
2021-05-27T11:02:08.223Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-05-27T11:02:08.223Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_yFpcVI 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-27T11:02:08.223Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:02:08.223Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_yFpcVI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-27T11:02:08.226Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:02:08.226Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_yFpcVI 0 is not matching search criteria
2021-05-27T11:02:08.226Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-05-27T11:02:08.226Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-05-27T11:02:08.226Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-05-27T11:02:08.226Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-27T11:02:08.226Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-27T11:02:08.227Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:02:08.227Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_yFpcVI is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-27T11:02:08.227Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:02:08.227Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_yFpcVI 0 is matching search criteria
2021-05-27T11:02:08.228Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_yFpcVI 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-27T11:02:08.228Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:02:08.228Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_yFpcVI 0 is matching search criteria
2021-05-27T11:02:08.228Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_yFpcVI 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-27T11:02:08.228Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:02:08.228Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_yFpcVI 0 is matching search criteria
2021-05-27T11:02:08.228Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_yFpcVI 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-27T11:02:08.229Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:02:08.229Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_yFpcVI 0 is not matching search criteria
2021-05-27T11:02:08.229Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-05-27T11:02:08.229Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-27T11:02:08.229Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ad4c82d2-dd0a-4a1b-a183-84de4de82f78
2021-05-27T11:02:08.229Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:02:08.229Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_yFpcVI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-27T11:02:08.229Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:02:08.229Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_yFpcVI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-27T11:02:08.229Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:02:08.230Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_yFpcVI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-27T11:02:08.230Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:02:08.230Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_yFpcVI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-27T11:02:08.230Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_yFpcVI
Description:service
Model UUID:de75d761-1df6-4882-8fbf-46a6ab5884b8
Model Version:NULL
Model InvariantUuid:d962ed54-c7df-4f53-a068-0558f55b4d9e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_yFpcVI
Model UUID:73aa254e-e690-4ae2-9e39-c9be07ed784a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:16743c11-1b07-4b5b-aa3b-a8e2eb7fdde1
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:0c2609fa-e7ef-409f-a300-197fae9cf2ce
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:4cb9ba81-cfdd-4bf7-a538-283f56eb58c5
ModelName:BasicOnboardYfpcvi..base_ubuntu18..module-0
ModelUuid:7df18b2b-f6b7-4c0d-b929-9bc5bb0c8fc1
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:ad4c82d2-dd0a-4a1b-a183-84de4de82f78
ModelInvariantUuid:5945066d-17cb-4591-ab2e-eb6a3cf0f4af
ModelName:basic_onboard_yFpcVI-nodes.ubuntu18Cvfc
ModelUuid:b1ba2d4f-96ee-4df2-ab68-6a682ab85628
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:19139102-9da4-4424-a853-30f99340ed90
ModelInvariantUuid:1a64e2cc-422c-4ace-9694-0aa78e6d113e
ModelName:BasicOnboardYfpcvi.compute.nodes.heat.ubuntu18
ModelUuid:62003391-a901-4f99-9487-78c3156cadde
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-27T11:02:08.247Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: b8d9e99e-807c-4940-89ff-bf60d2cde6b5
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-27T11:02:08.323Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||basic_onboard_yFpcVI 0
2021-05-27T11:02:08.328Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b8d9e99e-807c-4940-89ff-bf60d2cde6b5
2021-05-27T11:02:08.328Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ffab7bda-7ad2-48c2-8b55-953e191b5882 from URL: /sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/basic_onboard_yfpcvi0_modules.json
2021-05-27T11:02:08.328Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-27T11:02:08.329Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/basic_onboard_yfpcvi0_modules.json
2021-05-27T11:02:08.516Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-27T11:02:08.517Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/basic_onboard_yfpcvi0_modules.json ffab7bda-7ad2-48c2-8b55-953e191b5882 798
2021-05-27T11:02:08.517Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/basic_onboard_yfpcvi0_modules.json ASDC sendASDCNotification
2021-05-27T11:02:08.517Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/basic_onboard_yfpcvi0_modules.json
2021-05-27T11:02:08.517Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-27T11:02:08.518Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-27T11:02:08.521Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-27T11:02:08.521Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113328517,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/basic_onboard_yfpcvi0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-27T11:02:08.624Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-05-27T11:02:08.625Z||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-05-27T11:02:08.625Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ...
2021-05-27T11:02:08.636Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:02:08.636Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-27T11:02:09.523Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardYfpcvi..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "4cb9ba81-cfdd-4bf7-a538-283f56eb58c5",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7df18b2b-f6b7-4c0d-b929-9bc5bb0c8fc1",
"vfModuleModelCustomizationUUID": "480357ce-ae5b-4b76-a66b-98f64795c4b8",
"isBase": true,
"artifacts": [
"7fa259d6-4296-4eab-9fd1-e9fa39a0c657",
"2a766e20-4a17-4c03-86de-4353d05a67e7"
],
"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-05-27T11:02:09.547Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYfpcvi..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7df18b2b-f6b7-4c0d-b929-9bc5bb0c8fc1
VfModuleModelInvariantUUID:4cb9ba81-cfdd-4bf7-a538-283f56eb58c5
VfModuleModelDescription:NULL
Artifacts UUID List:{
7fa259d6-4296-4eab-9fd1-e9fa39a0c657
,
2a766e20-4a17-4c03-86de-4353d05a67e7
}
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-05-27T11:02:09.550Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardYfpcvi..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "4cb9ba81-cfdd-4bf7-a538-283f56eb58c5",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7df18b2b-f6b7-4c0d-b929-9bc5bb0c8fc1",
"vfModuleModelCustomizationUUID": "480357ce-ae5b-4b76-a66b-98f64795c4b8",
"isBase": true,
"artifacts": [
"7fa259d6-4296-4eab-9fd1-e9fa39a0c657",
"2a766e20-4a17-4c03-86de-4353d05a67e7"
],
"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-05-27T11:02:09.550Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYfpcvi..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7df18b2b-f6b7-4c0d-b929-9bc5bb0c8fc1
VfModuleModelInvariantUUID:4cb9ba81-cfdd-4bf7-a538-283f56eb58c5
VfModuleModelDescription:NULL
Artifacts UUID List:{
7fa259d6-4296-4eab-9fd1-e9fa39a0c657
,
2a766e20-4a17-4c03-86de-4353d05a67e7
}
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-05-27T11:02:09.550Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7fa259d6-4296-4eab-9fd1-e9fa39a0c657 from URL: /sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.yaml
2021-05-27T11:02:09.550Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-27T11:02:09.550Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.yaml
2021-05-27T11:02:09.791Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-27T11:02:09.791Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.yaml 7fa259d6-4296-4eab-9fd1-e9fa39a0c657 5033
2021-05-27T11:02:09.792Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-05-27T11:02:09.792Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.yaml
2021-05-27T11:02:09.792Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-27T11:02:09.792Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-27T11:02:09.794Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-27T11:02:09.794Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113329791,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-27T11:02:09.894Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-27T11:02:09.895Z||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-05-27T11:02:09.895Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ...
2021-05-27T11:02:09.904Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:02:09.905Z||pool-12-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-05-27T11:02:10.796Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2a766e20-4a17-4c03-86de-4353d05a67e7 from URL: /sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.env
2021-05-27T11:02:10.796Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-05-27T11:02:10.796Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.env
2021-05-27T11:02:12.342Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-05-27T11:02:12.343Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.env 2a766e20-4a17-4c03-86de-4353d05a67e7 909
2021-05-27T11:02:12.344Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-05-27T11:02:12.344Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.env
2021-05-27T11:02:12.345Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-27T11:02:12.345Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-27T11:02:12.348Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-27T11:02:12.349Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113332344,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-27T11:02:12.449Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-27T11:02:12.449Z||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-05-27T11:02:12.450Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ...
2021-05-27T11:02:12.461Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:02:12.461Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-27T11:02:13.349Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: de75d761-1df6-4882-8fbf-46a6ab5884b8
2021-05-27T11:02:13.350Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_yFpcVI 0 b8d9e99e-807c-4940-89ff-bf60d2cde6b5 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-27T11:02:13.390Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:02:13.390Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_yFpcVI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-27T11:02:13.390Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2021-05-27T11:02:13.390Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 0c2609fa-e7ef-409f-a300-197fae9cf2ce
2021-05-27T11:02:13.390Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0c2609fa-e7ef-409f-a300-197fae9cf2ce matches Tosca VF Customization UUID: 0c2609fa-e7ef-409f-a300-197fae9cf2ce
2021-05-27T11:02:13.390Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 0c2609fa-e7ef-409f-a300-197fae9cf2ce matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-05-27T11:02:13.396Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:02:13.396Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_yFpcVI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-27T11:02:13.397Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 0c2609fa-e7ef-409f-a300-197fae9cf2ce: {\"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-05-27T11:02:13.397Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2708450f
2021-05-27T11:02:13.397Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:02:13.398Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_yFpcVI is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-27T11:02:13.398Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 480357ce-ae5b-4b76-a66b-98f64795c4b8
2021-05-27T11:02:13.399Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 480357ce-ae5b-4b76-a66b-98f64795c4b8
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-05-27T11:02:13.403Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:02:13.404Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_yFpcVI 0 is matching search criteria
2021-05-27T11:02:13.404Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_yFpcVI 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-27T11:02:13.405Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:02:13.405Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_yFpcVI 0 is matching search criteria
2021-05-27T11:02:13.405Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_yFpcVI 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-27T11:02:13.405Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:02:13.406Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_yFpcVI 0 is not matching search criteria
2021-05-27T11:02:13.406Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-05-27T11:02:13.406Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-27T11:02:13.406Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ad4c82d2-dd0a-4a1b-a183-84de4de82f78
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-27T11:02:13.413Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:02:13.414Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_yFpcVI 0 is matching search criteria
2021-05-27T11:02:13.414Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_yFpcVI 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-27T11:02:13.414Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:02:13.414Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_yFpcVI 0 is matching search criteria
2021-05-27T11:02:13.414Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_yFpcVI 0] matching following query criteria: sdcType=VF, customizationUUID=0c2609fa-e7ef-409f-a300-197fae9cf2ce
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-27T11:02:13.416Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:02:13.416Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_yFpcVI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-27T11:02:13.416Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid de75d761-1df6-4882-8fbf-46a6ab5884b8: basic_onboard_yFpcVI
2021-05-27T11:02:13.416Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:02:13.416Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_yFpcVI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-27T11:02:13.417Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:02:13.417Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_yFpcVI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-27T11:02:13.417Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:02:13.417Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_yFpcVI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-27T11:02:13.417Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:02:13.417Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_yFpcVI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-27T11:02:13.417Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:02:13.417Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_yFpcVI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-27T11:02:13.417Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_yFpcVI
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-27T11:02:13.574Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_yFpcVI b8d9e99e-807c-4940-89ff-bf60d2cde6b5 1 ASDC deployResourceStructure
2021-05-27T11:02:13.574Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/basic_onboard_yfpcvi0_modules.json ASDC sendASDCNotification
2021-05-27T11:02:13.575Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/basic_onboard_yfpcvi0_modules.json
2021-05-27T11:02:13.575Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-27T11:02:13.575Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-27T11:02:13.577Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-27T11:02:13.578Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113333574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/basic_onboard_yfpcvi0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-27T11:02:13.678Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-27T11:02:13.679Z||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-05-27T11:02:13.680Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ...
2021-05-27T11:02:13.690Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:02:13.691Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-27T11:02:14.579Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-05-27T11:02:14.579Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.yaml
2021-05-27T11:02:14.580Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-27T11:02:14.580Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-27T11:02:14.583Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-27T11:02:14.583Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113334579,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-05-27T11:02:14.683Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-27T11:02:14.684Z||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-05-27T11:02:14.685Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ...
2021-05-27T11:02:14.693Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:02:14.693Z||pool-15-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-05-27T11:02:15.584Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-05-27T11:02:15.585Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.env
2021-05-27T11:02:15.586Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-27T11:02:15.587Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-27T11:02:15.590Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-27T11:02:15.591Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113335584,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-05-27T11:02:15.690Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-27T11:02:15.691Z||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-05-27T11:02:15.691Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ...
2021-05-27T11:02:15.700Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:02:15.700Z||pool-16-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-27T11:02:16.591Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar ASDC sendASDCNotification
2021-05-27T11:02:16.592Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar
2021-05-27T11:02:16.592Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-27T11:02:16.592Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-27T11:02:16.594Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-27T11:02:16.595Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113336591,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-27T11:02:16.695Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-27T11:02:16.695Z||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-05-27T11:02:16.695Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ...
2021-05-27T11:02:16.702Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:02:16.703Z||pool-17-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-27T11:02:17.596Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a1851373-ed42-4ed5-81f6-e4243c6582ef
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-05-27T11:02:17.627Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a1851373-ed42-4ed5-81f6-e4243c6582ef
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-05-27T11:02:17.630Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-27T11:02:17.630Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-27T11:02:17.630Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-27T11:02:47.631Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a1851373-ed42-4ed5-81f6-e4243c6582ef
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-05-27T11:02:47.644Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a1851373-ed42-4ed5-81f6-e4243c6582ef
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-05-27T11:02:47.648Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-27T11:02:47.648Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-27T11:02:47.648Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-27T11:02:48.070Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T11:02:48.071Z||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-05-27T11:02:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T11:02:48.092Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:02:48.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:02:48.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "cds",
"timestamp": 1622113307050,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:02:48.094Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:03:17.649Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a1851373-ed42-4ed5-81f6-e4243c6582ef
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-05-27T11:03:17.658Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a1851373-ed42-4ed5-81f6-e4243c6582ef
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-05-27T11:03:17.661Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-27T11:03:17.661Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-27T11:03:17.661Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-27T11:03:47.662Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a1851373-ed42-4ed5-81f6-e4243c6582ef
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-05-27T11:03:47.672Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a1851373-ed42-4ed5-81f6-e4243c6582ef
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-05-27T11:03:47.674Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-27T11:03:47.675Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-27T11:03:47.675Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-27T11:03:48.070Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T11:03:48.071Z||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-05-27T11:03:48.072Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T11:03:48.094Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:03:48.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:03:48.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113308068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:03:48.098Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:03:48.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:03:48.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "policy-id",
"timestamp": 1622113305997,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:03:48.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:17.675Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a1851373-ed42-4ed5-81f6-e4243c6582ef
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-05-27T11:04:17.691Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a1851373-ed42-4ed5-81f6-e4243c6582ef
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-05-27T11:04:17.694Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-27T11:04:17.694Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-27T11:04:17.694Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-27T11:04:47.695Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a1851373-ed42-4ed5-81f6-e4243c6582ef
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-05-27T11:04:47.708Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a1851373-ed42-4ed5-81f6-e4243c6582ef
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-05-27T11:04:47.712Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-27T11:04:47.712Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-05-27T11:04:47.712Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-05-27T11:04:48.070Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T11:04:48.071Z||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-05-27T11:04:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T11:04:48.092Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:04:48.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "aai-ml",
"timestamp": 1622113306682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.108Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622113314798,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/basic_onboard_yfpcvi0_modules.json",
"status": "NOTIFIED"
}
2021-05-27T11:04:48.108Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "dcae-sch",
"timestamp": 1622113313291,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/basic_onboard_yfpcvi0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.108Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "cds",
"timestamp": 1622113307050,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/basic_onboard_yfpcvi0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.108Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "policy-id",
"timestamp": 1622113305997,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/basic_onboard_yfpcvi0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.108Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113308068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/basic_onboard_yfpcvi0_modules.json",
"status": "NOTIFIED"
}
2021-05-27T11:04:48.109Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "aai-ml",
"timestamp": 1622113306682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/basic_onboard_yfpcvi0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.109Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622113314798,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-27T11:04:48.109Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "dcae-sch",
"timestamp": 1622113313291,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.109Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "cds",
"timestamp": 1622113307050,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.109Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "policy-id",
"timestamp": 1622113305997,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-27T11:04:48.109Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113308068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-27T11:04:48.110Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "aai-ml",
"timestamp": 1622113306682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.110Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622113314798,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.111Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "dcae-sch",
"timestamp": 1622113313291,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.111Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "cds",
"timestamp": 1622113307050,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.111Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113308068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.111Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "policy-id",
"timestamp": 1622113305997,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.111Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "aai-ml",
"timestamp": 1622113306682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.111Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622113314798,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-27T11:04:48.112Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "dcae-sch",
"timestamp": 1622113313291,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.112Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "cds",
"timestamp": 1622113307050,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.112Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "policy-id",
"timestamp": 1622113305997,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.112Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113308068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-27T11:04:48.112Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "aai-ml",
"timestamp": 1622113306682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.113Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622113314798,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.113Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "dcae-sch",
"timestamp": 1622113313291,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.113Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "cds",
"timestamp": 1622113307050,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.113Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "policy-id",
"timestamp": 1622113305997,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.113Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113308068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.114Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "aai-ml",
"timestamp": 1622113306682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.114Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622113314798,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar",
"status": "NOTIFIED"
}
2021-05-27T11:04:48.114Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "dcae-sch",
"timestamp": 1622113313291,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.115Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "cds",
"timestamp": 1622113307050,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar",
"status": "NOTIFIED"
}
2021-05-27T11:04:48.115Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "policy-id",
"timestamp": 1622113305997,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar",
"status": "NOTIFIED"
}
2021-05-27T11:04:48.115Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113308068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar",
"status": "NOTIFIED"
}
2021-05-27T11:04:48.115Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "aai-ml",
"timestamp": 1622113306682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar",
"status": "NOTIFIED"
}
2021-05-27T11:04:48.115Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622113322035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.116Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622113322035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/basic_onboard_yfpcvi0_modules.json",
"status": "NOTIFIED"
}
2021-05-27T11:04:48.116Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622113322035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-27T11:04:48.116Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "policy-id",
"timestamp": 1622113324739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-27T11:04:48.116Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T11:04:48.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "cds",
"timestamp": 1622113324956,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-27T11:04:48.116Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T11:04:48.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622113325129,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/basic_onboard_yfpcvi0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-27T11:04:48.116Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T11:04:48.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113325173,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-27T11:04:48.117Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T11:04:48.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "aai-ml",
"timestamp": 1622113325323,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-27T11:04:48.117Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T11:04:48.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622113322035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.117Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "policy-id",
"timestamp": 1622113325746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-27T11:04:48.117Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T11:04:48.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "cds",
"timestamp": 1622113325973,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-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-05-27T11:04:48.123Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a1851373-ed42-4ed5-81f6-e4243c6582ef
2021-05-27T11:04:48.124Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1851373-ed42-4ed5-81f6-e4243c6582ef 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-05-27T11:04:48.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622113326656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-27T11:04:48.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T11:04:48.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622113322035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-27T11:04:48.135Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "policy-id",
"timestamp": 1622113326749,
"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-05-27T11:04:48.140Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a1851373-ed42-4ed5-81f6-e4243c6582ef
2021-05-27T11:04:48.141Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1851373-ed42-4ed5-81f6-e4243c6582ef 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-05-27T11:04:48.149Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.149Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622113322035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.149Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.150Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.150Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622113327807,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-27T11:04:48.150Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T11:04:48.150Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.150Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113328517,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/basic_onboard_yfpcvi0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-27T11:04:48.150Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T11:04:48.150Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.150Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622113322035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar",
"status": "NOTIFIED"
}
2021-05-27T11:04:48.150Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.150Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.150Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622113328812,
"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-05-27T11:04:48.154Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a1851373-ed42-4ed5-81f6-e4243c6582ef
2021-05-27T11:04:48.154Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1851373-ed42-4ed5-81f6-e4243c6582ef 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-05-27T11:04:48.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "cds",
"timestamp": 1622113326977,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.161Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "policy-id",
"timestamp": 1622113327752,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.162Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113329791,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-27T11:04:48.162Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T11:04:48.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622113329816,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/basic_onboard_yfpcvi0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-27T11:04:48.162Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T11:04:48.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622113329997,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/basic_onboard_yfpcvi0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-27T11:04:48.162Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T11:04:48.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "cds",
"timestamp": 1622113326977,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vfwd02dd41e3d3b0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.162Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "policy-id",
"timestamp": 1622113327752,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vfwd02dd41e3d3b0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.162Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622113330461,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.162Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "cds",
"timestamp": 1622113326977,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.163Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "policy-id",
"timestamp": 1622113327752,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-27T11:04:48.163Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622113330461,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/basic_onboard_yfpcvi0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.163Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113332344,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-27T11:04:48.163Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T11:04:48.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "cds",
"timestamp": 1622113326977,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.163Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622113332483,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-27T11:04:48.164Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T11:04:48.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "policy-id",
"timestamp": 1622113327752,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.164Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622113330461,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.164Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "cds",
"timestamp": 1622113326977,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.164Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "policy-id",
"timestamp": 1622113327752,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.164Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113333574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/basic_onboard_yfpcvi0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-27T11:04:48.164Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T11:04:48.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "dcae-sch",
"timestamp": 1622113333291,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.165Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622113330461,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.165Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "cds",
"timestamp": 1622113326977,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.165Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "policy-id",
"timestamp": 1622113327752,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.165Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113334579,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-05-27T11:04:48.165Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T11:04:48.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "dcae-sch",
"timestamp": 1622113333291,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vfwd02dd41e3d3b0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.165Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622113330461,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.166Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.166Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622113335240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-27T11:04:48.166Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T11:04:48.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.166Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622113334798,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.166Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.166Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "cds",
"timestamp": 1622113326977,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar",
"status": "NOTIFIED"
}
2021-05-27T11:04:48.166Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.166Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "policy-id",
"timestamp": 1622113327752,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar",
"status": "NOTIFIED"
}
2021-05-27T11:04:48.166Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.166Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113335584,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-05-27T11:04:48.166Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T11:04:48.167Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.167Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "dcae-sch",
"timestamp": 1622113333291,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.167Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.167Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.167Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "clamp",
"timestamp": 1622113335352,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.167Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.167Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.167Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622113330461,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.167Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.167Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.167Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622113336247,
"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-05-27T11:04:48.172Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a1851373-ed42-4ed5-81f6-e4243c6582ef
2021-05-27T11:04:48.172Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1851373-ed42-4ed5-81f6-e4243c6582ef 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-05-27T11:04:48.178Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622113334798,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vfwd02dd41e3d3b0_modules.json",
"status": "NOTIFIED"
}
2021-05-27T11:04:48.179Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113336591,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-27T11:04:48.179Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T11:04:48.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "dcae-sch",
"timestamp": 1622113333291,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.179Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "clamp",
"timestamp": 1622113335352,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/basic_onboard_yfpcvi0_modules.json",
"status": "NOTIFIED"
}
2021-05-27T11:04:48.179Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622113330461,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar",
"status": "NOTIFIED"
}
2021-05-27T11:04:48.179Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622113337251,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/basic_onboard_yfpcvi0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-27T11:04:48.180Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T11:04:48.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622113334798,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-27T11:04:48.180Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "dcae-sch",
"timestamp": 1622113333291,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.180Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "clamp",
"timestamp": 1622113335352,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.180Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "policy-id",
"timestamp": 1622113338100,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-27T11:04:48.180Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T11:04:48.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "cds",
"timestamp": 1622113338284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-27T11:04:48.180Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T11:04:48.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622113334798,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.180Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "dcae-sch",
"timestamp": 1622113333291,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.181Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "clamp",
"timestamp": 1622113335352,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.181Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "policy-id",
"timestamp": 1622113339104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-27T11:04:48.181Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T11:04:48.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "cds",
"timestamp": 1622113339289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-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-05-27T11:04:48.194Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 09246e29-052a-4bb4-b1cd-fbdcce6263f7
2021-05-27T11:04:48.194Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09246e29-052a-4bb4-b1cd-fbdcce6263f7 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-05-27T11:04:48.201Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.201Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622113334798,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-27T11:04:48.201Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.201Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.202Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "aai-ml",
"timestamp": 1622113339697,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-27T11:04:48.202Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T11:04:48.202Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.202Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "dcae-sch",
"timestamp": 1622113333291,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.202Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.202Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.202Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "clamp",
"timestamp": 1622113335352,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/resourceInstances/basic_onboard_yfpcvi0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.202Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.202Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.202Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "policy-id",
"timestamp": 1622113340106,
"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-05-27T11:04:48.206Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 09246e29-052a-4bb4-b1cd-fbdcce6263f7
2021-05-27T11:04:48.207Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09246e29-052a-4bb4-b1cd-fbdcce6263f7 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-05-27T11:04:48.216Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.216Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622113340330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-27T11:04:48.217Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T11:04:48.217Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.217Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622113334798,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.217Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.217Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.217Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "aai-ml",
"timestamp": 1622113340702,
"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-05-27T11:04:48.224Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a1851373-ed42-4ed5-81f6-e4243c6582ef
2021-05-27T11:04:48.224Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1851373-ed42-4ed5-81f6-e4243c6582ef 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-05-27T11:04:48.233Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.233Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "clamp",
"timestamp": 1622113335352,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.234Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.234Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622113334798,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar",
"status": "NOTIFIED"
}
2021-05-27T11:04:48.234Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.234Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "clamp",
"timestamp": 1622113335352,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar",
"status": "NOTIFIED"
}
2021-05-27T11:04:48.234Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.234Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "aai-ml",
"timestamp": 1622113341706,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.234Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.234Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622113342034,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.234Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.235Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "aai-ml",
"timestamp": 1622113341706,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vfwd02dd41e3d3b0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.235Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.235Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.235Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622113342034,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vfwd02dd41e3d3b0_modules.json",
"status": "NOTIFIED"
}
2021-05-27T11:04:48.235Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.235Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.235Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622113343776,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vfwd02dd41e3d3b0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-27T11:04:48.235Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T11:04:48.235Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.235Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622113343854,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-27T11:04:48.235Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T11:04:48.235Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.235Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "aai-ml",
"timestamp": 1622113341706,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.235Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.235Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.235Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622113342034,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-27T11:04:48.235Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.235Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.235Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622113344858,
"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-05-27T11:04:48.242Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a1851373-ed42-4ed5-81f6-e4243c6582ef
2021-05-27T11:04:48.242Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1851373-ed42-4ed5-81f6-e4243c6582ef 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-05-27T11:04:48.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "aai-ml",
"timestamp": 1622113341706,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622113345545,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-27T11:04:48.250Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T11:04:48.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622113342034,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622113330461,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "aai-ml",
"timestamp": 1622113341706,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622113342034,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-27T11:04:48.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622113346767,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-27T11:04:48.251Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T11:04:48.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622113330461,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vfwd02dd41e3d3b0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.251Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "aai-ml",
"timestamp": 1622113341706,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.251Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622113342034,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.251Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622113347770,
"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-05-27T11:04:48.256Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 09246e29-052a-4bb4-b1cd-fbdcce6263f7
2021-05-27T11:04:48.257Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09246e29-052a-4bb4-b1cd-fbdcce6263f7 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-05-27T11:04:48.264Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.264Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622113330461,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.264Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.264Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.264Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "aai-ml",
"timestamp": 1622113341706,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar",
"status": "NOTIFIED"
}
2021-05-27T11:04:48.264Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.264Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.264Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622113342034,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar",
"status": "NOTIFIED"
}
2021-05-27T11:04:48.264Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.264Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.264Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622113348773,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vfwd02dd41e3d3b0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-27T11:04:48.265Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T11:04:48.265Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.265Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622113330461,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.265Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.265Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.265Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "aai-ml",
"timestamp": 1622113349580,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-27T11:04:48.265Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T11:04:48.265Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.265Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622113330461,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.265Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.265Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.265Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622113350058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vfwd02dd41e3d3b0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-27T11:04:48.265Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T11:04:48.265Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.265Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622113330461,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.265Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.266Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622113330461,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar",
"status": "NOTIFIED"
}
2021-05-27T11:04:48.266Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.266Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "clamp",
"timestamp": 1622113352085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-27T11:04:48.266Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T11:04:48.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.266Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622113352186,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-27T11:04:48.266Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T11:04:48.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.266Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "clamp",
"timestamp": 1622113354091,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfpcvi/1.0/artifacts/service-BasicOnboardYfpcvi-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-27T11:04:48.266Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T11:04:48.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.266Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622113354194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-27T11:04:48.266Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T11:04:48.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.267Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622113354380,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-27T11:04:48.267Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T11:04:48.267Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.267Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "clamp",
"timestamp": 1622113355094,
"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-05-27T11:04:48.272Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a1851373-ed42-4ed5-81f6-e4243c6582ef
2021-05-27T11:04:48.272Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1851373-ed42-4ed5-81f6-e4243c6582ef 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-05-27T11:04:48.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622113355385,
"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-05-27T11:04:48.284Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 09246e29-052a-4bb4-b1cd-fbdcce6263f7
2021-05-27T11:04:48.285Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09246e29-052a-4bb4-b1cd-fbdcce6263f7 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-05-27T11:04:48.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "clamp",
"timestamp": 1622113335352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.292Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622113356388,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vfwd02dd41e3d3b0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-27T11:04:48.292Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T11:04:48.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "clamp",
"timestamp": 1622113335352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vfwd02dd41e3d3b0_modules.json",
"status": "NOTIFIED"
}
2021-05-27T11:04:48.292Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622113357198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-27T11:04:48.292Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T11:04:48.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "clamp",
"timestamp": 1622113335352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.293Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622113358202,
"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-05-27T11:04:48.297Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 09246e29-052a-4bb4-b1cd-fbdcce6263f7
2021-05-27T11:04:48.297Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09246e29-052a-4bb4-b1cd-fbdcce6263f7 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-05-27T11:04:48.304Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.304Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "clamp",
"timestamp": 1622113335352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.304Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.304Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.304Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "aai-ml",
"timestamp": 1622113359230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-27T11:04:48.305Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T11:04:48.305Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.305Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "clamp",
"timestamp": 1622113335352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.305Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.305Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.305Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "aai-ml",
"timestamp": 1622113360234,
"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-05-27T11:04:48.309Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 09246e29-052a-4bb4-b1cd-fbdcce6263f7
2021-05-27T11:04:48.309Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09246e29-052a-4bb4-b1cd-fbdcce6263f7 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-05-27T11:04:48.317Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.318Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "clamp",
"timestamp": 1622113335352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:04:48.318Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:04:48.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:04:48.318Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "clamp",
"timestamp": 1622113335352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar",
"status": "NOTIFIED"
}
2021-05-27T11:04:48.318Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:05:17.713Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a1851373-ed42-4ed5-81f6-e4243c6582ef
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-05-27T11:05:17.726Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a1851373-ed42-4ed5-81f6-e4243c6582ef
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-05-27T11:05:17.730Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-27T11:05:17.730Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-27T11:05:17.731Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-27T11:05:17.731Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-27T11:05:17.731Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-27T11:05:17.731Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-27T11:05:17.731Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-27T11:05:17.731Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-27T11:05:17.731Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-27T11:05:17.731Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-27T11:05:17.731Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-05-27T11:05:17.736Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-27T11:05:47.737Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a1851373-ed42-4ed5-81f6-e4243c6582ef 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-05-27T11:05:47.750Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a1851373-ed42-4ed5-81f6-e4243c6582ef and serviceModelVersionId: de75d761-1df6-4882-8fbf-46a6ab5884b8
2021-05-27T11:05:47.750Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d962ed54-c7df-4f53-a068-0558f55b4d9e
2021-05-27T11:05:48.070Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T11:05:48.075Z||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-05-27T11:05:48.075Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T11:05:48.596Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:05:48.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:05:48.597Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "clamp",
"timestamp": 1622113375082,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-27T11:05:48.598Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T11:05:48.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:05:48.598Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "clamp",
"timestamp": 1622113376097,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-27T11:05:48.598Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T11:05:48.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:05:48.598Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "clamp",
"timestamp": 1622113377099,
"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-05-27T11:05:48.606Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 09246e29-052a-4bb4-b1cd-fbdcce6263f7
2021-05-27T11:05:48.606Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 09246e29-052a-4bb4-b1cd-fbdcce6263f7 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-05-27T11:05:58.622Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d962ed54-c7df-4f53-a068-0558f55b4d9e/model-vers/model-ver/de75d761-1df6-4882-8fbf-46a6ab5884b8?depth=0
2021-05-27T11:05:58.718Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-05-27T11:05:59.400Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d962ed54-c7df-4f53-a068-0558f55b4d9e/model-vers/model-ver/de75d761-1df6-4882-8fbf-46a6ab5884b8?depth=0|INFO|500||Invoke
2021-05-27T11:05:59.408Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d962ed54-c7df-4f53-a068-0558f55b4d9e/model-vers/model-ver/de75d761-1df6-4882-8fbf-46a6ab5884b8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d962ed54-c7df-4f53-a068-0558f55b4d9e/model-vers/model-ver/de75d761-1df6-4882-8fbf-46a6ab5884b8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a1851373-ed42-4ed5-81f6-e4243c6582ef], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f0aff710-5b22-4313-b649-acc759c5296a], X-ECOMP-RequestID=[a1851373-ed42-4ed5-81f6-e4243c6582ef], X-TransactionId=[], X-ONAP-RequestID=[a1851373-ed42-4ed5-81f6-e4243c6582ef], Content-Type=[application/merge-patch+json]}
2021-05-27T11:05:59.527Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d962ed54-c7df-4f53-a068-0558f55b4d9e/model-vers/model-ver/de75d761-1df6-4882-8fbf-46a6ab5884b8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-05-27T11:05:59.957Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d962ed54-c7df-4f53-a068-0558f55b4d9e/model-vers/model-ver/de75d761-1df6-4882-8fbf-46a6ab5884b8?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d962ed54-c7df-4f53-a068-0558f55b4d9e/model-vers/model-ver/de75d761-1df6-4882-8fbf-46a6ab5884b8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210527-11:05:59:537-39324], vertex-id=[340136], Content-Length=[0], Date=[Thu, 27 May 2021 11:05:59 GMT], Content-Type=[application/json]}
2021-05-27T11:05:59.959Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d962ed54-c7df-4f53-a068-0558f55b4d9e/model-vers/model-ver/de75d761-1df6-4882-8fbf-46a6ab5884b8?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-27T11:05:59.960Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d962ed54-c7df-4f53-a068-0558f55b4d9e/model-vers/model-ver/de75d761-1df6-4882-8fbf-46a6ab5884b8?depth=0|INFO|500||InvokeReturn
2021-05-27T11:05:59.964Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-27T11:05:59.964Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-27T11:05:59.969Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-05-27T11:05:59.975Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a1851373-ed42-4ed5-81f6-e4243c6582ef and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-27T11:05:59.976Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-27T11:05:59.976Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-05-27T11:05:59.978Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-27T11:05:59.978Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113559975,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-27T11:06:00.078Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-27T11:06:00.080Z||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-05-27T11:06:00.080Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ...
2021-05-27T11:06:00.089Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:06:00.090Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 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-05-27T11:06:00.993Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T11:06:00.993Z||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-05-27T11:06:00.994Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T11:06:05.295Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:06:05.297Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-27T11:06:05.297Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"09246e29-052a-4bb4-b1cd-fbdcce6263f7","serviceName":"vFW 2021-05-27 10-59-39","serviceVersion":"1.0","serviceUUID":"a03ec572-fb37-4396-b6aa-dbb27de86708","serviceDescription":"catalog service description","serviceInvariantUUID":"d5920730-f590-4775-88dd-02631ebbd823","resources":[{"resourceInstanceName":"vFW d02dd41e-3d3b 0","resourceName":"vFW d02dd41e-3d3b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4681e0f6-ef23-4c77-98aa-4274e89b2f51","resourceInvariantUUID":"9e35f85b-80e6-4410-b524-613e9f21e962","resourceCustomizationUUID":"982fc262-edd1-47cf-a2e4-ff3e589a5574","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vf-license-model.xml","artifactChecksum":"MGMyMjY3MzNmYTU2MzdiNGRiNzFmNzBkOWQzODg3YTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b4e8757c-2440-42fb-abd5-fbd2cbab19a0","artifactVersion":"1"},{"artifactName":"vfwd02dd41e3d3b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vfwd02dd41e3d3b0_modules.json","artifactChecksum":"ZWNiYzQwNjI1Y2VlMjVmNWY0NTA4NjlmY2VjZDZhOTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b6b62b84-d739-40ba-83e9-3355504142fc","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b84ea22e-cd74-459e-a2d4-d5c3121ee4e5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vendor-license-model.xml","artifactChecksum":"MDdiZTQ5MjI3YTQ1MGM4NDBlNjNjOWYyYjEzMWI2M2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d66008f8-6ac3-46aa-8f72-039732bf4b87","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f64ae22f-fc10-4996-867e-8f8f6f8bb98d","artifactVersion":"2","generatedFromUUID":"b84ea22e-cd74-459e-a2d4-d5c3121ee4e5"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210527105939-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-template.yml","artifactChecksum":"ZjBkZTkzOTA0NGMwYTk1MTU1MTc4ODgwZGQyZDY3ZjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8df51d98-9247-4812-84e3-7c67c6ecfb9e","artifactVersion":"1"},{"artifactName":"service-Vfw20210527105939-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar","artifactChecksum":"ODRhNzJjN2EyYzUzMzM4YzI2N2IyOTgxMjNkMTFiMGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"085eca79-c35e-48a9-9fd3-28cd926bf1dc","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-27T11:06:05.300Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-27T11:06:05.300Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-27T11:06:05.302Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-27T11:06:05.303Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113560993,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:06:05.403Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-27T11:06:05.404Z||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-05-27T11:06:05.404Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ...
2021-05-27T11:06:05.413Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:06:05.414Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-05-27T11:06:06.303Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-27T11:06:06.304Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-27T11:06:06.307Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-27T11:06:06.307Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113560993,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vfwd02dd41e3d3b0_modules.json",
"status": "NOTIFIED"
}
2021-05-27T11:06:06.407Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-27T11:06:06.408Z||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-05-27T11:06:06.408Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ...
2021-05-27T11:06:06.417Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:06:06.418Z||pool-20-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-27T11:06:07.308Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-27T11:06:07.309Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-27T11:06:07.311Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-27T11:06:07.311Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113560993,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-27T11:06:07.412Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-27T11:06:07.414Z||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-05-27T11:06:07.414Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ...
2021-05-27T11:06:07.424Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:06:07.425Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-27T11:06:08.312Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-27T11:06:08.315Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-27T11:06:08.318Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-27T11:06:08.318Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113560993,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:06:08.419Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-27T11:06:08.420Z||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-05-27T11:06:08.420Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ...
2021-05-27T11:06:08.430Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:06:08.431Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-27T11:06:09.319Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-27T11:06:09.319Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-27T11:06:09.321Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-27T11:06:09.322Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113560993,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-27T11:06:09.422Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-27T11:06:09.423Z||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-05-27T11:06:09.424Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ...
2021-05-27T11:06:09.431Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:06:09.432Z||pool-23-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-27T11:06:10.322Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-27T11:06:10.323Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-27T11:06:10.326Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-27T11:06:10.327Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113560993,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:06:10.427Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-27T11:06:10.428Z||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-05-27T11:06:10.428Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ...
2021-05-27T11:06:10.437Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:06:10.438Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-27T11:06:11.327Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-27T11:06:11.328Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-27T11:06:11.330Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-27T11:06:11.331Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113560993,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar",
"status": "NOTIFIED"
}
2021-05-27T11:06:11.431Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-27T11:06:11.432Z||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-05-27T11:06:11.432Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ...
2021-05-27T11:06:11.441Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:06:11.442Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-27T11:06:12.333Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"serviceName": "vFW 2021-05-27 10-59-39",
"serviceVersion": "1.0",
"serviceUUID": "a03ec572-fb37-4396-b6aa-dbb27de86708",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "d5920730-f590-4775-88dd-02631ebbd823",
"resources": [
{
"resourceInstanceName": "vFW d02dd41e-3d3b 0",
"resourceCustomizationUUID": "982fc262-edd1-47cf-a2e4-ff3e589a5574",
"resourceName": "vFW d02dd41e-3d3b",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "4681e0f6-ef23-4c77-98aa-4274e89b2f51",
"resourceInvariantUUID": "9e35f85b-80e6-4410-b524-613e9f21e962",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwd02dd41e3d3b0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vfwd02dd41e3d3b0_modules.json",
"artifactChecksum": "ZWNiYzQwNjI1Y2VlMjVmNWY0NTA4NjlmY2VjZDZhOTM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b6b62b84-d739-40ba-83e9-3355504142fc",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "b84ea22e-cd74-459e-a2d4-d5c3121ee4e5",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f64ae22f-fc10-4996-867e-8f8f6f8bb98d",
"generatedFromUUID": "b84ea22e-cd74-459e-a2d4-d5c3121ee4e5"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f64ae22f-fc10-4996-867e-8f8f6f8bb98d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210527105939-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar",
"artifactChecksum": "ODRhNzJjN2EyYzUzMzM4YzI2N2IyOTgxMjNkMTFiMGE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "085eca79-c35e-48a9-9fd3-28cd926bf1dc"
}
],
"workloadContext": "Production"
}
2021-05-27T11:06:12.334Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-27T11:06:12.334Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a03ec572-fb37-4396-b6aa-dbb27de86708 ASDC
2021-05-27T11:06:12.335Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:09246e29-052a-4bb4-b1cd-fbdcce6263f7
ServiceName:vFW 2021-05-27 10-59-39
ServiceVersion:1.0
ServiceUUID:a03ec572-fb37-4396-b6aa-dbb27de86708
ServiceInvariantUUID:d5920730-f590-4775-88dd-02631ebbd823
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210527105939-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar
ArtifactUUID:085eca79-c35e-48a9-9fd3-28cd926bf1dc
ArtifactChecksum:ODRhNzJjN2EyYzUzMzM4YzI2N2IyOTgxMjNkMTFiMGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d02dd41e-3d3b 0
ResourceCustomizationUUID:982fc262-edd1-47cf-a2e4-ff3e589a5574
ResourceInvariantUUID:9e35f85b-80e6-4410-b524-613e9f21e962
ResourceName:vFW d02dd41e-3d3b
ResourceType:VF
ResourceUUID:4681e0f6-ef23-4c77-98aa-4274e89b2f51
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd02dd41e3d3b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vfwd02dd41e3d3b0_modules.json
ArtifactUUID:b6b62b84-d739-40ba-83e9-3355504142fc
ArtifactChecksum:ZWNiYzQwNjI1Y2VlMjVmNWY0NTA4NjlmY2VjZDZhOTM=
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/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.yaml
ArtifactUUID:b84ea22e-cd74-459e-a2d4-d5c3121ee4e5
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/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.env
ArtifactUUID:f64ae22f-fc10-4996-867e-8f8f6f8bb98d
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/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.env
ArtifactUUID:f64ae22f-fc10-4996-867e-8f8f6f8bb98d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-05-27T11:06:12.335Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a03ec572-fb37-4396-b6aa-dbb27de86708 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-05-27T11:06:12.374Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-27T11:06:12.375Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-05-27T11:06:12.376Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-05-27T11:06:12.376Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 085eca79-c35e-48a9-9fd3-28cd926bf1dc from URL: /sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar
2021-05-27T11:06:12.376Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-05-27T11:06:12.376Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar
2021-05-27T11:06:14.338Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-27T11:06:14.343Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar 085eca79-c35e-48a9-9fd3-28cd926bf1dc 110076
2021-05-27T11:06:14.344Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar ASDC sendASDCNotification
2021-05-27T11:06:14.344Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar
2021-05-27T11:06:14.344Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-27T11:06:14.344Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-27T11:06:14.346Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-27T11:06:14.346Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113574344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-27T11:06:14.447Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-27T11:06:14.448Z||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-05-27T11:06:14.448Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ...
2021-05-27T11:06:14.458Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:06:14.458Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-27T11:06:15.347Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-27T11:06:15.348Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-05-27T11:06:15.349Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 085eca79-c35e-48a9-9fd3-28cd926bf1dc, URL: /sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar to file: /app/ASDC/1/service-Vfw20210527105939-csar.csar
2021-05-27T11:06:15.349Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210527105939-csar.csar
2021-05-27T11:06:15.350Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210527105939-csar.csar
2021-05-27T11:06:15.350Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210527105939-csar.csar
2021-05-27T11:06:15.719Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4535731823349705411/Definitions/service-Vfw20210527105939-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
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
2021-05-27T11:06:17.766Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-27T11:06:17.766Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-05-27T11:06:17.767Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210527105939-csar.csar
2021-05-27T11:06:17.767Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-05-27T11:06:17.767Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210527105939-csar.csar
2021-05-27T11:06:17.767Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210527105939-csar.csar
2021-05-27T11:06:17.767Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d02dd41e-3d3b 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210527105939-csar.csar
2021-05-27T11:06:17.767Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|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-Vfw20210527105939-csar.csar
2021-05-27T11:06:17.767Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210527105939-csar.csar
2021-05-27T11:06:17.767Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210527105939-csar.csar
2021-05-27T11:06:17.767Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210527105939-csar.csar
2021-05-27T11:06:17.767Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d02dd41e-3d3b 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-Vfw20210527105939-csar.csar
2021-05-27T11:06:17.767Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|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-Vfw20210527105939-csar.csar
2021-05-27T11:06:17.767Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|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-Vfw20210527105939-csar.csar
2021-05-27T11:06:17.767Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210527105939-csar.csar
2021-05-27T11:06:17.767Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|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-Vfw20210527105939-csar.csar
2021-05-27T11:06:17.767Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210527105939-csar.csar
2021-05-27T11:06:17.767Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|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-Vfw20210527105939-csar.csar
2021-05-27T11:06:17.767Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-05-27T11:06:17.767Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:06:17.767Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-27 10-59-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-27T11:06:17.767Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vFW d02dd41e-3d3b 0 is matching search criteria
2021-05-27T11:06:17.768Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-05-27T11:06:17.768Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d02dd41e-3d3b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-27T11:06:17.768Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:06:17.768Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-27 10-59-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-27T11:06:17.768Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vFW d02dd41e-3d3b 0 is matching search criteria
2021-05-27T11:06:17.768Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-05-27T11:06:17.768Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d02dd41e-3d3b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-27T11:06:17.768Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:06:17.768Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-27 10-59-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-27T11:06:17.768Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:06:17.769Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vFW d02dd41e-3d3b 0 is not matching search criteria
2021-05-27T11:06:17.769Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-27T11:06:17.769Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-27T11:06:17.769Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-27T11:06:17.769Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-27T11:06:17.769Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-27T11:06:17.769Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-27T11:06:17.769Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-27T11:06:17.769Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-27T11:06:17.769Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-27T11:06:17.769Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-27T11:06:17.769Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-27T11:06:17.769Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-27T11:06:17.769Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-27T11:06:17.769Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-27T11:06:17.769Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-27T11:06:17.769Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-27T11:06:17.769Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:06:17.769Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-27 10-59-39 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-27T11:06:17.775Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:06:17.776Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vFW d02dd41e-3d3b 0 is matching search criteria
2021-05-27T11:06:17.776Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d02dd41e-3d3b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-27T11:06:17.777Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:06:17.778Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vFW d02dd41e-3d3b 0 is matching search criteria
2021-05-27T11:06:17.778Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d02dd41e-3d3b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-27T11:06:17.778Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:06:17.778Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vFW d02dd41e-3d3b 0 is matching search criteria
2021-05-27T11:06:17.778Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d02dd41e-3d3b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-27T11:06:17.779Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:06:17.779Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vFW d02dd41e-3d3b 0 is not matching search criteria
2021-05-27T11:06:17.779Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-27T11:06:17.779Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-05-27T11:06:17.779Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-27T11:06:17.780Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-27T11:06:17.780Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-27T11:06:17.780Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-27T11:06:17.780Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-27T11:06:17.780Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-27T11:06:17.781Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-27T11:06:17.781Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-27T11:06:17.781Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-27T11:06:17.781Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6b06b18d-d7ae-44f7-8ae9-9a785e27ba91
2021-05-27T11:06:17.781Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:06:17.782Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vFW d02dd41e-3d3b 0 is not matching search criteria
2021-05-27T11:06:17.782Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-27T11:06:17.782Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-27T11:06:17.782Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-27T11:06:17.782Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-27T11:06:17.782Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-27T11:06:17.783Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-27T11:06:17.783Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-27T11:06:17.783Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-05-27T11:06:17.783Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-27T11:06:17.783Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-27T11:06:17.783Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-27T11:06:17.784Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-27T11:06:17.784Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cf973250-c42e-4302-96e2-341abe0fd829
2021-05-27T11:06:17.784Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:06:17.784Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vFW d02dd41e-3d3b 0 is not matching search criteria
2021-05-27T11:06:17.784Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-27T11:06:17.785Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-27T11:06:17.785Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-27T11:06:17.785Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-27T11:06:17.785Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-27T11:06:17.785Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-27T11:06:17.785Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-27T11:06:17.786Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-27T11:06:17.786Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-27T11:06:17.786Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-27T11:06:17.786Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-27T11:06:17.786Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-05-27T11:06:17.786Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4662b87f-facb-4d54-8850-680ceb48d8e7
2021-05-27T11:06:17.787Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:06:17.787Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-27 10-59-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-27T11:06:17.787Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:06:17.787Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-27 10-59-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-27T11:06:17.787Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:06:17.787Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-27 10-59-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-27T11:06:17.787Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:06:17.788Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-27 10-59-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-27T11:06:17.788Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-05-27 10-59-39
Description:catalog service description
Model UUID:a03ec572-fb37-4396-b6aa-dbb27de86708
Model Version:NULL
Model InvariantUuid:d5920730-f590-4775-88dd-02631ebbd823
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW d02dd41e-3d3b
Model UUID:b3f2e531-fb0d-4ea8-89e0-efc0da7e4f37
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9e35f85b-80e6-4410-b524-613e9f21e962
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:982fc262-edd1-47cf-a2e4-ff3e589a5574
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:cb501b55-c573-4ca1-8fde-87b9e39adafd
ModelName:VfwD02dd41e3d3b..base_vfw..module-0
ModelUuid:676b6ccd-2e9a-4cc7-962b-4ab68a3cd575
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:6b06b18d-d7ae-44f7-8ae9-9a785e27ba91
ModelInvariantUuid:33d9ec0d-b19b-4637-8014-0d4d1c568931
ModelName:vFW d02dd41e-3d3b-nodes.vfwCvfc
ModelUuid:e2e00f56-66db-400e-90c8-d03b60edb93a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:37c7d39f-128e-4e8c-bd8a-ee7e49dbae24
ModelInvariantUuid:92237a4a-52cf-4ae7-902c-7450e72fcc1e
ModelName:VfwD02dd41e3d3b.compute.nodes.heat.vfw
ModelUuid:2fedebc4-18d9-4aca-8cde-6305e1a7c684
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:cf973250-c42e-4302-96e2-341abe0fd829
ModelInvariantUuid:6119d169-8e10-4287-9c1b-eec52e4039a0
ModelName:vFW d02dd41e-3d3b-nodes.vsnCvfc
ModelUuid:5e476695-f89e-4278-b5ea-466a74cffa77
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:169bad34-fa9b-4080-ae19-f0e591fe5d23
ModelInvariantUuid:7e7f22c7-f04b-4335-be53-e4c8bf6a1004
ModelName:VfwD02dd41e3d3b.compute.nodes.heat.vsn
ModelUuid:52e9c5aa-8b76-430c-988c-6c3b50e19fc7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:4662b87f-facb-4d54-8850-680ceb48d8e7
ModelInvariantUuid:aaec0372-52c3-405d-b34a-a95ba080b1ef
ModelName:vFW d02dd41e-3d3b-nodes.vpgCvfc
ModelUuid:69772676-adc0-40f5-8fee-623dd27c331b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:f0577df3-ffcd-4993-beba-535da8b64c2c
ModelInvariantUuid:2e07cd22-2923-4e81-822b-3472677ad757
ModelName:VfwD02dd41e3d3b.compute.nodes.heat.vpg
ModelUuid:ff0cfe9f-94dd-4e7a-a9a3-68c83ea6f06e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-27T11:06:17.793Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 4681e0f6-ef23-4c77-98aa-4274e89b2f51
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-27T11:06:17.796Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||vFW d02dd41e-3d3b 0
2021-05-27T11:06:17.796Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4681e0f6-ef23-4c77-98aa-4274e89b2f51
2021-05-27T11:06:17.796Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b6b62b84-d739-40ba-83e9-3355504142fc from URL: /sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vfwd02dd41e3d3b0_modules.json
2021-05-27T11:06:17.796Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-05-27T11:06:17.796Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vfwd02dd41e3d3b0_modules.json
2021-05-27T11:06:18.368Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-27T11:06:18.369Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vfwd02dd41e3d3b0_modules.json b6b62b84-d739-40ba-83e9-3355504142fc 785
2021-05-27T11:06:18.369Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vfwd02dd41e3d3b0_modules.json ASDC sendASDCNotification
2021-05-27T11:06:18.369Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vfwd02dd41e3d3b0_modules.json
2021-05-27T11:06:18.369Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-27T11:06:18.369Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-27T11:06:18.371Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-27T11:06:18.371Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113578369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vfwd02dd41e3d3b0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-27T11:06:18.471Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-27T11:06:18.472Z||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-05-27T11:06:18.473Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ...
2021-05-27T11:06:18.488Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:06:18.489Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-05-27T11:06:19.373Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwD02dd41e3d3b..base_vfw..module-0",
"vfModuleModelInvariantUUID": "cb501b55-c573-4ca1-8fde-87b9e39adafd",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "676b6ccd-2e9a-4cc7-962b-4ab68a3cd575",
"vfModuleModelCustomizationUUID": "b91f076a-6e4b-4c4b-ac22-cbdee0255fcd",
"isBase": true,
"artifacts": [
"b84ea22e-cd74-459e-a2d4-d5c3121ee4e5",
"f64ae22f-fc10-4996-867e-8f8f6f8bb98d"
],
"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-05-27T11:06:19.378Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD02dd41e3d3b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:676b6ccd-2e9a-4cc7-962b-4ab68a3cd575
VfModuleModelInvariantUUID:cb501b55-c573-4ca1-8fde-87b9e39adafd
VfModuleModelDescription:NULL
Artifacts UUID List:{
b84ea22e-cd74-459e-a2d4-d5c3121ee4e5
,
f64ae22f-fc10-4996-867e-8f8f6f8bb98d
}
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-05-27T11:06:19.380Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwD02dd41e3d3b..base_vfw..module-0",
"vfModuleModelInvariantUUID": "cb501b55-c573-4ca1-8fde-87b9e39adafd",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "676b6ccd-2e9a-4cc7-962b-4ab68a3cd575",
"vfModuleModelCustomizationUUID": "b91f076a-6e4b-4c4b-ac22-cbdee0255fcd",
"isBase": true,
"artifacts": [
"b84ea22e-cd74-459e-a2d4-d5c3121ee4e5",
"f64ae22f-fc10-4996-867e-8f8f6f8bb98d"
],
"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-05-27T11:06:19.380Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD02dd41e3d3b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:676b6ccd-2e9a-4cc7-962b-4ab68a3cd575
VfModuleModelInvariantUUID:cb501b55-c573-4ca1-8fde-87b9e39adafd
VfModuleModelDescription:NULL
Artifacts UUID List:{
b84ea22e-cd74-459e-a2d4-d5c3121ee4e5
,
f64ae22f-fc10-4996-867e-8f8f6f8bb98d
}
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-05-27T11:06:19.380Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b84ea22e-cd74-459e-a2d4-d5c3121ee4e5 from URL: /sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.yaml
2021-05-27T11:06:19.380Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-05-27T11:06:19.380Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.yaml
2021-05-27T11:06:20.199Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-27T11:06:20.200Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.yaml b84ea22e-cd74-459e-a2d4-d5c3121ee4e5 20368
2021-05-27T11:06:20.200Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-05-27T11:06:20.200Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.yaml
2021-05-27T11:06:20.200Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-27T11:06:20.201Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-27T11:06:20.203Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-27T11:06:20.203Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113580200,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-27T11:06:20.303Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-27T11:06:20.304Z||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-05-27T11:06:20.304Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ...
2021-05-27T11:06:20.315Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:06:20.315Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-27T11:06:21.203Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f64ae22f-fc10-4996-867e-8f8f6f8bb98d from URL: /sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.env
2021-05-27T11:06:21.204Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-05-27T11:06:21.204Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.env
2021-05-27T11:06:22.025Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-27T11:06:22.025Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.env f64ae22f-fc10-4996-867e-8f8f6f8bb98d 2098
2021-05-27T11:06:22.026Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-05-27T11:06:22.026Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.env
2021-05-27T11:06:22.026Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-27T11:06:22.026Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-27T11:06:22.029Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-27T11:06:22.029Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113582026,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-27T11:06:22.129Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-27T11:06:22.130Z||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-05-27T11:06:22.130Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ...
2021-05-27T11:06:22.140Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:06:22.140Z||pool-29-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-27T11:06:23.029Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: a03ec572-fb37-4396-b6aa-dbb27de86708
2021-05-27T11:06:23.030Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d02dd41e-3d3b 0 4681e0f6-ef23-4c77-98aa-4274e89b2f51 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-27T11:06:23.047Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:06:23.047Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-27 10-59-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-27T11:06:23.047Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2021-05-27T11:06:23.047Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 982fc262-edd1-47cf-a2e4-ff3e589a5574
2021-05-27T11:06:23.047Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 982fc262-edd1-47cf-a2e4-ff3e589a5574 matches Tosca VF Customization UUID: 982fc262-edd1-47cf-a2e4-ff3e589a5574
2021-05-27T11:06:23.047Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 982fc262-edd1-47cf-a2e4-ff3e589a5574 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-05-27T11:06:23.049Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:06:23.049Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-27 10-59-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-27T11:06:23.050Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 982fc262-edd1-47cf-a2e4-ff3e589a5574: {\"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-05-27T11:06:23.050Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@71b6d5fd
2021-05-27T11:06:23.050Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:06:23.050Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-27 10-59-39 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-27T11:06:23.050Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b91f076a-6e4b-4c4b-ac22-cbdee0255fcd
2021-05-27T11:06:23.050Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b91f076a-6e4b-4c4b-ac22-cbdee0255fcd
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-05-27T11:06:23.052Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:06:23.052Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vFW d02dd41e-3d3b 0 is matching search criteria
2021-05-27T11:06:23.052Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d02dd41e-3d3b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-27T11:06:23.053Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:06:23.053Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vFW d02dd41e-3d3b 0 is matching search criteria
2021-05-27T11:06:23.053Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d02dd41e-3d3b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-27T11:06:23.053Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:06:23.054Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vFW d02dd41e-3d3b 0 is not matching search criteria
2021-05-27T11:06:23.054Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-27T11:06:23.054Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-05-27T11:06:23.054Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-27T11:06:23.054Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-27T11:06:23.055Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-27T11:06:23.055Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-27T11:06:23.055Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-27T11:06:23.055Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-27T11:06:23.055Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-27T11:06:23.055Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-27T11:06:23.055Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-27T11:06:23.055Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6b06b18d-d7ae-44f7-8ae9-9a785e27ba91
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-27T11:06:23.058Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:06:23.058Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vFW d02dd41e-3d3b 0 is matching search criteria
2021-05-27T11:06:23.058Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d02dd41e-3d3b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-27T11:06:23.058Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:06:23.058Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vFW d02dd41e-3d3b 0 is not matching search criteria
2021-05-27T11:06:23.058Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-27T11:06:23.058Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-27T11:06:23.059Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-27T11:06:23.059Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-27T11:06:23.059Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-27T11:06:23.059Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-27T11:06:23.059Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-27T11:06:23.059Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-05-27T11:06:23.059Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-05-27T11:06:23.059Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-05-27T11:06:23.059Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-05-27T11:06:23.059Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-05-27T11:06:23.060Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cf973250-c42e-4302-96e2-341abe0fd829
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-27T11:06:23.061Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:06:23.061Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vFW d02dd41e-3d3b 0 is matching search criteria
2021-05-27T11:06:23.061Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d02dd41e-3d3b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-27T11:06:23.063Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:06:23.064Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vFW d02dd41e-3d3b 0 is not matching search criteria
2021-05-27T11:06:23.064Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-05-27T11:06:23.064Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-05-27T11:06:23.064Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-05-27T11:06:23.064Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-05-27T11:06:23.064Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-05-27T11:06:23.064Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-05-27T11:06:23.064Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-05-27T11:06:23.064Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-05-27T11:06:23.064Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-05-27T11:06:23.064Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-05-27T11:06:23.064Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-05-27T11:06:23.064Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-05-27T11:06:23.064Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4662b87f-facb-4d54-8850-680ceb48d8e7
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-05-27T11:06:23.066Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:06:23.066Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vFW d02dd41e-3d3b 0 is matching search criteria
2021-05-27T11:06:23.066Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d02dd41e-3d3b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-27T11:06:23.066Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:06:23.066Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Node template vFW d02dd41e-3d3b 0 is matching search criteria
2021-05-27T11:06:23.067Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d02dd41e-3d3b 0] matching following query criteria: sdcType=VF, customizationUUID=982fc262-edd1-47cf-a2e4-ff3e589a5574
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-27T11:06:23.068Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:06:23.068Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-27 10-59-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-27T11:06:23.068Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid a03ec572-fb37-4396-b6aa-dbb27de86708: vFW d02dd41e-3d3b
2021-05-27T11:06:23.068Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:06:23.068Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-27 10-59-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-27T11:06:23.068Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:06:23.068Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-27 10-59-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-27T11:06:23.068Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:06:23.068Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-27 10-59-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-27T11:06:23.068Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:06:23.068Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-27 10-59-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-27T11:06:23.068Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:06:23.068Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-05-27 10-59-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-27T11:06:23.069Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2021-05-27 10-59-39
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-27T11:06:23.197Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d02dd41e-3d3b 4681e0f6-ef23-4c77-98aa-4274e89b2f51 1 ASDC deployResourceStructure
2021-05-27T11:06:23.198Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vfwd02dd41e3d3b0_modules.json ASDC sendASDCNotification
2021-05-27T11:06:23.198Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vfwd02dd41e3d3b0_modules.json
2021-05-27T11:06:23.198Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-27T11:06:23.198Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-27T11:06:23.199Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-27T11:06:23.200Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113583198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vfwd02dd41e3d3b0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-27T11:06:23.301Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-05-27T11:06:23.302Z||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-05-27T11:06:23.302Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ...
2021-05-27T11:06:23.310Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:06:23.311Z||pool-30-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-27T11:06:24.201Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-05-27T11:06:24.201Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.yaml
2021-05-27T11:06:24.201Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-27T11:06:24.202Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-27T11:06:24.205Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-27T11:06:24.205Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113584201,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-05-27T11:06:24.305Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-27T11:06:24.306Z||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-05-27T11:06:24.306Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ...
2021-05-27T11:06:24.317Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:06:24.317Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-27T11:06:25.206Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-05-27T11:06:25.206Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.env
2021-05-27T11:06:25.207Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-27T11:06:25.207Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-27T11:06:25.209Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-27T11:06:25.209Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113585206,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-05-27T11:06:25.309Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-27T11:06:25.310Z||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-05-27T11:06:25.310Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ...
2021-05-27T11:06:25.320Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:06:25.321Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-27T11:06:26.210Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar ASDC sendASDCNotification
2021-05-27T11:06:26.210Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar
2021-05-27T11:06:26.210Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-27T11:06:26.211Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-27T11:06:26.214Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-27T11:06:26.214Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113586209,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-27T11:06:26.314Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-27T11:06:26.315Z||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-05-27T11:06:26.315Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ...
2021-05-27T11:06:26.324Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:06:26.324Z||pool-33-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-05-27T11:06:27.216Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 09246e29-052a-4bb4-b1cd-fbdcce6263f7
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-05-27T11:06:27.228Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 09246e29-052a-4bb4-b1cd-fbdcce6263f7
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-05-27T11:06:27.233Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-27T11:06:27.233Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-27T11:06:27.233Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-27T11:06:27.233Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-27T11:06:27.233Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-27T11:06:27.234Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-27T11:06:27.234Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-27T11:06:27.234Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-27T11:06:27.234Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-27T11:06:27.234Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-27T11:06:27.234Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|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-05-27T11:06:27.239Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-27T11:06:48.070Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T11:06:48.071Z||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-05-27T11:06:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T11:06:48.693Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:06:48.694Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:06:48.694Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a1851373-ed42-4ed5-81f6-e4243c6582ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113559975,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-27T11:06:48.694Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T11:06:48.695Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:06:48.695Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113560993,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:06:48.695Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:06:48.695Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:06:48.695Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113560993,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vfwd02dd41e3d3b0_modules.json",
"status": "NOTIFIED"
}
2021-05-27T11:06:48.695Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:06:48.695Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:06:48.695Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113560993,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-05-27T11:06:48.695Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:06:48.695Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:06:48.695Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113560993,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:06:48.695Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:06:48.695Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:06:48.695Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113560993,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-05-27T11:06:48.695Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:06:48.695Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:06:48.695Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113560993,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:06:48.695Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:06:48.695Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:06:48.696Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113560993,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar",
"status": "NOTIFIED"
}
2021-05-27T11:06:48.696Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-05-27T11:06:48.696Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:06:48.696Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113574344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-27T11:06:48.696Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T11:06:48.696Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:06:48.696Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113578369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vfwd02dd41e3d3b0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-27T11:06:48.696Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T11:06:48.696Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:06:48.696Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113580200,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-27T11:06:48.696Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T11:06:48.696Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:06:48.696Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113582026,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-05-27T11:06:48.696Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T11:06:48.696Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:06:48.696Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113583198,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/vfwd02dd41e3d3b0_modules.json",
"status": "DEPLOY_OK"
}
2021-05-27T11:06:48.696Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T11:06:48.696Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:06:48.696Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113584201,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-05-27T11:06:48.697Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T11:06:48.697Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:06:48.697Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113585206,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/resourceInstances/vfwd02dd41e3d3b0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-05-27T11:06:48.697Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T11:06:48.697Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-05-27T11:06:48.697Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113586209,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210527105939/1.0/artifacts/service-Vfw20210527105939-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-27T11:06:48.697Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T11:06:57.240Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 09246e29-052a-4bb4-b1cd-fbdcce6263f7 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-05-27T11:06:57.247Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 09246e29-052a-4bb4-b1cd-fbdcce6263f7 and serviceModelVersionId: a03ec572-fb37-4396-b6aa-dbb27de86708
2021-05-27T11:06:57.247Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d5920730-f590-4775-88dd-02631ebbd823
2021-05-27T11:06:57.249Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d5920730-f590-4775-88dd-02631ebbd823/model-vers/model-ver/a03ec572-fb37-4396-b6aa-dbb27de86708?depth=0
2021-05-27T11:06:57.254Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-05-27T11:06:57.289Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d5920730-f590-4775-88dd-02631ebbd823/model-vers/model-ver/a03ec572-fb37-4396-b6aa-dbb27de86708?depth=0|INFO|500||Invoke
2021-05-27T11:06:57.289Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d5920730-f590-4775-88dd-02631ebbd823/model-vers/model-ver/a03ec572-fb37-4396-b6aa-dbb27de86708?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d5920730-f590-4775-88dd-02631ebbd823/model-vers/model-ver/a03ec572-fb37-4396-b6aa-dbb27de86708?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[09246e29-052a-4bb4-b1cd-fbdcce6263f7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c9621eb7-a5f0-4cea-b8c3-776204011e37], X-ECOMP-RequestID=[09246e29-052a-4bb4-b1cd-fbdcce6263f7], X-TransactionId=[], X-ONAP-RequestID=[09246e29-052a-4bb4-b1cd-fbdcce6263f7], Content-Type=[application/merge-patch+json]}
2021-05-27T11:06:57.311Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d5920730-f590-4775-88dd-02631ebbd823/model-vers/model-ver/a03ec572-fb37-4396-b6aa-dbb27de86708?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-05-27T11:06:57.401Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d5920730-f590-4775-88dd-02631ebbd823/model-vers/model-ver/a03ec572-fb37-4396-b6aa-dbb27de86708?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d5920730-f590-4775-88dd-02631ebbd823/model-vers/model-ver/a03ec572-fb37-4396-b6aa-dbb27de86708?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210527-11:06:57:321-37420], vertex-id=[180344], Content-Length=[0], Date=[Thu, 27 May 2021 11:06:57 GMT], Content-Type=[application/json]}
2021-05-27T11:06:57.402Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d5920730-f590-4775-88dd-02631ebbd823/model-vers/model-ver/a03ec572-fb37-4396-b6aa-dbb27de86708?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-27T11:06:57.403Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d5920730-f590-4775-88dd-02631ebbd823/model-vers/model-ver/a03ec572-fb37-4396-b6aa-dbb27de86708?depth=0|INFO|500||InvokeReturn
2021-05-27T11:06:57.403Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-27T11:06:57.404Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-27T11:06:57.408Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|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-05-27T11:06:57.408Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 09246e29-052a-4bb4-b1cd-fbdcce6263f7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-27T11:06:57.408Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-27T11:06:57.409Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-27T11:06:57.411Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-27T11:06:57.411Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113617408,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-27T11:06:57.511Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-27T11:06:57.512Z||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-05-27T11:06:57.512Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ...
2021-05-27T11:06:57.523Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:06:57.523Z||pool-34-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-05-27T11:06:58.425Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T11:06:58.426Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|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-05-27T11:06:58.426Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|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 AcMFX2E3PwgHHI3r) ...
2021-05-27T11:07:07.977Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:07:07.978Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T11:07:07.978Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|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-05-27T11:07:07.979Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|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 AcMFX2E3PwgHHI3r) ...
2021-05-27T11:07:17.518Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:07:17.519Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T11:07:17.519Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|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-05-27T11:07:17.520Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|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 AcMFX2E3PwgHHI3r) ...
2021-05-27T11:07:27.060Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:07:27.061Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T11:07:27.062Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|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-05-27T11:07:27.062Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|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 AcMFX2E3PwgHHI3r) ...
2021-05-27T11:07:36.607Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:07:48.068Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T11:07:48.070Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|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-05-27T11:07:48.070Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|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 AcMFX2E3PwgHHI3r) ...
2021-05-27T11:07:48.071Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T11:07:48.071Z||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-05-27T11:07:48.072Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T11:07:48.696Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:07:48.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-05-27T11:07:48.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09246e29-052a-4bb4-b1cd-fbdcce6263f7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113617408,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-27T11:07:48.698Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T11:07:57.619Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:08:48.068Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T11:08:48.069Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|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-05-27T11:08:48.069Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|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 AcMFX2E3PwgHHI3r) ...
2021-05-27T11:08:48.070Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T11:08:48.070Z||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-05-27T11:08:48.070Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T11:08:57.611Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:08:57.612Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:09:48.068Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T11:09:48.069Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|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-05-27T11:09:48.069Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|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 AcMFX2E3PwgHHI3r) ...
2021-05-27T11:09:48.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T11:09:48.070Z||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-05-27T11:09:48.070Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T11:09:57.611Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:09:57.613Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:10:48.068Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T11:10:48.069Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|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-05-27T11:10:48.070Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|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 AcMFX2E3PwgHHI3r) ...
2021-05-27T11:10:48.070Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T11:10:48.071Z||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-05-27T11:10:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T11:10:57.617Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:10:57.617Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:11:48.068Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T11:11:48.069Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|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-05-27T11:11:48.069Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|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 AcMFX2E3PwgHHI3r) ...
2021-05-27T11:11:48.070Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T11:11:48.070Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|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-05-27T11:11:48.071Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|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 AcMFX2E3PwgHHI3r) ...
2021-05-27T11:11:57.615Z|a1851373-ed42-4ed5-81f6-e4243c6582ef|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:11:57.615Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:12:48.068Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T11:12:48.069Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|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-05-27T11:12:48.069Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|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 AcMFX2E3PwgHHI3r) ...
2021-05-27T11:12:48.070Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T11:12:48.070Z||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-05-27T11:12:48.070Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T11:12:48.695Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:12:48.695Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:12:48.696Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-27T11:12:48.696Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"391d33a2-4b26-4f0b-bfa5-05f990cc9237","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"bfb5751f-82a1-4438-9ebc-ff6a7a1008ea","serviceDescription":"service","serviceInvariantUUID":"808c8400-e1c8-479a-ab9e-f4ac6e4c4732","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"50962815-9c7a-472a-9e72-449893c9dea8","resourceInvariantUUID":"66e734a5-965b-4a7d-8656-4081ba5d513e","resourceCustomizationUUID":"95564479-1efa-4716-9926-5b367427a65e","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":"OGNhNjJjMDAwZGYzZWNkNDEyOThlYTRmNjA1MmU2YmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c9fa4ab7-7a7e-4e60-9bea-9b0e34e6254a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"OGVlZTE4NjJjYTBlZmJlMDMzYmRlZTBkZTJjNDU3NTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ad851c5d-55a0-4469-bb08-2c90bb6c7863","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-27T11:12:48.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-27T11:12:48.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622113934798,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:12:48.697Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-27T11:12:48.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-27T11:12:48.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237",
"consumerID": "clamp",
"timestamp": 1622113935352,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:12:48.697Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-27T11:12:48.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-27T11:12:48.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237",
"consumerID": "cds",
"timestamp": 1622113937050,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:12:48.697Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-27T11:12:48.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-27T11:12:48.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622113930461,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:12:48.698Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-27T11:12:48.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-27T11:12:48.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237",
"consumerID": "aai-ml",
"timestamp": 1622113936682,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:12:48.698Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-27T11:12:48.698Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-27T11:12:48.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-27T11:12:48.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237",
"consumerID": "dcae-sch",
"timestamp": 1622113933291,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:12:48.698Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-27T11:12:48.698Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-27T11:12:48.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-27T11:12:48.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1622113934798,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-27T11:12:48.698Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-27T11:12:48.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-27T11:12:48.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237",
"consumerID": "clamp",
"timestamp": 1622113935352,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-27T11:12:48.698Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-27T11:12:48.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-27T11:12:48.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237",
"consumerID": "cds",
"timestamp": 1622113937050,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-27T11:12:48.699Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-27T11:12:48.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-27T11:12:48.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622113930461,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-27T11:12:48.699Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-27T11:12:48.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-27T11:12:48.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237",
"consumerID": "aai-ml",
"timestamp": 1622113936682,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-27T11:12:48.699Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-27T11:12:48.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-27T11:12:48.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237",
"consumerID": "dcae-sch",
"timestamp": 1622113933291,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:12:48.699Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-27T11:12:48.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-27T11:12:48.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622113942034,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:12:48.699Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-27T11:12:48.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-27T11:12:48.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237",
"consumerID": "aai-ml",
"timestamp": 1622113943256,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-27T11:12:48.699Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T11:12:48.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-27T11:12:48.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622113943332,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-27T11:12:48.699Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T11:12:48.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-27T11:12:48.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237",
"consumerID": "cds",
"timestamp": 1622113943350,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-27T11:12:48.700Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T11:12:48.699Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-27T11:12:48.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-27T11:12:48.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622113942034,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-27T11:12:48.700Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113968068,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:12:48.700Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-27T11:12:48.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-27T11:12:48.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237",
"consumerID": "cds",
"timestamp": 1622113944356,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
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-05-27T11:12:48.715Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 391d33a2-4b26-4f0b-bfa5-05f990cc9237
2021-05-27T11:12:48.715Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 391d33a2-4b26-4f0b-bfa5-05f990cc9237 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-05-27T11:12:48.723Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-27T11:12:48.723Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622113944720,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-27T11:12:48.723Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T11:12:48.723Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-27T11:12:48.723Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1622113945724,
"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-05-27T11:12:48.728Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 391d33a2-4b26-4f0b-bfa5-05f990cc9237
2021-05-27T11:12:48.728Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 391d33a2-4b26-4f0b-bfa5-05f990cc9237 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-05-27T11:12:48.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-27T11:12:48.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237",
"consumerID": "policy-id",
"timestamp": 1622113945997,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:12:48.735Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-27T11:12:48.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-27T11:12:48.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237",
"consumerID": "aai-ml",
"timestamp": 1622113946943,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-27T11:12:48.735Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T11:12:48.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-27T11:12:48.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237",
"consumerID": "policy-id",
"timestamp": 1622113945997,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-27T11:12:48.735Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-05-27T11:12:48.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-27T11:12:48.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237",
"consumerID": "aai-ml",
"timestamp": 1622113947947,
"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-05-27T11:12:48.738Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 391d33a2-4b26-4f0b-bfa5-05f990cc9237
2021-05-27T11:12:48.738Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 391d33a2-4b26-4f0b-bfa5-05f990cc9237 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-05-27T11:12:48.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-27T11:12:48.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237",
"consumerID": "policy-id",
"timestamp": 1622113948795,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-27T11:12:48.744Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T11:12:48.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-27T11:12:48.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237",
"consumerID": "policy-id",
"timestamp": 1622113949800,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-27T11:12:48.744Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T11:12:48.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-27T11:12:48.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237",
"consumerID": "clamp",
"timestamp": 1622113950709,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-27T11:12:48.744Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T11:12:48.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-27T11:12:48.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237",
"consumerID": "policy-id",
"timestamp": 1622113950803,
"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-05-27T11:12:48.747Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 391d33a2-4b26-4f0b-bfa5-05f990cc9237
2021-05-27T11:12:48.748Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 391d33a2-4b26-4f0b-bfa5-05f990cc9237 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-05-27T11:12:48.753Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-27T11:12:48.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237",
"consumerID": "clamp",
"timestamp": 1622113951723,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-27T11:12:48.753Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-27T11:12:48.754Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-05-27T11:12:48.754Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237",
"consumerID": "clamp",
"timestamp": 1622113952726,
"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-05-27T11:12:48.757Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 391d33a2-4b26-4f0b-bfa5-05f990cc9237
2021-05-27T11:12:48.757Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 391d33a2-4b26-4f0b-bfa5-05f990cc9237 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-05-27T11:12:48.800Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-27T11:12:48.801Z||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-05-27T11:12:48.801Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ...
2021-05-27T11:12:48.809Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:12:48.810Z||pool-35-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-27T11:12:49.700Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-27T11:12:49.700Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-27T11:12:49.702Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-27T11:12:49.702Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113968068,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-05-27T11:12:49.802Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-27T11:12:49.803Z||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-05-27T11:12:49.803Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ...
2021-05-27T11:12:49.811Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:12:49.811Z||pool-36-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-27T11:12:50.703Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "bfb5751f-82a1-4438-9ebc-ff6a7a1008ea",
"serviceDescription": "service",
"serviceInvariantUUID": "808c8400-e1c8-479a-ab9e-f4ac6e4c4732",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "95564479-1efa-4716-9926-5b367427a65e",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "50962815-9c7a-472a-9e72-449893c9dea8",
"resourceInvariantUUID": "66e734a5-965b-4a7d-8656-4081ba5d513e",
"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": "OGVlZTE4NjJjYTBlZmJlMDMzYmRlZTBkZTJjNDU3NTE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ad851c5d-55a0-4469-bb08-2c90bb6c7863"
}
],
"workloadContext": "Production"
}
2021-05-27T11:12:50.704Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-27T11:12:50.704Z|09246e29-052a-4bb4-b1cd-fbdcce6263f7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 bfb5751f-82a1-4438-9ebc-ff6a7a1008ea ASDC
2021-05-27T11:12:50.704Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:391d33a2-4b26-4f0b-bfa5-05f990cc9237
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:bfb5751f-82a1-4438-9ebc-ff6a7a1008ea
ServiceInvariantUUID:808c8400-e1c8-479a-ab9e-f4ac6e4c4732
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:ad851c5d-55a0-4469-bb08-2c90bb6c7863
ArtifactChecksum:OGVlZTE4NjJjYTBlZmJlMDMzYmRlZTBkZTJjNDU3NTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:95564479-1efa-4716-9926-5b367427a65e
ResourceInvariantUUID:66e734a5-965b-4a7d-8656-4081ba5d513e
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:50962815-9c7a-472a-9e72-449893c9dea8
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-05-27T11:12:50.704Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bfb5751f-82a1-4438-9ebc-ff6a7a1008ea 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-05-27T11:12:50.726Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-27T11:12:50.727Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-05-27T11:12:50.727Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-05-27T11:12:50.727Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ad851c5d-55a0-4469-bb08-2c90bb6c7863 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-05-27T11:12:50.727Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-05-27T11:12:50.727Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|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-05-27T11:12:51.387Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-27T11:12:51.389Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ad851c5d-55a0-4469-bb08-2c90bb6c7863 52225
2021-05-27T11:12:51.390Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|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-05-27T11:12:51.390Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|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-05-27T11:12:51.390Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-27T11:12:51.390Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-27T11:12:51.392Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-27T11:12:51.392Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113971390,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-27T11:12:51.492Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-27T11:12:51.493Z||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-05-27T11:12:51.493Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ...
2021-05-27T11:12:51.500Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:12:51.500Z||pool-37-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-05-27T11:12:52.392Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-27T11:12:52.393Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-05-27T11:12:52.394Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: ad851c5d-55a0-4469-bb08-2c90bb6c7863, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-27T11:12:52.394Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-05-27T11:12:52.394Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-27T11:12:52.395Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-27T11:12:52.484Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14165932411488499884/Definitions/service-BasicNetwork-template.yml
2021-05-27T11:12:52.854Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-27T11:12:52.855Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-05-27T11:12:52.855Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-05-27T11:12:52.855Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-05-27T11:12:52.855Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|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-05-27T11:12:52.855Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|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-05-27T11:12:52.855Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|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-05-27T11:12:52.855Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|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-05-27T11:12:52.855Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|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-05-27T11:12:52.855Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|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-05-27T11:12:52.856Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|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-05-27T11:12:52.856Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|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-05-27T11:12:52.856Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-05-27T11:12:52.856Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:12:52.856Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|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-05-27T11:12:52.856Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-05-27T11:12:52.856Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-05-27T11:12:52.856Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-27T11:12:52.856Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:12:52.856Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-27T11:12:52.857Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-05-27T11:12:52.857Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-05-27T11:12:52.857Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-27T11:12:52.857Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:12:52.857Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-27T11:12:52.857Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:12:52.857Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-27T11:12:52.857Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:12:52.857Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-27T11:12:52.858Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:12:52.858Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-27T11:12:52.858Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:12:52.858Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-27T11:12:52.858Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:bfb5751f-82a1-4438-9ebc-ff6a7a1008ea
Model Version:NULL
Model InvariantUuid:808c8400-e1c8-479a-ab9e-f4ac6e4c4732
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:66e734a5-965b-4a7d-8656-4081ba5d513e
Model UUID:3b5a0999-2b7f-47e8-8f9c-8586ddf361bb
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:95564479-1efa-4716-9926-5b367427a65e
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-27T11:12:52.864Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: 50962815-9c7a-472a-9e72-449893c9dea8
2021-05-27T11:12:52.864Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||No resources found for Service: bfb5751f-82a1-4438-9ebc-ff6a7a1008ea
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-27T11:12:52.868Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||
2021-05-27T11:12:52.868Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-05-27T11:12:52.869Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||No resources found for Service: bfb5751f-82a1-4438-9ebc-ff6a7a1008ea
2021-05-27T11:12:52.869Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: bfb5751f-82a1-4438-9ebc-ff6a7a1008ea
2021-05-27T11:12:52.869Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-05-27T11:12:52.869Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-27T11:12:52.875Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:12:52.875Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-27T11:12:52.876Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:12:52.876Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-27T11:12:52.876Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid bfb5751f-82a1-4438-9ebc-ff6a7a1008ea: Generic NeutronNet
2021-05-27T11:12:52.876Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:12:52.876Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-27T11:12:52.876Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:12:52.876Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|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_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-05-27T11:12:52.915Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:12:52.916Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-27T11:12:52.916Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:12:52.916Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|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-05-27T11:12:52.916Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:12:52.916Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-27T11:12:52.916Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-05-27T11:12:53.013Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-05-27T11:12:53.014Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|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-05-27T11:12:53.014Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|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-05-27T11:12:53.014Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-05-27T11:12:53.014Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-27T11:12:53.016Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-27T11:12:53.016Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113973014,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-05-27T11:12:53.116Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-27T11:12:53.117Z||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-05-27T11:12:53.117Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ...
2021-05-27T11:12:53.127Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:12:53.128Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-27T11:12:54.017Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 391d33a2-4b26-4f0b-bfa5-05f990cc9237
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-05-27T11:12:54.028Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 391d33a2-4b26-4f0b-bfa5-05f990cc9237
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-05-27T11:12:54.031Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-05-27T11:12:54.031Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-05-27T11:12:54.031Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-05-27T11:12:54.031Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-05-27T11:12:54.031Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-27T11:12:54.031Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-27T11:12:54.031Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-27T11:12:54.031Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-27T11:12:54.031Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-27T11:12:54.031Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-05-27T11:12:54.031Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|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-05-27T11:12:54.035Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-05-27T11:13:24.036Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 391d33a2-4b26-4f0b-bfa5-05f990cc9237 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-05-27T11:13:24.043Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 391d33a2-4b26-4f0b-bfa5-05f990cc9237 and serviceModelVersionId: bfb5751f-82a1-4438-9ebc-ff6a7a1008ea
2021-05-27T11:13:24.043Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 808c8400-e1c8-479a-ab9e-f4ac6e4c4732
2021-05-27T11:13:24.044Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/808c8400-e1c8-479a-ab9e-f4ac6e4c4732/model-vers/model-ver/bfb5751f-82a1-4438-9ebc-ff6a7a1008ea?depth=0
2021-05-27T11:13:24.050Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-05-27T11:13:24.081Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/808c8400-e1c8-479a-ab9e-f4ac6e4c4732/model-vers/model-ver/bfb5751f-82a1-4438-9ebc-ff6a7a1008ea?depth=0|INFO|500||Invoke
2021-05-27T11:13:24.082Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/808c8400-e1c8-479a-ab9e-f4ac6e4c4732/model-vers/model-ver/bfb5751f-82a1-4438-9ebc-ff6a7a1008ea?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/808c8400-e1c8-479a-ab9e-f4ac6e4c4732/model-vers/model-ver/bfb5751f-82a1-4438-9ebc-ff6a7a1008ea?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[391d33a2-4b26-4f0b-bfa5-05f990cc9237], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1ce4d19c-5943-4904-91c3-b13ed6a71ed8], X-ECOMP-RequestID=[391d33a2-4b26-4f0b-bfa5-05f990cc9237], X-TransactionId=[], X-ONAP-RequestID=[391d33a2-4b26-4f0b-bfa5-05f990cc9237], Content-Type=[application/merge-patch+json]}
2021-05-27T11:13:24.101Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/808c8400-e1c8-479a-ab9e-f4ac6e4c4732/model-vers/model-ver/bfb5751f-82a1-4438-9ebc-ff6a7a1008ea?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-05-27T11:13:24.757Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/808c8400-e1c8-479a-ab9e-f4ac6e4c4732/model-vers/model-ver/bfb5751f-82a1-4438-9ebc-ff6a7a1008ea?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/808c8400-e1c8-479a-ab9e-f4ac6e4c4732/model-vers/model-ver/bfb5751f-82a1-4438-9ebc-ff6a7a1008ea?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210527-11:13:24:110-6242], vertex-id=[225352], Content-Length=[0], Date=[Thu, 27 May 2021 11:13:24 GMT], Content-Type=[application/json]}
2021-05-27T11:13:24.757Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/808c8400-e1c8-479a-ab9e-f4ac6e4c4732/model-vers/model-ver/bfb5751f-82a1-4438-9ebc-ff6a7a1008ea?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-05-27T11:13:24.759Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/808c8400-e1c8-479a-ab9e-f4ac6e4c4732/model-vers/model-ver/bfb5751f-82a1-4438-9ebc-ff6a7a1008ea?depth=0|INFO|500||InvokeReturn
2021-05-27T11:13:24.759Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-05-27T11:13:24.759Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-27T11:13:24.765Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|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-05-27T11:13:24.765Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 391d33a2-4b26-4f0b-bfa5-05f990cc9237 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-05-27T11:13:24.766Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-05-27T11:13:24.766Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-27T11:13:24.770Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-27T11:13:24.770Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622114004765,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-05-27T11:13:24.870Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-27T11:13:24.871Z||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-05-27T11:13:24.871Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ...
2021-05-27T11:13:24.883Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:13:24.884Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 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-05-27T11:13:48.068Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T11:13:48.069Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|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-05-27T11:13:48.069Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|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 AcMFX2E3PwgHHI3r) ...
2021-05-27T11:13:48.070Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-27T11:13:48.071Z||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-05-27T11:13:48.071Z||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 AcMFX2E3PwgHHI3r) ...
2021-05-27T11:13:48.188Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:13:48.189Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-05-27T11:13:48.189Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "391d33a2-4b26-4f0b-bfa5-05f990cc9237",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622113968068,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:13:48.190Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-05-27T11:13:49.982Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:13:49.983Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-05-27T11:13:49.984Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"f1c4c932-9798-40e0-8f87-204482cca03f","serviceName":"Demo_pNF_HG8FSnmP6fKoeYPNJ1R9","serviceVersion":"1.0","serviceUUID":"fc3c9459-8c43-40d8-837d-1c71c407216b","serviceDescription":"catalog service description","serviceInvariantUUID":"7ba57763-e87e-4900-83bf-86c7ac85423e","resources":[{"resourceInstanceName":"pNF 625ebe8b-4e02 0","resourceName":"pNF 625ebe8b-4e02","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"312f098c-c1ff-490a-97f0-f54906839892","resourceInvariantUUID":"d99b2068-1af3-4fd3-a402-fa0a22e8762e","resourceCustomizationUUID":"9db33c7a-42a0-4530-83bc-2f01167309ac","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/vf-license-model.xml","artifactChecksum":"NjY3YzhmY2JlYTk0ZWEzMTgyNzJlN2QxZjdjYWZiNjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6fdeefce-8f1f-4b3d-b61c-f8f30c7f72b0","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/pNF.csar","artifactChecksum":"MzhjNTM3YWVkMGYxODA0MjAwYzY0YTI2M2M2OTZkODE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a7c7c897-dcb1-4c62-ba4c-8afedb392ded","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e772d83f-989c-4112-9326-2c975b32b25c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/vendor-license-model.xml","artifactChecksum":"MjliMmMxZGRiNTQ4NzEwODYxMjM1MWNhN2FiMzIyODE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3d019ff4-a798-453a-b709-1b2f3938d8a4","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"983c7b31-1e0b-46ea-ad25-d15516019f40","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"82fb5891-b3a2-4d34-81b3-76553a6edda3","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfHg8fsnmp6fkoeypnj1r9-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/artifacts/service-DemoPnfHg8fsnmp6fkoeypnj1r9-template.yml","artifactChecksum":"NGVjZmRmZWIwZDRjNDIzZTM0Njc3OTFiYWE2ZDVjNjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b9719cb1-cfa4-4d57-b7f0-9a5cf6c70c19","artifactVersion":"1"},{"artifactName":"service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/artifacts/service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar","artifactChecksum":"MTVkM2RjMGZlNDU0YzI5Mzc2YWQyMGE1YTM1OTU0YTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"24aa8e07-3d3b-4161-ba72-80f9d21cc0b3","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-27T11:13:49.987Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-27T11:13:49.987Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-27T11:13:49.990Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-27T11:13:49.990Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622114028068,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:13:50.090Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-27T11:13:50.091Z||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-05-27T11:13:50.091Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ...
2021-05-27T11:13:50.097Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:13:50.098Z||pool-40-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-05-27T11:13:50.991Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-27T11:13:50.992Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-27T11:13:50.994Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-27T11:13:50.994Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622114028068,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:13:51.094Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-27T11:13:51.095Z||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-05-27T11:13:51.095Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ...
2021-05-27T11:13:51.102Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:13:51.103Z||pool-41-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-27T11:13:51.995Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-27T11:13:51.996Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-27T11:13:51.998Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-27T11:13:51.998Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622114028068,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:13:52.098Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-27T11:13:52.099Z||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-05-27T11:13:52.099Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ...
2021-05-27T11:13:52.106Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:13:52.107Z||pool-42-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-27T11:13:52.999Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-27T11:13:53.000Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-27T11:13:53.003Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-27T11:13:53.003Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622114028068,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:13:53.103Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-27T11:13:53.104Z||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-05-27T11:13:53.104Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ...
2021-05-27T11:13:53.117Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:13:53.117Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-05-27T11:13:54.004Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-27T11:13:54.004Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-27T11:13:54.006Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-27T11:13:54.006Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622114028068,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:13:54.106Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-27T11:13:54.107Z||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-05-27T11:13:54.107Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ...
2021-05-27T11:13:54.116Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:13:54.116Z||pool-44-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":2,"count":1}
2021-05-27T11:13:55.007Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-27T11:13:55.008Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-27T11:13:55.010Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-27T11:13:55.010Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622114028068,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/resourceInstances/pnf625ebe8b4e020/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:13:55.110Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-05-27T11:13:55.111Z||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-05-27T11:13:55.111Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ...
2021-05-27T11:13:55.124Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:13:55.124Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-05-27T11:13:56.011Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-27T11:13:56.012Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-27T11:13:56.015Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-27T11:13:56.015Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622114028068,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/artifacts/service-DemoPnfHg8fsnmp6fkoeypnj1r9-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-27T11:13:56.115Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-27T11:13:56.116Z||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-05-27T11:13:56.116Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ...
2021-05-27T11:13:56.122Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:13:56.122Z||pool-46-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-05-27T11:13:57.016Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-27T11:13:57.017Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-27T11:13:57.020Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-27T11:13:57.020Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622114028068,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/artifacts/service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar",
"status": "NOTIFIED"
}
2021-05-27T11:13:57.120Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-27T11:13:57.121Z||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-05-27T11:13:57.121Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ...
2021-05-27T11:13:57.131Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:13:57.132Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-27T11:13:58.021Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f",
"serviceName": "Demo_pNF_HG8FSnmP6fKoeYPNJ1R9",
"serviceVersion": "1.0",
"serviceUUID": "fc3c9459-8c43-40d8-837d-1c71c407216b",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "7ba57763-e87e-4900-83bf-86c7ac85423e",
"resources": [
{
"resourceInstanceName": "pNF 625ebe8b-4e02 0",
"resourceCustomizationUUID": "9db33c7a-42a0-4530-83bc-2f01167309ac",
"resourceName": "pNF 625ebe8b-4e02",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "312f098c-c1ff-490a-97f0-f54906839892",
"resourceInvariantUUID": "d99b2068-1af3-4fd3-a402-fa0a22e8762e",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/artifacts/service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar",
"artifactChecksum": "MTVkM2RjMGZlNDU0YzI5Mzc2YWQyMGE1YTM1OTU0YTA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "24aa8e07-3d3b-4161-ba72-80f9d21cc0b3"
}
],
"workloadContext": "Production"
}
2021-05-27T11:13:58.022Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-27T11:13:58.022Z|391d33a2-4b26-4f0b-bfa5-05f990cc9237|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fc3c9459-8c43-40d8-837d-1c71c407216b ASDC
2021-05-27T11:13:58.023Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:f1c4c932-9798-40e0-8f87-204482cca03f
ServiceName:Demo_pNF_HG8FSnmP6fKoeYPNJ1R9
ServiceVersion:1.0
ServiceUUID:fc3c9459-8c43-40d8-837d-1c71c407216b
ServiceInvariantUUID:7ba57763-e87e-4900-83bf-86c7ac85423e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/artifacts/service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar
ArtifactUUID:24aa8e07-3d3b-4161-ba72-80f9d21cc0b3
ArtifactChecksum:MTVkM2RjMGZlNDU0YzI5Mzc2YWQyMGE1YTM1OTU0YTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 625ebe8b-4e02 0
ResourceCustomizationUUID:9db33c7a-42a0-4530-83bc-2f01167309ac
ResourceInvariantUUID:d99b2068-1af3-4fd3-a402-fa0a22e8762e
ResourceName:pNF 625ebe8b-4e02
ResourceType:PNF
ResourceUUID:312f098c-c1ff-490a-97f0-f54906839892
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-05-27T11:13:58.023Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fc3c9459-8c43-40d8-837d-1c71c407216b 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-05-27T11:13:58.050Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-27T11:13:58.051Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-05-27T11:13:58.051Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-05-27T11:13:58.051Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 24aa8e07-3d3b-4161-ba72-80f9d21cc0b3 from URL: /sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/artifacts/service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar
2021-05-27T11:13:58.051Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-05-27T11:13:58.051Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/artifacts/service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar
2021-05-27T11:13:59.829Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-27T11:13:59.833Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/artifacts/service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar 24aa8e07-3d3b-4161-ba72-80f9d21cc0b3 83304
2021-05-27T11:13:59.833Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/artifacts/service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar ASDC sendASDCNotification
2021-05-27T11:13:59.833Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/artifacts/service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar
2021-05-27T11:13:59.833Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-27T11:13:59.833Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-27T11:13:59.835Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-27T11:13:59.835Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "f1c4c932-9798-40e0-8f87-204482cca03f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622114039833,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/artifacts/service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-27T11:13:59.935Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-27T11:13:59.936Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-27T11:13:59.936Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AcMFX2E3PwgHHI3r) ...
2021-05-27T11:13:59.945Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-27T11:13:59.946Z||pool-48-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-27T11:14:00.835Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-27T11:14:00.837Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-05-27T11:14:00.837Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 24aa8e07-3d3b-4161-ba72-80f9d21cc0b3, URL: /sdc/v1/catalog/services/DemoPnfHg8fsnmp6fkoeypnj1r9/1.0/artifacts/service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar to file: /app/ASDC/1/service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar
2021-05-27T11:14:00.838Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar
2021-05-27T11:14:00.838Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar
2021-05-27T11:14:00.839Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar
2021-05-27T11:14:00.951Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10830118057699223060/Definitions/service-DemoPnfHg8fsnmp6fkoeypnj1r9-template.yml
2021-05-27T11:14:01.572Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-27T11:14:01.573Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-05-27T11:14:01.573Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar
2021-05-27T11:14:01.573Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-05-27T11:14:01.573Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 625ebe8b-4e02 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar
2021-05-27T11:14:01.573Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 625ebe8b-4e02 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar
2021-05-27T11:14:01.573Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar
2021-05-27T11:14:01.573Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar
2021-05-27T11:14:01.573Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar
2021-05-27T11:14:01.573Z|f1c4c932-9798-40e0-8f87-204482cca03f|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-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar
2021-05-27T11:14:01.573Z|f1c4c932-9798-40e0-8f87-204482cca03f|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-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar
2021-05-27T11:14:01.573Z|f1c4c932-9798-40e0-8f87-204482cca03f|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-DemoPnfHg8fsnmp6fkoeypnj1r9-csar.csar
2021-05-27T11:14:01.573Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-05-27T11:14:01.573Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:14:01.573Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_HG8FSnmP6fKoeYPNJ1R9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-27T11:14:01.573Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Node template pNF 625ebe8b-4e02 0 is matching search criteria
2021-05-27T11:14:01.574Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-05-27T11:14:01.574Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 625ebe8b-4e02 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-27T11:14:01.574Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:14:01.574Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_HG8FSnmP6fKoeYPNJ1R9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-27T11:14:01.574Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Node template pNF 625ebe8b-4e02 0 is matching search criteria
2021-05-27T11:14:01.574Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-05-27T11:14:01.574Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 625ebe8b-4e02 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-27T11:14:01.574Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:14:01.574Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_HG8FSnmP6fKoeYPNJ1R9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-27T11:14:01.574Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:14:01.574Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_HG8FSnmP6fKoeYPNJ1R9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-27T11:14:01.574Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:14:01.574Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_HG8FSnmP6fKoeYPNJ1R9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-27T11:14:01.574Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:14:01.574Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_HG8FSnmP6fKoeYPNJ1R9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-27T11:14:01.574Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:14:01.574Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_HG8FSnmP6fKoeYPNJ1R9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-27T11:14:01.575Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_HG8FSnmP6fKoeYPNJ1R9
Description:catalog service description
Model UUID:fc3c9459-8c43-40d8-837d-1c71c407216b
Model Version:NULL
Model InvariantUuid:7ba57763-e87e-4900-83bf-86c7ac85423e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-27T11:14:01.579Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 312f098c-c1ff-490a-97f0-f54906839892
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-27T11:14:01.581Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500||pNF 625ebe8b-4e02 0
2021-05-27T11:14:01.581Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 312f098c-c1ff-490a-97f0-f54906839892
2021-05-27T11:14:01.581Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||No resources found for Service: fc3c9459-8c43-40d8-837d-1c71c407216b
2021-05-27T11:14:01.581Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: fc3c9459-8c43-40d8-837d-1c71c407216b
2021-05-27T11:14:01.581Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 625ebe8b-4e02 0 312f098c-c1ff-490a-97f0-f54906839892 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-27T11:14:01.584Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-27T11:14:01.585Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_HG8FSnmP6fKoeYPNJ1R9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-05-27T11:14:01.585Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid fc3c9459-8c43-40d8-837d-1c71c407216b: pNF 625ebe8b-4e02
2021-05-27T11:14:01.585Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||INFO|500||Processing PNF resource: 312f098c-c1ff-490a-97f0-f54906839892
2021-05-27T11:14:01.585Z|f1c4c932-9798-40e0-8f87-204482cca03f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery