By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2021-08-14T07:07:54.033Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-58db5c47c8-hvzk7 with PID 15 (/app/app.jar started by so in /app)
2021-08-14T07:07:54.040Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-08-14T07:07:54.040Z||main|||||INFO|500||The following profiles are active: basic
2021-08-14T07:08:13.149Z||main|||||INFO|500||Starting service [Tomcat]
2021-08-14T07:08:13.150Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-08-14T07:08:13.532Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-08-14T07:08:19.343Z||main|||||INFO|500||catdb-pool - Starting...
2021-08-14T07:08:20.146Z||main|||||INFO|500||catdb-pool - Start completed.
2021-08-14T07:08:20.775Z||main|||||INFO|500||reqdb-pool - Starting...
2021-08-14T07:08:20.783Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-08-14T07:08:20.963Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-08-14T07:08:21.305Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-08-14T07:08:22.473Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-08-14T07:08:28.566Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-08-14T07:08:30.972Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-08-14T07:08:31.024Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-08-14T07:08:31.690Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-08-14T07:08:31.855Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-08-14T07:08:36.553Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-08-14T07:08:37.617Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-08-14T07:08:37.638Z||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$$c162f7de.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-08-14T07:08:37.639Z||main|||||WARN|500||The sdc end point is not alive
2021-08-14T07:08:40.465Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-08-14T07:08:43.331Z||main|||||WARN|500||---
2021-08-14T07:08:43.331Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-08-14T07:08:43.332Z||main|||||WARN|500||---
2021-08-14T07:08:43.689Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-08-14T07:08:46.935Z||main|||||INFO|500||Started Application in 56.156 seconds (JVM running for 63.306)
2021-08-14T07:08:46.933Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-14T07:08:46.943Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-14T07:08:46.972Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-14T07:08:47.023Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-14T07:08:47.080Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b84a58c3-5a05-4c56-8c61-d5f02f5dfe8b url= /sdc/v1/artifactTypes
2021-08-14T07:08:47.081Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-14T07:08:47.691Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-14T07:08:47.714Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-08-14T07:08:47.738Z||scheduling-1|||||DEBUG|500||create keys
2021-08-14T07:08:47.748Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-14T07:08:47.779Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:08:47.799Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c749072d-23a1-4b8d-b2b4-2b73770810dc url= /sdc/v1/registerForDistribution
2021-08-14T07:08:47.956Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= c749072d-23a1-4b8d-b2b4-2b73770810dc url= /sdc/v1/registerForDistribution
2021-08-14T07:08:47.958Z||scheduling-1|||||INFO|500||start DistributionClient
2021-08-14T07:08:47.972Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:08:47.972Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:08:47.984Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-08-14T07:08:47.986Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:08:47.986Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:08:47.987Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:08:47.988Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:08:58.329Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:08:58.329Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:09:47.971Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:09:47.974Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:09:47.976Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:09:47.976Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:09:47.977Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:09:47.977Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:09:57.562Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:09:57.563Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:10:47.974Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:10:47.978Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:10:47.979Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:10:47.974Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:10:47.982Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:10:47.982Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:10:57.570Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:10:57.570Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:11:47.972Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:11:47.972Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:11:47.983Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:11:47.984Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:11:47.984Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:11:47.984Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:11:57.565Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:11:57.568Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:12:47.974Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:12:47.976Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:12:47.978Z||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-08-14T07:12:47.985Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:12:47.978Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:12:48.004Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:12:57.572Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:12:57.588Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:13:47.975Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:13:47.975Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:13:47.980Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:13:47.980Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:13:47.980Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:13:47.981Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:13:57.566Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:13:57.570Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:14:47.972Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:14:47.972Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:14:47.978Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:14:47.979Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:14:47.978Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:14:47.979Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:14:57.538Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:14:57.538Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:15:47.972Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:15:47.971Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:15:47.976Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:15:47.976Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:15:47.976Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:15:47.976Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:15:57.531Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:15:57.531Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:16:47.973Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:16:47.971Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:16:47.978Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:16:47.978Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:16:47.979Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:16:47.979Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:16:57.546Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:16:57.548Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:17:44.142Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-08-14T07:17:47.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:17:47.972Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:17:47.974Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:17:47.974Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:17:47.974Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:17:47.974Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:17:57.553Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:17:57.555Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:18:47.971Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:18:47.972Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:18:47.974Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:18:47.974Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:18:47.974Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:18:47.975Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:18:57.542Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:18:57.542Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:19:47.974Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:19:47.976Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:19:47.977Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:19:47.974Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:19:47.980Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:19:47.981Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:19:57.566Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:19:57.566Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:20:47.972Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:20:47.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:20:47.975Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:20:47.975Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:20:47.975Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:20:47.975Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:20:57.534Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:20:57.546Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:21:47.973Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:21:47.973Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:21:47.978Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:21:47.979Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:21:47.978Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:21:47.979Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:21:57.564Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:21:57.567Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:22:47.973Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:22:47.973Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:22:47.977Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:22:47.977Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:22:47.977Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:22:47.977Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:22:57.540Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:22:57.546Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:23:47.972Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:23:47.970Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:23:47.974Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:23:47.974Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:23:47.974Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:23:47.974Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:23:57.564Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:23:57.568Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:24:47.970Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:24:47.972Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:24:47.973Z||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-08-14T07:24:47.973Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:24:47.973Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:24:47.973Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:24:57.534Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:24:57.536Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:25:47.970Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:25:47.972Z||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-08-14T07:25:47.972Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:25:47.972Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:25:47.973Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:25:47.973Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:25:57.526Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:25:57.526Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:26:47.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:26:47.972Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:26:47.973Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:26:47.973Z||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-08-14T07:26:47.973Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:26:47.973Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:26:57.535Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:26:57.544Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:27:47.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:27:47.972Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:27:47.972Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:27:47.973Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:27:47.972Z||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-08-14T07:27:47.973Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:27:57.533Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:27:57.533Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:28:47.972Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:28:47.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:28:47.975Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:28:47.975Z||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-08-14T07:28:47.975Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:28:47.975Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:28:57.539Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:28:57.539Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:29:47.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:29:47.973Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:29:47.973Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:29:47.974Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:29:47.974Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:29:47.974Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:29:57.542Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:29:57.560Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:30:47.973Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:30:47.975Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:30:47.978Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:30:47.978Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:30:47.980Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:30:47.980Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:30:57.565Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:30:57.568Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:31:47.972Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:31:47.974Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:31:47.975Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:31:47.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:31:47.977Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:31:47.977Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:31:57.526Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:31:57.564Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:32:47.972Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:32:47.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:32:47.974Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:32:47.974Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:32:47.974Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:32:47.974Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:32:57.530Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:32:57.530Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:33:47.974Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:33:47.981Z||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-08-14T07:33:47.981Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:33:47.992Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:33:47.996Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:33:47.999Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:33:57.566Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:33:57.568Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:34:47.972Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:34:47.971Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:34:47.975Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:34:47.975Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:34:47.977Z||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-08-14T07:34:47.978Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:34:57.539Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:34:57.559Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:35:47.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:35:47.972Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:35:47.974Z||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-08-14T07:35:47.974Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:35:47.974Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:35:47.975Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:35:57.544Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:35:57.544Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:36:47.973Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:36:47.975Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:36:47.977Z||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-08-14T07:36:47.977Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:36:47.977Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:36:47.977Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:36:57.574Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:36:57.576Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:37:47.970Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:37:47.972Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:37:47.973Z||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-08-14T07:37:47.973Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:37:47.976Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:37:47.976Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:37:57.534Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:37:57.536Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:38:47.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:38:47.972Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:38:47.975Z||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-08-14T07:38:47.975Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:38:47.975Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:38:47.976Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:38:57.568Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:38:57.571Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:39:47.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:39:47.972Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:39:47.973Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:39:47.973Z||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-08-14T07:39:47.974Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:39:47.974Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:39:57.530Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:39:57.537Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:40:47.972Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:40:47.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:40:47.974Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:40:47.974Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:40:47.974Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:40:47.974Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:40:57.546Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:40:57.546Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:41:47.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:41:47.972Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:41:47.973Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:41:47.973Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:41:47.974Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:41:47.974Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:41:57.575Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:41:57.596Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:42:47.972Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:42:47.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:42:47.974Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:42:47.974Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:42:47.974Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:42:47.974Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:42:57.540Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:42:57.572Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:43:47.970Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:43:47.972Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:43:47.973Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:43:47.973Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:43:47.974Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:43:47.974Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:43:57.532Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:43:57.537Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:44:47.970Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:44:47.972Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:44:47.972Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:44:47.972Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:44:47.973Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:44:47.973Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:44:57.524Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:44:57.527Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:45:47.972Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:45:47.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:45:47.974Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:45:47.974Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:45:47.974Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:45:47.974Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:45:57.551Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:45:57.553Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:46:47.972Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:46:47.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:46:47.974Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:46:47.974Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:46:47.974Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:46:47.974Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:46:57.584Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:46:57.585Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:47:47.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:47:47.972Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:47:47.974Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:47:47.974Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:47:47.974Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:47:47.974Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:47:57.528Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:47:57.542Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:48:47.972Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:48:47.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:48:47.973Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:48:47.973Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:48:47.974Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:48:47.974Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:48:57.538Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:48:57.559Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:49:47.970Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:49:47.973Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:49:47.973Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:49:47.975Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:49:47.975Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:49:47.975Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:49:57.518Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:49:57.525Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:50:47.972Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:50:47.970Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:50:47.973Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:50:47.973Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:50:47.974Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:50:47.974Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:50:57.537Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:50:57.537Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:51:47.972Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:51:47.971Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:51:47.975Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:51:47.975Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:51:47.975Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:51:47.975Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:51:57.567Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:51:57.575Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:52:47.972Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:52:47.971Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:52:47.975Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:52:47.975Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:52:47.976Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:52:47.976Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:52:57.543Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:52:57.546Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:53:47.970Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:53:47.972Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:53:47.973Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:53:47.974Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:53:47.974Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:53:47.974Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:53:57.564Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:53:57.566Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:54:47.972Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:54:47.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:54:47.974Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:54:47.974Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:54:47.974Z||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-08-14T07:54:47.974Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:54:57.549Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:54:57.554Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:55:47.979Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:55:47.979Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:55:47.983Z||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-08-14T07:55:47.983Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:55:47.983Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:55:47.983Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:55:57.564Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:55:57.574Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:56:47.972Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:56:47.970Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:56:47.974Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:56:47.975Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:56:47.975Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:56:47.975Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:56:57.579Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:56:57.582Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:57:47.970Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:57:47.974Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:57:47.974Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:57:47.974Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:57:47.976Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:57:47.976Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:57:57.542Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:57:57.543Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:58:47.970Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:58:47.972Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:58:47.974Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:58:47.974Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:58:47.975Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:58:47.975Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:58:57.569Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:58:57.574Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:59:47.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:59:47.972Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T07:59:47.974Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:59:47.974Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:59:47.974Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T07:59:47.975Z||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 twzk2KelVekM6RhO) ...
2021-08-14T07:59:57.528Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T07:59:57.528Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:00:47.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:00:47.974Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T08:00:47.974Z||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 twzk2KelVekM6RhO) ...
2021-08-14T08:00:47.976Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:00:47.977Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T08:00:47.977Z||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 twzk2KelVekM6RhO) ...
2021-08-14T08:00:57.548Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:00:57.550Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:01:47.972Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:01:47.971Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:01:47.974Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T08:01:47.974Z||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 twzk2KelVekM6RhO) ...
2021-08-14T08:01:47.974Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T08:01:47.975Z||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 twzk2KelVekM6RhO) ...
2021-08-14T08:01:57.560Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:01:57.562Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:02:47.972Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:02:47.970Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:02:47.974Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T08:02:47.975Z||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 twzk2KelVekM6RhO) ...
2021-08-14T08:02:47.974Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T08:02:47.975Z||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 twzk2KelVekM6RhO) ...
2021-08-14T08:02:57.532Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:02:57.556Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:03:47.970Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:03:47.971Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T08:03:47.972Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:03:47.972Z||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 twzk2KelVekM6RhO) ...
2021-08-14T08:03:47.972Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T08:03:47.973Z||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 twzk2KelVekM6RhO) ...
2021-08-14T08:03:57.535Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:03:57.535Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:04:47.970Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:04:47.972Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:04:47.974Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T08:04:47.975Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T08:04:47.974Z||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 twzk2KelVekM6RhO) ...
2021-08-14T08:04:47.975Z||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 twzk2KelVekM6RhO) ...
2021-08-14T08:04:57.530Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:04:57.535Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:05:47.970Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:05:47.972Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:05:47.973Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T08:05:47.973Z||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 twzk2KelVekM6RhO) ...
2021-08-14T08:05:47.976Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T08:05:47.979Z||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 twzk2KelVekM6RhO) ...
2021-08-14T08:05:57.527Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:05:57.554Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:06:47.970Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:06:47.972Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T08:06:47.972Z||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 twzk2KelVekM6RhO) ...
2021-08-14T08:06:47.975Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:06:47.975Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T08:06:47.976Z||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 twzk2KelVekM6RhO) ...
2021-08-14T08:06:57.585Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:06:57.588Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:07:47.973Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:07:47.975Z||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-08-14T08:07:47.975Z||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 twzk2KelVekM6RhO) ...
2021-08-14T08:07:47.976Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:07:47.978Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T08:07:47.978Z||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 twzk2KelVekM6RhO) ...
2021-08-14T08:07:57.544Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:07:57.558Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:08:47.972Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:08:47.971Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:08:47.973Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T08:08:47.973Z||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 twzk2KelVekM6RhO) ...
2021-08-14T08:08:47.973Z||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-08-14T08:08:47.974Z||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 twzk2KelVekM6RhO) ...
2021-08-14T08:08:57.572Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:08:57.572Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:09:47.972Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:09:47.974Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:09:47.976Z||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-08-14T08:09:47.976Z||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 twzk2KelVekM6RhO) ...
2021-08-14T08:09:47.976Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T08:09:47.976Z||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 twzk2KelVekM6RhO) ...
2021-08-14T08:09:48.158Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:09:48.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-14T08:09:48.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "aai-ml",
"timestamp": 1628928581965,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:09:48.208Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-14T08:09:48.209Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-14T08:09:48.209Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "ves-openapi-manager",
"timestamp": 1628928586157,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:09:48.210Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-14T08:09:48.210Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-14T08:09:48.210Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "dcae-sch",
"timestamp": 1628928578028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:09:48.211Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-14T08:09:48.604Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:09:48.607Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-14T08:09:48.607Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"5e16ac5b-3e2d-4056-a9fc-7860c639ad85","serviceName":"vFW 2021-08-14 08-07-08","serviceVersion":"1.0","serviceUUID":"f1e159a3-3a89-4a36-9b14-cc33ecc1fdfc","serviceDescription":"catalog service description","serviceInvariantUUID":"1a140ac0-57b1-46a6-87fa-e8da2dc5e514","resources":[{"resourceInstanceName":"vFW d6a78a51-29dd 0","resourceName":"vFW d6a78a51-29dd","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5f20cea3-3372-412c-9add-b9dbc77e34e9","resourceInvariantUUID":"73f468e4-0986-42fc-9d5c-4279745a876b","resourceCustomizationUUID":"3ab46e35-60fe-4504-9033-25045fee8d18","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vf-license-model.xml","artifactChecksum":"YjY4ODJkN2E5MzlhMjgyZDcxMjExMzAxOWY5ZDA3MWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e12305d6-f0e4-4344-b9f6-8571c7822e86","artifactVersion":"1"},{"artifactName":"vfwd6a78a5129dd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vfwd6a78a5129dd0_modules.json","artifactChecksum":"M2M3Mzk5YzA1ODE2ZjdlYzQ2ZTlhYmM4MzBjMzAwZWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"26f131cc-acf6-4081-87dd-a9bd41a90d86","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b54528a5-64a7-44c1-b0fb-26cfbab3efe1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vendor-license-model.xml","artifactChecksum":"OTY5MGQ5M2JkZWY3NDMyYmMwNTNlYjk0ZTVlOTExYzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7bdff9f0-0424-4eed-97e8-70b61e093fb7","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cbf77eea-74ca-4303-bdbe-d715afa8a89b","artifactVersion":"2","generatedFromUUID":"b54528a5-64a7-44c1-b0fb-26cfbab3efe1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210814080708-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-template.yml","artifactChecksum":"OWYyMmMzYTM2MWI1MGZlNTkyNGIzYmU2YjdiNTE2NWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e6a02fc8-4b8c-4026-876f-82fe5bd7bfd5","artifactVersion":"1"},{"artifactName":"service-Vfw20210814080708-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar","artifactChecksum":"YzMxM2NlYjRmNjU2OTEwMmE2NDY1MjFjZWY0M2JhOWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0608ea07-e16e-429c-a414-c37ddbbb61bc","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-14T08:09:48.625Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-14T08:09:48.642Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-14T08:09:48.671Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-14T08:09:48.672Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628928587971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:09:48.771Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms
2021-08-14T08:09:48.778Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-14T08:09:48.778Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ...
2021-08-14T08:09:48.788Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:09:48.789Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-08-14T08:09:49.689Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-14T08:09:49.689Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-14T08:09:49.691Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-14T08:09:49.691Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628928587971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vfwd6a78a5129dd0_modules.json",
"status": "NOTIFIED"
}
2021-08-14T08:09:49.791Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-14T08:09:49.793Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-14T08:09:49.793Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ...
2021-08-14T08:09:49.804Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:09:49.805Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-08-14T08:09:50.692Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-14T08:09:50.694Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-14T08:09:50.697Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-14T08:09:50.697Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628928587971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-08-14T08:09:50.797Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-14T08:09:50.799Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-14T08:09:50.799Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ...
2021-08-14T08:09:50.817Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:09:50.818Z||pool-5-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":4,"count":1}
2021-08-14T08:09:51.698Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-14T08:09:51.702Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-14T08:09:51.706Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-14T08:09:51.706Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628928587971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:09:51.806Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-14T08:09:51.810Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-14T08:09:51.811Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ...
2021-08-14T08:09:51.824Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:09:51.824Z||pool-6-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-08-14T08:09:52.707Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-14T08:09:52.711Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-14T08:09:52.715Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-14T08:09:52.716Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628928587971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-08-14T08:09:52.817Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-14T08:09:52.821Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-14T08:09:52.821Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ...
2021-08-14T08:09:52.832Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:09:52.833Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-14T08:09:53.717Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-14T08:09:53.718Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-14T08:09:53.721Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-14T08:09:53.721Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628928587971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:09:53.821Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-14T08:09:53.822Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-14T08:09:53.822Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ...
2021-08-14T08:09:53.832Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:09:53.832Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-14T08:09:54.721Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-14T08:09:54.723Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-14T08:09:54.725Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-14T08:09:54.725Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628928587971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar",
"status": "NOTIFIED"
}
2021-08-14T08:09:54.825Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-14T08:09:54.827Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-14T08:09:54.828Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ...
2021-08-14T08:09:54.846Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:09:54.847Z||pool-9-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-08-14T08:09:55.727Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"serviceName": "vFW 2021-08-14 08-07-08",
"serviceVersion": "1.0",
"serviceUUID": "f1e159a3-3a89-4a36-9b14-cc33ecc1fdfc",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "1a140ac0-57b1-46a6-87fa-e8da2dc5e514",
"resources": [
{
"resourceInstanceName": "vFW d6a78a51-29dd 0",
"resourceCustomizationUUID": "3ab46e35-60fe-4504-9033-25045fee8d18",
"resourceName": "vFW d6a78a51-29dd",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "5f20cea3-3372-412c-9add-b9dbc77e34e9",
"resourceInvariantUUID": "73f468e4-0986-42fc-9d5c-4279745a876b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwd6a78a5129dd0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vfwd6a78a5129dd0_modules.json",
"artifactChecksum": "M2M3Mzk5YzA1ODE2ZjdlYzQ2ZTlhYmM4MzBjMzAwZWI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "26f131cc-acf6-4081-87dd-a9bd41a90d86",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "b54528a5-64a7-44c1-b0fb-26cfbab3efe1",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "cbf77eea-74ca-4303-bdbe-d715afa8a89b",
"generatedFromUUID": "b54528a5-64a7-44c1-b0fb-26cfbab3efe1"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "cbf77eea-74ca-4303-bdbe-d715afa8a89b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210814080708-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar",
"artifactChecksum": "YzMxM2NlYjRmNjU2OTEwMmE2NDY1MjFjZWY0M2JhOWU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0608ea07-e16e-429c-a414-c37ddbbb61bc"
}
],
"workloadContext": "Production"
}
2021-08-14T08:09:55.730Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-14T08:09:55.730Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f1e159a3-3a89-4a36-9b14-cc33ecc1fdfc ASDC
2021-08-14T08:09:55.897Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:5e16ac5b-3e2d-4056-a9fc-7860c639ad85
ServiceName:vFW 2021-08-14 08-07-08
ServiceVersion:1.0
ServiceUUID:f1e159a3-3a89-4a36-9b14-cc33ecc1fdfc
ServiceInvariantUUID:1a140ac0-57b1-46a6-87fa-e8da2dc5e514
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210814080708-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar
ArtifactUUID:0608ea07-e16e-429c-a414-c37ddbbb61bc
ArtifactChecksum:YzMxM2NlYjRmNjU2OTEwMmE2NDY1MjFjZWY0M2JhOWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d6a78a51-29dd 0
ResourceCustomizationUUID:3ab46e35-60fe-4504-9033-25045fee8d18
ResourceInvariantUUID:73f468e4-0986-42fc-9d5c-4279745a876b
ResourceName:vFW d6a78a51-29dd
ResourceType:VF
ResourceUUID:5f20cea3-3372-412c-9add-b9dbc77e34e9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd6a78a5129dd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vfwd6a78a5129dd0_modules.json
ArtifactUUID:26f131cc-acf6-4081-87dd-a9bd41a90d86
ArtifactChecksum:M2M3Mzk5YzA1ODE2ZjdlYzQ2ZTlhYmM4MzBjMzAwZWI=
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/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.yaml
ArtifactUUID:b54528a5-64a7-44c1-b0fb-26cfbab3efe1
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/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.env
ArtifactUUID:cbf77eea-74ca-4303-bdbe-d715afa8a89b
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/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.env
ArtifactUUID:cbf77eea-74ca-4303-bdbe-d715afa8a89b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-08-14T08:09:55.897Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f1e159a3-3a89-4a36-9b14-cc33ecc1fdfc ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-14T08:09:56.306Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-14T08:09:56.311Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-08-14T08:09:56.312Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-08-14T08:09:56.314Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0608ea07-e16e-429c-a414-c37ddbbb61bc from URL: /sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar
2021-08-14T08:09:56.314Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-08-14T08:09:56.316Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar
2021-08-14T08:09:57.160Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-08-14T08:09:57.181Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar 0608ea07-e16e-429c-a414-c37ddbbb61bc 98718
2021-08-14T08:09:57.183Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar ASDC sendASDCNotification
2021-08-14T08:09:57.184Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar
2021-08-14T08:09:57.185Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-14T08:09:57.186Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-14T08:09:57.189Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-14T08:09:57.189Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628928597182,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-14T08:09:57.289Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-14T08:09:57.290Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-14T08:09:57.291Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ...
2021-08-14T08:09:57.301Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:09:57.302Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-14T08:09:58.189Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-14T08:09:58.190Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-08-14T08:09:58.191Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 0608ea07-e16e-429c-a414-c37ddbbb61bc, URL: /sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar to file: /app/ASDC/1/service-Vfw20210814080708-csar.csar
2021-08-14T08:09:58.191Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210814080708-csar.csar
2021-08-14T08:09:58.369Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210814080708-csar.csar
2021-08-14T08:09:58.370Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210814080708-csar.csar
2021-08-14T08:09:59.358Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8376477246307372811/Definitions/service-Vfw20210814080708-template.yml
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
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-08-14T08:10:02.074Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-14T08:10:02.080Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-08-14T08:10:02.081Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210814080708-csar.csar
2021-08-14T08:10:02.081Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-08-14T08:10:02.081Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210814080708-csar.csar
2021-08-14T08:10:02.081Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210814080708-csar.csar
2021-08-14T08:10:02.081Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210814080708-csar.csar
2021-08-14T08:10:02.081Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210814080708-csar.csar
2021-08-14T08:10:02.081Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210814080708-csar.csar
2021-08-14T08:10:02.082Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210814080708-csar.csar
2021-08-14T08:10:02.082Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d6a78a51-29dd 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-Vfw20210814080708-csar.csar
2021-08-14T08:10:02.082Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210814080708-csar.csar
2021-08-14T08:10:02.082Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210814080708-csar.csar
2021-08-14T08:10:02.082Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210814080708-csar.csar
2021-08-14T08:10:02.082Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210814080708-csar.csar
2021-08-14T08:10:02.082Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210814080708-csar.csar
2021-08-14T08:10:02.082Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210814080708-csar.csar
2021-08-14T08:10:02.082Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-08-14T08:10:02.089Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:10:02.091Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-14 08-07-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-14T08:10:02.095Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vFW d6a78a51-29dd 0 is matching search criteria
2021-08-14T08:10:02.095Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-08-14T08:10:02.097Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d6a78a51-29dd 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-14T08:10:02.099Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:10:02.099Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-14 08-07-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-14T08:10:02.099Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vFW d6a78a51-29dd 0 is matching search criteria
2021-08-14T08:10:02.100Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-08-14T08:10:02.100Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d6a78a51-29dd 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-14T08:10:02.100Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:10:02.100Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-14 08-07-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-14T08:10:02.104Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:10:02.104Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vFW d6a78a51-29dd 0 is not matching search criteria
2021-08-14T08:10:02.105Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-14T08:10:02.105Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-14T08:10:02.105Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-14T08:10:02.105Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-14T08:10:02.105Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-14T08:10:02.105Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-14T08:10:02.105Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-14T08:10:02.106Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-14T08:10:02.106Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-14T08:10:02.106Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-14T08:10:02.106Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-14T08:10:02.106Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-14T08:10:02.107Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-14T08:10:02.107Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-14T08:10:02.107Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-14T08:10:02.108Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-14T08:10:02.108Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:10:02.108Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-14 08-07-08 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-14T08:10:02.109Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:10:02.110Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vFW d6a78a51-29dd 0 is matching search criteria
2021-08-14T08:10:02.110Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d6a78a51-29dd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-14T08:10:02.110Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:10:02.111Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vFW d6a78a51-29dd 0 is matching search criteria
2021-08-14T08:10:02.111Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d6a78a51-29dd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-14T08:10:02.111Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:10:02.111Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vFW d6a78a51-29dd 0 is matching search criteria
2021-08-14T08:10:02.112Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d6a78a51-29dd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-14T08:10:02.112Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:10:02.112Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vFW d6a78a51-29dd 0 is not matching search criteria
2021-08-14T08:10:02.113Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-14T08:10:02.113Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-08-14T08:10:02.113Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-14T08:10:02.113Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-14T08:10:02.113Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-14T08:10:02.114Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-14T08:10:02.114Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-14T08:10:02.114Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-14T08:10:02.114Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-14T08:10:02.114Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-14T08:10:02.115Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-14T08:10:02.115Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=fabd3fa7-da5b-497a-b1b2-af9f985a8a39
2021-08-14T08:10:02.115Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:10:02.115Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vFW d6a78a51-29dd 0 is not matching search criteria
2021-08-14T08:10:02.116Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-14T08:10:02.116Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-14T08:10:02.116Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-14T08:10:02.116Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-14T08:10:02.116Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-14T08:10:02.117Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-14T08:10:02.117Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-14T08:10:02.117Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-08-14T08:10:02.117Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-14T08:10:02.118Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-14T08:10:02.118Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-14T08:10:02.118Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-14T08:10:02.118Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7efc8f15-e7af-4ca6-a7d1-7de4c498735e
2021-08-14T08:10:02.119Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:10:02.119Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vFW d6a78a51-29dd 0 is not matching search criteria
2021-08-14T08:10:02.119Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-14T08:10:02.119Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-14T08:10:02.119Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-14T08:10:02.120Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-14T08:10:02.120Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-14T08:10:02.120Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-14T08:10:02.120Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-14T08:10:02.121Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-14T08:10:02.121Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-14T08:10:02.121Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-14T08:10:02.121Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-14T08:10:02.122Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-08-14T08:10:02.122Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=897cbfd2-b661-4b01-b24d-eaae4b9baef4
2021-08-14T08:10:02.122Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:10:02.122Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-14 08-07-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-14T08:10:02.123Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:10:02.123Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-14 08-07-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-14T08:10:02.123Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:10:02.123Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-14 08-07-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-14T08:10:02.123Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:10:02.124Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-14 08-07-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-14T08:10:02.124Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-08-14 08-07-08
Description:catalog service description
Model UUID:f1e159a3-3a89-4a36-9b14-cc33ecc1fdfc
Model Version:NULL
Model InvariantUuid:1a140ac0-57b1-46a6-87fa-e8da2dc5e514
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW d6a78a51-29dd
Model UUID:7451ed19-9dc8-403b-8c77-2d77b723a93b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:73f468e4-0986-42fc-9d5c-4279745a876b
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:3ab46e35-60fe-4504-9033-25045fee8d18
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:6b5fc24c-41b6-49cb-a3ec-9e8567b3feba
ModelName:VfwD6a78a5129dd..base_vfw..module-0
ModelUuid:01283ae7-ef12-43d6-abff-52f6625f6b68
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:fabd3fa7-da5b-497a-b1b2-af9f985a8a39
ModelInvariantUuid:a607d86a-17c6-44b1-98ab-bf42bd800168
ModelName:vFW d6a78a51-29dd-nodes.vfwCvfc
ModelUuid:c621a51d-feb3-4b38-a1c8-791b3c32f0bd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:2d7ee651-494f-422b-8ccc-aef5fb2e3bf8
ModelInvariantUuid:ac1b5448-54d2-4cd2-8abf-9e5cd254f1c7
ModelName:VfwD6a78a5129dd.compute.nodes.heat.vfw
ModelUuid:f3d6286f-ec07-4492-8593-205fa346d7f0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:7efc8f15-e7af-4ca6-a7d1-7de4c498735e
ModelInvariantUuid:4c5a9405-13b8-43dc-91f0-97abef5820ed
ModelName:vFW d6a78a51-29dd-nodes.vsnCvfc
ModelUuid:5135b6c0-d2a9-4b5d-9c8c-0dc1e0701ad1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:ce2bbefb-65c4-4c9a-afe9-fb831d4fa551
ModelInvariantUuid:f6bc81b6-d11e-49ab-b6a8-83e6f1008857
ModelName:VfwD6a78a5129dd.compute.nodes.heat.vsn
ModelUuid:f8b3a22f-3758-4b06-9978-7acffdfc9f1e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:897cbfd2-b661-4b01-b24d-eaae4b9baef4
ModelInvariantUuid:c6b3336b-b34d-4e0b-8355-cf27f365122f
ModelName:vFW d6a78a51-29dd-nodes.vpgCvfc
ModelUuid:4e042d93-3b0e-42bc-aeb0-b5270111147b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:010e8685-17d2-445a-9c5f-a0993c0bce02
ModelInvariantUuid:6a82d9fc-4834-46d7-81ca-0a00c05ad0b0
ModelName:VfwD6a78a5129dd.compute.nodes.heat.vpg
ModelUuid:9d73a4a7-07f0-4b82-a596-5022a1a0d5ee
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-14T08:10:02.153Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 5f20cea3-3372-412c-9add-b9dbc77e34e9
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-14T08:10:02.272Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||vFW d6a78a51-29dd 0
2021-08-14T08:10:02.279Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5f20cea3-3372-412c-9add-b9dbc77e34e9
2021-08-14T08:10:02.280Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 26f131cc-acf6-4081-87dd-a9bd41a90d86 from URL: /sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vfwd6a78a5129dd0_modules.json
2021-08-14T08:10:02.280Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-08-14T08:10:02.280Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vfwd6a78a5129dd0_modules.json
2021-08-14T08:10:04.048Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-08-14T08:10:04.051Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vfwd6a78a5129dd0_modules.json 26f131cc-acf6-4081-87dd-a9bd41a90d86 785
2021-08-14T08:10:04.051Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vfwd6a78a5129dd0_modules.json ASDC sendASDCNotification
2021-08-14T08:10:04.051Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vfwd6a78a5129dd0_modules.json
2021-08-14T08:10:04.051Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-14T08:10:04.052Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-14T08:10:04.062Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-14T08:10:04.062Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628928604051,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vfwd6a78a5129dd0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-14T08:10:04.165Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-08-14T08:10:04.166Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-14T08:10:04.166Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ...
2021-08-14T08:10:04.181Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:10:04.182Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-08-14T08:10:05.064Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwD6a78a5129dd..base_vfw..module-0",
"vfModuleModelInvariantUUID": "6b5fc24c-41b6-49cb-a3ec-9e8567b3feba",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "01283ae7-ef12-43d6-abff-52f6625f6b68",
"vfModuleModelCustomizationUUID": "1e01027b-e55a-4e25-b86c-55a6f30e6ddf",
"isBase": true,
"artifacts": [
"b54528a5-64a7-44c1-b0fb-26cfbab3efe1",
"cbf77eea-74ca-4303-bdbe-d715afa8a89b"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-08-14T08:10:05.096Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD6a78a5129dd..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:01283ae7-ef12-43d6-abff-52f6625f6b68
VfModuleModelInvariantUUID:6b5fc24c-41b6-49cb-a3ec-9e8567b3feba
VfModuleModelDescription:NULL
Artifacts UUID List:{
b54528a5-64a7-44c1-b0fb-26cfbab3efe1
,
cbf77eea-74ca-4303-bdbe-d715afa8a89b
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-08-14T08:10:05.099Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwD6a78a5129dd..base_vfw..module-0",
"vfModuleModelInvariantUUID": "6b5fc24c-41b6-49cb-a3ec-9e8567b3feba",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "01283ae7-ef12-43d6-abff-52f6625f6b68",
"vfModuleModelCustomizationUUID": "1e01027b-e55a-4e25-b86c-55a6f30e6ddf",
"isBase": true,
"artifacts": [
"b54528a5-64a7-44c1-b0fb-26cfbab3efe1",
"cbf77eea-74ca-4303-bdbe-d715afa8a89b"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-08-14T08:10:05.101Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD6a78a5129dd..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:01283ae7-ef12-43d6-abff-52f6625f6b68
VfModuleModelInvariantUUID:6b5fc24c-41b6-49cb-a3ec-9e8567b3feba
VfModuleModelDescription:NULL
Artifacts UUID List:{
b54528a5-64a7-44c1-b0fb-26cfbab3efe1
,
cbf77eea-74ca-4303-bdbe-d715afa8a89b
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-08-14T08:10:05.101Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b54528a5-64a7-44c1-b0fb-26cfbab3efe1 from URL: /sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.yaml
2021-08-14T08:10:05.101Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-08-14T08:10:05.101Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.yaml
2021-08-14T08:10:05.664Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-08-14T08:10:05.665Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.yaml b54528a5-64a7-44c1-b0fb-26cfbab3efe1 20368
2021-08-14T08:10:05.666Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-08-14T08:10:05.666Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.yaml
2021-08-14T08:10:05.666Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-14T08:10:05.667Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-14T08:10:05.670Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-14T08:10:05.670Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628928605666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-14T08:10:05.771Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-14T08:10:05.773Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-14T08:10:05.773Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ...
2021-08-14T08:10:05.783Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:10:05.784Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-08-14T08:10:06.671Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cbf77eea-74ca-4303-bdbe-d715afa8a89b from URL: /sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.env
2021-08-14T08:10:06.672Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-08-14T08:10:06.672Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.env
2021-08-14T08:10:07.338Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-08-14T08:10:07.339Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.env cbf77eea-74ca-4303-bdbe-d715afa8a89b 2098
2021-08-14T08:10:07.339Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-08-14T08:10:07.339Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.env
2021-08-14T08:10:07.339Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-14T08:10:07.340Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-14T08:10:07.344Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-14T08:10:07.345Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628928607339,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-08-14T08:10:07.445Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-14T08:10:07.446Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-14T08:10:07.446Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ...
2021-08-14T08:10:07.458Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:10:07.458Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-08-14T08:10:08.347Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: f1e159a3-3a89-4a36-9b14-cc33ecc1fdfc
2021-08-14T08:10:08.350Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d6a78a51-29dd 0 5f20cea3-3372-412c-9add-b9dbc77e34e9 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-14T08:10:08.452Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:10:08.453Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-14 08-07-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-14T08:10:08.453Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2021-08-14T08:10:08.454Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 3ab46e35-60fe-4504-9033-25045fee8d18
2021-08-14T08:10:08.455Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3ab46e35-60fe-4504-9033-25045fee8d18 matches Tosca VF Customization UUID: 3ab46e35-60fe-4504-9033-25045fee8d18
2021-08-14T08:10:08.455Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 3ab46e35-60fe-4504-9033-25045fee8d18 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-08-14T08:10:08.477Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:10:08.478Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-14 08-07-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-14T08:10:08.483Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 3ab46e35-60fe-4504-9033-25045fee8d18: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-08-14T08:10:08.484Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7a04fe71
2021-08-14T08:10:08.484Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:10:08.486Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-14 08-07-08 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-14T08:10:08.494Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1e01027b-e55a-4e25-b86c-55a6f30e6ddf
2021-08-14T08:10:08.496Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1e01027b-e55a-4e25-b86c-55a6f30e6ddf
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-08-14T08:10:08.507Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:10:08.508Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vFW d6a78a51-29dd 0 is matching search criteria
2021-08-14T08:10:08.508Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d6a78a51-29dd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-14T08:10:08.509Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:10:08.509Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vFW d6a78a51-29dd 0 is matching search criteria
2021-08-14T08:10:08.509Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d6a78a51-29dd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-14T08:10:08.510Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:10:08.510Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vFW d6a78a51-29dd 0 is not matching search criteria
2021-08-14T08:10:08.510Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-14T08:10:08.510Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-08-14T08:10:08.510Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-14T08:10:08.511Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-14T08:10:08.511Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-14T08:10:08.511Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-14T08:10:08.511Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-14T08:10:08.511Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-14T08:10:08.512Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-14T08:10:08.512Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-14T08:10:08.512Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-14T08:10:08.512Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=fabd3fa7-da5b-497a-b1b2-af9f985a8a39
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-14T08:10:08.531Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:10:08.534Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vFW d6a78a51-29dd 0 is matching search criteria
2021-08-14T08:10:08.534Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d6a78a51-29dd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-14T08:10:08.534Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:10:08.535Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vFW d6a78a51-29dd 0 is not matching search criteria
2021-08-14T08:10:08.535Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-14T08:10:08.535Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-14T08:10:08.536Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-14T08:10:08.536Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-14T08:10:08.536Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-14T08:10:08.536Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-14T08:10:08.536Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-14T08:10:08.537Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-08-14T08:10:08.537Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-14T08:10:08.537Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-14T08:10:08.537Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-14T08:10:08.537Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-14T08:10:08.537Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7efc8f15-e7af-4ca6-a7d1-7de4c498735e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-14T08:10:08.540Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:10:08.540Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vFW d6a78a51-29dd 0 is matching search criteria
2021-08-14T08:10:08.540Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d6a78a51-29dd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-14T08:10:08.543Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:10:08.543Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vFW d6a78a51-29dd 0 is not matching search criteria
2021-08-14T08:10:08.543Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-14T08:10:08.544Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-14T08:10:08.544Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-14T08:10:08.544Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-14T08:10:08.544Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-14T08:10:08.545Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-14T08:10:08.545Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-14T08:10:08.545Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-14T08:10:08.545Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-14T08:10:08.545Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-14T08:10:08.545Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-14T08:10:08.546Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-08-14T08:10:08.546Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=897cbfd2-b661-4b01-b24d-eaae4b9baef4
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-14T08:10:08.548Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:10:08.548Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vFW d6a78a51-29dd 0 is matching search criteria
2021-08-14T08:10:08.549Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d6a78a51-29dd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-14T08:10:08.549Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:10:08.549Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Node template vFW d6a78a51-29dd 0 is matching search criteria
2021-08-14T08:10:08.549Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d6a78a51-29dd 0] matching following query criteria: sdcType=VF, customizationUUID=3ab46e35-60fe-4504-9033-25045fee8d18
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-14T08:10:08.551Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:10:08.552Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-14 08-07-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-14T08:10:08.552Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid f1e159a3-3a89-4a36-9b14-cc33ecc1fdfc: vFW d6a78a51-29dd
2021-08-14T08:10:08.552Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:10:08.552Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-14 08-07-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-14T08:10:08.553Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:10:08.553Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-14 08-07-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-14T08:10:08.553Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:10:08.553Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-14 08-07-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-14T08:10:08.553Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:10:08.554Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-14 08-07-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-14T08:10:08.554Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:10:08.554Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-08-14 08-07-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-14T08:10:08.554Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2021-08-14 08-07-08
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-14T08:10:08.856Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d6a78a51-29dd 5f20cea3-3372-412c-9add-b9dbc77e34e9 1 ASDC deployResourceStructure
2021-08-14T08:10:08.857Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vfwd6a78a5129dd0_modules.json ASDC sendASDCNotification
2021-08-14T08:10:08.857Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vfwd6a78a5129dd0_modules.json
2021-08-14T08:10:08.857Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-14T08:10:08.857Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-14T08:10:08.859Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-14T08:10:08.859Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628928608857,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vfwd6a78a5129dd0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-14T08:10:08.960Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-14T08:10:08.961Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-14T08:10:08.961Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ...
2021-08-14T08:10:08.987Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:10:08.988Z||pool-14-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2021-08-14T08:10:09.861Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-08-14T08:10:09.862Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.yaml
2021-08-14T08:10:09.862Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-14T08:10:09.863Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-14T08:10:09.870Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-14T08:10:09.870Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628928609860,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-08-14T08:10:09.965Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2021-08-14T08:10:09.967Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-14T08:10:09.967Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ...
2021-08-14T08:10:09.980Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:10:09.982Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-08-14T08:10:10.872Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-08-14T08:10:10.873Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.env
2021-08-14T08:10:10.873Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-14T08:10:10.874Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-14T08:10:10.877Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-14T08:10:10.877Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628928610872,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-08-14T08:10:10.977Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-14T08:10:10.978Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-14T08:10:10.979Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ...
2021-08-14T08:10:10.997Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:10:10.998Z||pool-16-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-08-14T08:10:11.881Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar ASDC sendASDCNotification
2021-08-14T08:10:11.881Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar
2021-08-14T08:10:11.882Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-14T08:10:11.882Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-14T08:10:11.884Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-14T08:10:11.884Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628928611881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-14T08:10:11.985Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-14T08:10:11.986Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-14T08:10:11.986Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ...
2021-08-14T08:10:12.004Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:10:12.005Z||pool-17-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-08-14T08:10:12.887Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e16ac5b-3e2d-4056-a9fc-7860c639ad85
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-14T08:10:12.914Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e16ac5b-3e2d-4056-a9fc-7860c639ad85
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-14T08:10:12.916Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-14T08:10:12.917Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-14T08:10:12.917Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-14T08:10:42.918Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e16ac5b-3e2d-4056-a9fc-7860c639ad85
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-14T08:10:42.939Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e16ac5b-3e2d-4056-a9fc-7860c639ad85
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-14T08:10:42.941Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-14T08:10:42.942Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-14T08:10:42.942Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-14T08:10:47.974Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:10:47.977Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T08:10:47.977Z||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 twzk2KelVekM6RhO) ...
2021-08-14T08:10:48.030Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:10:48.033Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-14T08:10:48.033Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "policy-id",
"timestamp": 1628928580867,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:10:48.038Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-14T08:11:12.944Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e16ac5b-3e2d-4056-a9fc-7860c639ad85
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-14T08:11:12.981Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e16ac5b-3e2d-4056-a9fc-7860c639ad85
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-14T08:11:12.985Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-14T08:11:12.985Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-14T08:11:12.985Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-14T08:11:42.986Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e16ac5b-3e2d-4056-a9fc-7860c639ad85
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-14T08:11:43.018Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e16ac5b-3e2d-4056-a9fc-7860c639ad85
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-14T08:11:43.029Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-14T08:11:43.029Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-14T08:11:43.030Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-14T08:11:47.973Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:11:47.975Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T08:11:47.976Z||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 twzk2KelVekM6RhO) ...
2021-08-14T08:11:48.512Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:11:48.524Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.530Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "ves-openapi-manager",
"timestamp": 1628928586157,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vfwd6a78a5129dd0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:11:48.534Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-14T08:11:48.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "aai-ml",
"timestamp": 1628928581965,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vfwd6a78a5129dd0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:11:48.535Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-14T08:11:48.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.536Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628928587971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:11:48.537Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-14T08:11:48.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628928588012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:11:48.540Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-14T08:11:48.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.540Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "dcae-sch",
"timestamp": 1628928578028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vfwd6a78a5129dd0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:11:48.540Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-14T08:11:48.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "policy-id",
"timestamp": 1628928580867,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vfwd6a78a5129dd0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:11:48.544Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-14T08:11:48.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.544Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "aai-ml",
"timestamp": 1628928581965,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:11:48.545Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-14T08:11:48.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "ves-openapi-manager",
"timestamp": 1628928586157,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:11:48.546Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-14T08:11:48.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.546Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628928587971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vfwd6a78a5129dd0_modules.json",
"status": "NOTIFIED"
}
2021-08-14T08:11:48.547Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-14T08:11:48.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.550Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628928588012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vfwd6a78a5129dd0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:11:48.551Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-14T08:11:48.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "dcae-sch",
"timestamp": 1628928578028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:11:48.552Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-14T08:11:48.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "policy-id",
"timestamp": 1628928580867,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-08-14T08:11:48.558Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-14T08:11:48.559Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.559Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "ves-openapi-manager",
"timestamp": 1628928586157,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:11:48.560Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-14T08:11:48.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.561Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "aai-ml",
"timestamp": 1628928581965,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:11:48.561Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-14T08:11:48.562Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.562Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628928587971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-08-14T08:11:48.563Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-14T08:11:48.563Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.563Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628928588012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:11:48.565Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-14T08:11:48.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.565Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "dcae-sch",
"timestamp": 1628928578028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:11:48.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-14T08:11:48.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "policy-id",
"timestamp": 1628928580867,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:11:48.567Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-14T08:11:48.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "clamp",
"timestamp": 1628928590659,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:11:48.568Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-14T08:11:48.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "aai-ml",
"timestamp": 1628928581965,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:11:48.570Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-14T08:11:48.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "ves-openapi-manager",
"timestamp": 1628928586157,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:11:48.571Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-14T08:11:48.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.572Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628928587971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:11:48.572Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-14T08:11:48.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.573Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628928588012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:11:48.573Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-14T08:11:48.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.574Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "dcae-sch",
"timestamp": 1628928578028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:11:48.575Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-14T08:11:48.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.575Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "policy-id",
"timestamp": 1628928580867,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:11:48.576Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-14T08:11:48.576Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.576Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "clamp",
"timestamp": 1628928590659,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vfwd6a78a5129dd0_modules.json",
"status": "NOTIFIED"
}
2021-08-14T08:11:48.577Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-14T08:11:48.577Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.578Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "aai-ml",
"timestamp": 1628928581965,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:11:48.578Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-14T08:11:48.579Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.579Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "ves-openapi-manager",
"timestamp": 1628928586157,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:11:48.584Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-14T08:11:48.584Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.585Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628928588012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:11:48.586Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-14T08:11:48.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.586Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628928587971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-08-14T08:11:48.587Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-14T08:11:48.587Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.587Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "dcae-sch",
"timestamp": 1628928578028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:11:48.588Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-14T08:11:48.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "cds",
"timestamp": 1628928592263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:11:48.589Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-14T08:11:48.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "policy-id",
"timestamp": 1628928580867,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:11:48.590Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-14T08:11:48.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "clamp",
"timestamp": 1628928590659,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:11:48.590Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-14T08:11:48.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.591Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "aai-ml",
"timestamp": 1628928581965,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar",
"status": "NOTIFIED"
}
2021-08-14T08:11:48.591Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-14T08:11:48.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "ves-openapi-manager",
"timestamp": 1628928586157,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:11:48.592Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-14T08:11:48.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628928587971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:11:48.593Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-14T08:11:48.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628928588012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:11:48.594Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-14T08:11:48.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.594Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "dcae-sch",
"timestamp": 1628928578028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:11:48.595Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-14T08:11:48.596Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.597Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "cds",
"timestamp": 1628928592263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vfwd6a78a5129dd0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:11:48.598Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-14T08:11:48.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "policy-id",
"timestamp": 1628928580867,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar",
"status": "NOTIFIED"
}
2021-08-14T08:11:48.598Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-14T08:11:48.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.599Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "clamp",
"timestamp": 1628928590659,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:11:48.600Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-14T08:11:48.600Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.600Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628928587971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar",
"status": "NOTIFIED"
}
2021-08-14T08:11:48.601Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-14T08:11:48.601Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.601Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628928588012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar",
"status": "NOTIFIED"
}
2021-08-14T08:11:48.601Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-14T08:11:48.601Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.602Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "cds",
"timestamp": 1628928592263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:11:48.602Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-14T08:11:48.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.602Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628928594627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:11:48.602Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-14T08:11:48.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.603Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "clamp",
"timestamp": 1628928590659,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:11:48.603Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-14T08:11:48.603Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.603Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "aai-ml",
"timestamp": 1628928595606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-14T08:11:48.603Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-14T08:11:48.604Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.604Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "policy-id",
"timestamp": 1628928595719,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-14T08:11:48.605Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-14T08:11:48.605Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.606Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "cds",
"timestamp": 1628928592263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:11:48.606Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-14T08:11:48.606Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.606Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628928594627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vfwd6a78a5129dd0_modules.json",
"status": "NOTIFIED"
}
2021-08-14T08:11:48.607Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-14T08:11:48.607Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.607Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "clamp",
"timestamp": 1628928590659,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:11:48.607Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-14T08:11:48.607Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.608Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628928596520,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-14T08:11:48.608Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-14T08:11:48.608Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.608Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "policy-id",
"timestamp": 1628928596738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-14T08:11:48.608Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-14T08:11:48.609Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.609Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "cds",
"timestamp": 1628928592263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:11:48.611Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-14T08:11:48.611Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.611Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628928597182,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-14T08:11:48.612Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-14T08:11:48.612Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.613Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628928594627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-08-14T08:11:48.613Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-14T08:11:48.614Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.617Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "clamp",
"timestamp": 1628928590659,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar",
"status": "NOTIFIED"
}
2021-08-14T08:11:48.617Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-14T08:11:48.617Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.618Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "policy-id",
"timestamp": 1628928597742,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-14T08:11:48.628Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5e16ac5b-3e2d-4056-a9fc-7860c639ad85
2021-08-14T08:11:48.630Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e16ac5b-3e2d-4056-a9fc-7860c639ad85 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-14T08:11:48.652Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "cds",
"timestamp": 1628928592263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:11:48.653Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-14T08:11:48.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628928594627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:11:48.656Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-14T08:11:48.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "cds",
"timestamp": 1628928592263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar",
"status": "NOTIFIED"
}
2021-08-14T08:11:48.657Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-14T08:11:48.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628928594627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-08-14T08:11:48.657Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-14T08:11:48.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628928594627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:11:48.658Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-14T08:11:48.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "cds",
"timestamp": 1628928600397,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-14T08:11:48.658Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-14T08:11:48.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628928594627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar",
"status": "NOTIFIED"
}
2021-08-14T08:11:48.659Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-14T08:11:48.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "cds",
"timestamp": 1628928601423,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-14T08:11:48.669Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5e16ac5b-3e2d-4056-a9fc-7860c639ad85
2021-08-14T08:11:48.670Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e16ac5b-3e2d-4056-a9fc-7860c639ad85 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-14T08:11:48.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.680Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628928602174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-14T08:11:48.680Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-14T08:11:48.680Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.680Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628928603180,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-14T08:11:48.691Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5e16ac5b-3e2d-4056-a9fc-7860c639ad85
2021-08-14T08:11:48.692Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e16ac5b-3e2d-4056-a9fc-7860c639ad85 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-14T08:11:48.700Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.701Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628928604051,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vfwd6a78a5129dd0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-14T08:11:48.702Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-14T08:11:48.702Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.702Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628928604071,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vfwd6a78a5129dd0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-14T08:11:48.702Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-14T08:11:48.702Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.702Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628928605666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-14T08:11:48.702Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-14T08:11:48.702Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.703Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628928605693,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-14T08:11:48.703Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-14T08:11:48.703Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.703Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628928607339,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-08-14T08:11:48.704Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-14T08:11:48.704Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.704Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628928607354,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-08-14T08:11:48.704Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-14T08:11:48.704Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.704Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628928608857,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vfwd6a78a5129dd0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-14T08:11:48.705Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-14T08:11:48.705Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.705Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628928609631,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-14T08:11:48.710Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5e16ac5b-3e2d-4056-a9fc-7860c639ad85
2021-08-14T08:11:48.710Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e16ac5b-3e2d-4056-a9fc-7860c639ad85 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-08-14T08:11:48.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628928609860,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-08-14T08:11:48.719Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-14T08:11:48.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628928610636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/vfwd6a78a5129dd0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-14T08:11:48.720Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-14T08:11:48.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628928610872,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/resourceInstances/vfwd6a78a5129dd0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-08-14T08:11:48.720Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-14T08:11:48.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.721Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628928611881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-14T08:11:48.721Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-14T08:11:48.721Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.721Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "aai-ml",
"timestamp": 1628928612832,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-14T08:11:48.721Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-14T08:11:48.721Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.721Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "clamp",
"timestamp": 1628928613692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-14T08:11:48.722Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-14T08:11:48.722Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.722Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "aai-ml",
"timestamp": 1628928613843,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-14T08:11:48.728Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5e16ac5b-3e2d-4056-a9fc-7860c639ad85
2021-08-14T08:11:48.729Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e16ac5b-3e2d-4056-a9fc-7860c639ad85 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-14T08:11:48.738Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.739Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "clamp",
"timestamp": 1628928615468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210814080708/1.0/artifacts/service-Vfw20210814080708-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-14T08:11:48.739Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-14T08:11:48.739Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-14T08:11:48.740Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "clamp",
"timestamp": 1628928616473,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-14T08:11:48.745Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5e16ac5b-3e2d-4056-a9fc-7860c639ad85
2021-08-14T08:11:48.746Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e16ac5b-3e2d-4056-a9fc-7860c639ad85 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-14T08:12:13.031Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e16ac5b-3e2d-4056-a9fc-7860c639ad85
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-14T08:12:13.053Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e16ac5b-3e2d-4056-a9fc-7860c639ad85
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-14T08:12:13.060Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-14T08:12:13.061Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-14T08:12:13.061Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-14T08:12:13.062Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-14T08:12:13.063Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-14T08:12:13.063Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-14T08:12:13.064Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-14T08:12:13.064Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-14T08:12:13.065Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-14T08:12:13.065Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-14T08:12:13.065Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-14T08:12:13.076Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-14T08:12:43.078Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5e16ac5b-3e2d-4056-a9fc-7860c639ad85 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-08-14T08:12:43.109Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5e16ac5b-3e2d-4056-a9fc-7860c639ad85 and serviceModelVersionId: f1e159a3-3a89-4a36-9b14-cc33ecc1fdfc
2021-08-14T08:12:43.110Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1a140ac0-57b1-46a6-87fa-e8da2dc5e514
2021-08-14T08:12:47.973Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:12:47.974Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T08:12:47.975Z||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 twzk2KelVekM6RhO) ...
2021-08-14T08:12:57.547Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:12:59.565Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1a140ac0-57b1-46a6-87fa-e8da2dc5e514/model-vers/model-ver/f1e159a3-3a89-4a36-9b14-cc33ecc1fdfc?depth=0
2021-08-14T08:12:59.692Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-08-14T08:13:00.285Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1a140ac0-57b1-46a6-87fa-e8da2dc5e514/model-vers/model-ver/f1e159a3-3a89-4a36-9b14-cc33ecc1fdfc?depth=0|INFO|500||Invoke
2021-08-14T08:13:00.296Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1a140ac0-57b1-46a6-87fa-e8da2dc5e514/model-vers/model-ver/f1e159a3-3a89-4a36-9b14-cc33ecc1fdfc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1a140ac0-57b1-46a6-87fa-e8da2dc5e514/model-vers/model-ver/f1e159a3-3a89-4a36-9b14-cc33ecc1fdfc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5e16ac5b-3e2d-4056-a9fc-7860c639ad85], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3d0b9c19-aa18-4e03-a225-1750999a7596], X-ECOMP-RequestID=[5e16ac5b-3e2d-4056-a9fc-7860c639ad85], X-TransactionId=[], X-ONAP-RequestID=[5e16ac5b-3e2d-4056-a9fc-7860c639ad85], Content-Type=[application/merge-patch+json]}
2021-08-14T08:13:00.469Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1a140ac0-57b1-46a6-87fa-e8da2dc5e514/model-vers/model-ver/f1e159a3-3a89-4a36-9b14-cc33ecc1fdfc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-08-14T08:13:00.835Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1a140ac0-57b1-46a6-87fa-e8da2dc5e514/model-vers/model-ver/f1e159a3-3a89-4a36-9b14-cc33ecc1fdfc?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/1a140ac0-57b1-46a6-87fa-e8da2dc5e514/model-vers/model-ver/f1e159a3-3a89-4a36-9b14-cc33ecc1fdfc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210814-08:13:00:486-23932], vertex-id=[180240], Content-Length=[0], Date=[Sat, 14 Aug 2021 08:13:00 GMT], Content-Type=[application/json]}
2021-08-14T08:13:00.838Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1a140ac0-57b1-46a6-87fa-e8da2dc5e514/model-vers/model-ver/f1e159a3-3a89-4a36-9b14-cc33ecc1fdfc?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-08-14T08:13:00.839Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1a140ac0-57b1-46a6-87fa-e8da2dc5e514/model-vers/model-ver/f1e159a3-3a89-4a36-9b14-cc33ecc1fdfc?depth=0|INFO|500||InvokeReturn
2021-08-14T08:13:00.844Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-14T08:13:00.845Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-14T08:13:00.851Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-08-14T08:13:00.853Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5e16ac5b-3e2d-4056-a9fc-7860c639ad85 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-14T08:13:00.854Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-14T08:13:00.855Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-08-14T08:13:00.860Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-14T08:13:00.860Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628928780853,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-14T08:13:00.958Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-08-14T08:13:00.959Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-14T08:13:00.959Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ...
2021-08-14T08:13:00.972Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:13:00.972Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-14T08:13:01.875Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:13:01.876Z||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-08-14T08:13:01.876Z||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 twzk2KelVekM6RhO) ...
2021-08-14T08:13:12.267Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:13:12.268Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:13:12.268Z||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-08-14T08:13:12.268Z||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 twzk2KelVekM6RhO) ...
2021-08-14T08:13:21.828Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:13:21.832Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:13:21.834Z||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-08-14T08:13:21.834Z||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 twzk2KelVekM6RhO) ...
2021-08-14T08:13:31.419Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:13:47.970Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:13:47.971Z||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-08-14T08:13:47.971Z||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 twzk2KelVekM6RhO) ...
2021-08-14T08:13:47.972Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:13:47.974Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T08:13:47.974Z||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 twzk2KelVekM6RhO) ...
2021-08-14T08:13:48.618Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:13:48.620Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-14T08:13:48.620Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5e16ac5b-3e2d-4056-a9fc-7860c639ad85",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628928780853,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-14T08:13:48.622Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-14T08:13:57.537Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:14:47.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:14:47.972Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:14:47.974Z||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-08-14T08:14:47.974Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T08:14:47.974Z||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 twzk2KelVekM6RhO) ...
2021-08-14T08:14:47.974Z||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 twzk2KelVekM6RhO) ...
2021-08-14T08:14:57.548Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:14:57.568Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:15:47.970Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:15:47.972Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:15:47.973Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T08:15:47.973Z||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-08-14T08:15:47.973Z||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 twzk2KelVekM6RhO) ...
2021-08-14T08:15:47.974Z||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 twzk2KelVekM6RhO) ...
2021-08-14T08:15:48.633Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:15:48.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-14T08:15:48.634Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"c8b759ba-3d89-4b3a-95c5-87c3709484e4","serviceName":"basic_onboard_ExjmWz","serviceVersion":"1.0","serviceUUID":"1f700eb6-5c3d-4407-8407-226e8f137eb5","serviceDescription":"service","serviceInvariantUUID":"ef43c1b0-5044-442e-9c1c-0d0fd5d2441c","resources":[{"resourceInstanceName":"basic_onboard_ExjmWz 0","resourceName":"basic_onboard_ExjmWz","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"138f1ef9-af9b-407c-b9ad-aa85b4091c6b","resourceInvariantUUID":"f7427653-a48f-4252-9928-77496664c20f","resourceCustomizationUUID":"480e324e-9cd7-4b4b-bbf1-06767366a4a1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/vf-license-model.xml","artifactChecksum":"Zjc2NDYyMThmNTM2MzQyM2ZiMjNkOTc5ZTllNGNjZDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fda2192f-516d-4a51-bff4-6f0e6742186d","artifactVersion":"1"},{"artifactName":"basic_onboard_exjmwz0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/basic_onboard_exjmwz0_modules.json","artifactChecksum":"Yjc1NTUyYmUwOWNjYTk0NDdiNTA4ZWI5ODhjNWY1MTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"df771a9e-82cb-4e17-b0d6-35f09ee1dcf0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1a0ded18-d8a8-4c83-8823-a00e65d48967","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"21c06100-03f5-4952-8705-680da51682fa","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"95e48ed3-e980-4abf-948f-6525dcfa1ea2","artifactVersion":"2","generatedFromUUID":"1a0ded18-d8a8-4c83-8823-a00e65d48967"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardExjmwz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-template.yml","artifactChecksum":"YTdhMDcwMWYyNmMyYmZiZTNlODcwYTk4NzYxNmI4OTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e5a4c5b5-73ea-45d5-860e-80e8c1d6b967","artifactVersion":"1"},{"artifactName":"service-BasicOnboardExjmwz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar","artifactChecksum":"MTBlYzQ2ODE2ZGI2NTJhNDYyOTViOGE2ZmU5ZjA5OTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5a17ce97-c6c7-4d17-8272-43b67ac28355","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-14T08:15:48.651Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-14T08:15:48.653Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-14T08:15:48.659Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-14T08:15:48.659Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628928947970,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:15:48.759Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-14T08:15:48.760Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-14T08:15:48.760Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ...
2021-08-14T08:15:48.775Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:15:48.775Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-08-14T08:15:48.796Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:15:48.797Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:15:48.797Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "aai-ml",
"timestamp": 1628928941965,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:15:48.798Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-14T08:15:48.798Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:15:48.798Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "ves-openapi-manager",
"timestamp": 1628928946157,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:15:48.798Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-14T08:15:48.798Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:15:48.798Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "policy-id",
"timestamp": 1628928940868,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:15:48.799Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-14T08:15:49.659Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-14T08:15:49.661Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-14T08:15:49.663Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-14T08:15:49.663Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628928947970,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/basic_onboard_exjmwz0_modules.json",
"status": "NOTIFIED"
}
2021-08-14T08:15:49.763Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-14T08:15:49.764Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-14T08:15:49.764Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ...
2021-08-14T08:15:49.779Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:15:49.779Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-08-14T08:15:50.663Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-14T08:15:50.664Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-14T08:15:50.674Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-14T08:15:50.674Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628928947970,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-14T08:15:50.774Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-14T08:15:50.775Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-14T08:15:50.776Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ...
2021-08-14T08:15:50.788Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:15:50.788Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-08-14T08:15:51.675Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-14T08:15:51.677Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-14T08:15:51.679Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-14T08:15:51.679Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628928947970,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:15:51.780Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-14T08:15:51.782Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-14T08:15:51.782Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ...
2021-08-14T08:15:51.795Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:15:51.796Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-14T08:15:52.686Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-14T08:15:52.692Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-14T08:15:52.695Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-14T08:15:52.695Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628928947970,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-08-14T08:15:52.794Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-14T08:15:52.797Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-14T08:15:52.797Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ...
2021-08-14T08:15:52.815Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:15:52.815Z||pool-23-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2021-08-14T08:15:53.695Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-14T08:15:53.696Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-14T08:15:53.699Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-14T08:15:53.699Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628928947970,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:15:53.800Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-14T08:15:53.801Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-14T08:15:53.801Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ...
2021-08-14T08:15:53.817Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:15:53.817Z||pool-24-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-08-14T08:15:54.701Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-14T08:15:54.703Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-14T08:15:54.716Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-14T08:15:54.717Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628928947970,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar",
"status": "NOTIFIED"
}
2021-08-14T08:15:54.806Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms
2021-08-14T08:15:54.807Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-14T08:15:54.807Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ...
2021-08-14T08:15:54.822Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:15:54.822Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-08-14T08:15:55.719Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"serviceName": "basic_onboard_ExjmWz",
"serviceVersion": "1.0",
"serviceUUID": "1f700eb6-5c3d-4407-8407-226e8f137eb5",
"serviceDescription": "service",
"serviceInvariantUUID": "ef43c1b0-5044-442e-9c1c-0d0fd5d2441c",
"resources": [
{
"resourceInstanceName": "basic_onboard_ExjmWz 0",
"resourceCustomizationUUID": "480e324e-9cd7-4b4b-bbf1-06767366a4a1",
"resourceName": "basic_onboard_ExjmWz",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "138f1ef9-af9b-407c-b9ad-aa85b4091c6b",
"resourceInvariantUUID": "f7427653-a48f-4252-9928-77496664c20f",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_exjmwz0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/basic_onboard_exjmwz0_modules.json",
"artifactChecksum": "Yjc1NTUyYmUwOWNjYTk0NDdiNTA4ZWI5ODhjNWY1MTI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "df771a9e-82cb-4e17-b0d6-35f09ee1dcf0",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "1a0ded18-d8a8-4c83-8823-a00e65d48967",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "95e48ed3-e980-4abf-948f-6525dcfa1ea2",
"generatedFromUUID": "1a0ded18-d8a8-4c83-8823-a00e65d48967"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "95e48ed3-e980-4abf-948f-6525dcfa1ea2",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardExjmwz-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar",
"artifactChecksum": "MTBlYzQ2ODE2ZGI2NTJhNDYyOTViOGE2ZmU5ZjA5OTQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5a17ce97-c6c7-4d17-8272-43b67ac28355"
}
],
"workloadContext": "Production"
}
2021-08-14T08:15:55.719Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-14T08:15:55.719Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1f700eb6-5c3d-4407-8407-226e8f137eb5 ASDC
2021-08-14T08:15:55.721Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:c8b759ba-3d89-4b3a-95c5-87c3709484e4
ServiceName:basic_onboard_ExjmWz
ServiceVersion:1.0
ServiceUUID:1f700eb6-5c3d-4407-8407-226e8f137eb5
ServiceInvariantUUID:ef43c1b0-5044-442e-9c1c-0d0fd5d2441c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardExjmwz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar
ArtifactUUID:5a17ce97-c6c7-4d17-8272-43b67ac28355
ArtifactChecksum:MTBlYzQ2ODE2ZGI2NTJhNDYyOTViOGE2ZmU5ZjA5OTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_ExjmWz 0
ResourceCustomizationUUID:480e324e-9cd7-4b4b-bbf1-06767366a4a1
ResourceInvariantUUID:f7427653-a48f-4252-9928-77496664c20f
ResourceName:basic_onboard_ExjmWz
ResourceType:VF
ResourceUUID:138f1ef9-af9b-407c-b9ad-aa85b4091c6b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_exjmwz0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/basic_onboard_exjmwz0_modules.json
ArtifactUUID:df771a9e-82cb-4e17-b0d6-35f09ee1dcf0
ArtifactChecksum:Yjc1NTUyYmUwOWNjYTk0NDdiNTA4ZWI5ODhjNWY1MTI=
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/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.yaml
ArtifactUUID:1a0ded18-d8a8-4c83-8823-a00e65d48967
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/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.env
ArtifactUUID:95e48ed3-e980-4abf-948f-6525dcfa1ea2
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/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.env
ArtifactUUID:95e48ed3-e980-4abf-948f-6525dcfa1ea2
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-08-14T08:15:55.722Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1f700eb6-5c3d-4407-8407-226e8f137eb5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-14T08:15:55.769Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-14T08:15:55.770Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-08-14T08:15:55.770Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-08-14T08:15:55.771Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5a17ce97-c6c7-4d17-8272-43b67ac28355 from URL: /sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar
2021-08-14T08:15:55.771Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-08-14T08:15:55.771Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar
2021-08-14T08:15:56.472Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-08-14T08:15:56.476Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar 5a17ce97-c6c7-4d17-8272-43b67ac28355 71381
2021-08-14T08:15:56.476Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar ASDC sendASDCNotification
2021-08-14T08:15:56.477Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar
2021-08-14T08:15:56.477Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-14T08:15:56.478Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-14T08:15:56.481Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-14T08:15:56.481Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628928956476,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-14T08:15:56.582Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-14T08:15:56.584Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-14T08:15:56.584Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ...
2021-08-14T08:15:56.596Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:15:56.597Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-14T08:15:57.482Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-14T08:15:57.483Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-08-14T08:15:57.483Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 5a17ce97-c6c7-4d17-8272-43b67ac28355, URL: /sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar to file: /app/ASDC/1/service-BasicOnboardExjmwz-csar.csar
2021-08-14T08:15:57.484Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardExjmwz-csar.csar
2021-08-14T08:15:57.484Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardExjmwz-csar.csar
2021-08-14T08:15:57.485Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardExjmwz-csar.csar
2021-08-14T08:15:57.776Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP910585742862972194/Definitions/service-BasicOnboardExjmwz-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-08-14T08:15:59.188Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-14T08:15:59.188Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-08-14T08:15:59.189Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardExjmwz-csar.csar
2021-08-14T08:15:59.189Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-08-14T08:15:59.189Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardExjmwz-csar.csar
2021-08-14T08:15:59.189Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardExjmwz-csar.csar
2021-08-14T08:15:59.189Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardExjmwz-csar.csar
2021-08-14T08:15:59.189Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardExjmwz-csar.csar
2021-08-14T08:15:59.189Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardExjmwz-csar.csar
2021-08-14T08:15:59.189Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardExjmwz-csar.csar
2021-08-14T08:15:59.189Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ExjmWz 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-BasicOnboardExjmwz-csar.csar
2021-08-14T08:15:59.190Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardExjmwz-csar.csar
2021-08-14T08:15:59.190Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardExjmwz-csar.csar
2021-08-14T08:15:59.190Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-08-14T08:15:59.190Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:15:59.190Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ExjmWz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-14T08:15:59.190Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ExjmWz 0 is matching search criteria
2021-08-14T08:15:59.191Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-08-14T08:15:59.191Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ExjmWz 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-14T08:15:59.192Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:15:59.192Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ExjmWz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-14T08:15:59.192Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ExjmWz 0 is matching search criteria
2021-08-14T08:15:59.192Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-08-14T08:15:59.192Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ExjmWz 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-14T08:15:59.193Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:15:59.193Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ExjmWz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-14T08:15:59.193Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:15:59.193Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ExjmWz 0 is not matching search criteria
2021-08-14T08:15:59.193Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-08-14T08:15:59.194Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-08-14T08:15:59.194Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-08-14T08:15:59.194Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-14T08:15:59.194Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-14T08:15:59.194Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:15:59.194Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ExjmWz is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-14T08:15:59.194Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:15:59.195Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ExjmWz 0 is matching search criteria
2021-08-14T08:15:59.195Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ExjmWz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-14T08:15:59.195Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:15:59.195Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ExjmWz 0 is matching search criteria
2021-08-14T08:15:59.195Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ExjmWz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-14T08:15:59.195Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:15:59.196Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ExjmWz 0 is matching search criteria
2021-08-14T08:15:59.196Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ExjmWz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-14T08:15:59.196Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:15:59.196Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ExjmWz 0 is not matching search criteria
2021-08-14T08:15:59.196Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-14T08:15:59.196Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-14T08:15:59.196Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=50a7f117-a0dc-4f94-a0aa-0409878a0083
2021-08-14T08:15:59.197Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:15:59.197Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ExjmWz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-14T08:15:59.197Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:15:59.197Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ExjmWz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-14T08:15:59.197Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:15:59.197Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ExjmWz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-14T08:15:59.197Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:15:59.198Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ExjmWz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-14T08:15:59.198Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_ExjmWz
Description:service
Model UUID:1f700eb6-5c3d-4407-8407-226e8f137eb5
Model Version:NULL
Model InvariantUuid:ef43c1b0-5044-442e-9c1c-0d0fd5d2441c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_ExjmWz
Model UUID:d8d7d0cf-152f-439b-95e8-35f188f7f202
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f7427653-a48f-4252-9928-77496664c20f
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:480e324e-9cd7-4b4b-bbf1-06767366a4a1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:a9c14fce-5099-4fa4-b9aa-f93e7430dbf5
ModelName:BasicOnboardExjmwz..base_ubuntu18..module-0
ModelUuid:608d634c-370c-4c12-be81-52e596950518
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:50a7f117-a0dc-4f94-a0aa-0409878a0083
ModelInvariantUuid:70734032-da49-428d-aa6f-6305a1512925
ModelName:basic_onboard_ExjmWz-nodes.ubuntu18Cvfc
ModelUuid:38ade440-4e35-4043-96a8-8687d51b521b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:2b234599-bd8f-4ff6-b517-a677b704036f
ModelInvariantUuid:9a3e7d7c-be3d-451d-afb2-39e7456d3d6b
ModelName:BasicOnboardExjmwz.compute.nodes.heat.ubuntu18
ModelUuid:6adecb13-ec70-465d-aea3-4f368f2ae5d8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-14T08:15:59.204Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 138f1ef9-af9b-407c-b9ad-aa85b4091c6b
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-14T08:15:59.208Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||basic_onboard_ExjmWz 0
2021-08-14T08:15:59.208Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 138f1ef9-af9b-407c-b9ad-aa85b4091c6b
2021-08-14T08:15:59.208Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: df771a9e-82cb-4e17-b0d6-35f09ee1dcf0 from URL: /sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/basic_onboard_exjmwz0_modules.json
2021-08-14T08:15:59.209Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-08-14T08:15:59.209Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/basic_onboard_exjmwz0_modules.json
2021-08-14T08:15:59.583Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-08-14T08:15:59.583Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/basic_onboard_exjmwz0_modules.json df771a9e-82cb-4e17-b0d6-35f09ee1dcf0 798
2021-08-14T08:15:59.584Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/basic_onboard_exjmwz0_modules.json ASDC sendASDCNotification
2021-08-14T08:15:59.584Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/basic_onboard_exjmwz0_modules.json
2021-08-14T08:15:59.584Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-14T08:15:59.585Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-14T08:15:59.600Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-14T08:15:59.601Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628928959584,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/basic_onboard_exjmwz0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-14T08:15:59.687Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms
2021-08-14T08:15:59.688Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-14T08:15:59.688Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ...
2021-08-14T08:15:59.706Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:15:59.707Z||pool-27-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2021-08-14T08:16:00.602Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardExjmwz..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "a9c14fce-5099-4fa4-b9aa-f93e7430dbf5",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "608d634c-370c-4c12-be81-52e596950518",
"vfModuleModelCustomizationUUID": "36e0b3fd-c8aa-416f-b2b6-73f6330e004e",
"isBase": true,
"artifacts": [
"1a0ded18-d8a8-4c83-8823-a00e65d48967",
"95e48ed3-e980-4abf-948f-6525dcfa1ea2"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-08-14T08:16:00.610Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardExjmwz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:608d634c-370c-4c12-be81-52e596950518
VfModuleModelInvariantUUID:a9c14fce-5099-4fa4-b9aa-f93e7430dbf5
VfModuleModelDescription:NULL
Artifacts UUID List:{
1a0ded18-d8a8-4c83-8823-a00e65d48967
,
95e48ed3-e980-4abf-948f-6525dcfa1ea2
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-08-14T08:16:00.615Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardExjmwz..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "a9c14fce-5099-4fa4-b9aa-f93e7430dbf5",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "608d634c-370c-4c12-be81-52e596950518",
"vfModuleModelCustomizationUUID": "36e0b3fd-c8aa-416f-b2b6-73f6330e004e",
"isBase": true,
"artifacts": [
"1a0ded18-d8a8-4c83-8823-a00e65d48967",
"95e48ed3-e980-4abf-948f-6525dcfa1ea2"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-08-14T08:16:00.616Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardExjmwz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:608d634c-370c-4c12-be81-52e596950518
VfModuleModelInvariantUUID:a9c14fce-5099-4fa4-b9aa-f93e7430dbf5
VfModuleModelDescription:NULL
Artifacts UUID List:{
1a0ded18-d8a8-4c83-8823-a00e65d48967
,
95e48ed3-e980-4abf-948f-6525dcfa1ea2
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-08-14T08:16:00.616Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1a0ded18-d8a8-4c83-8823-a00e65d48967 from URL: /sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.yaml
2021-08-14T08:16:00.617Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-08-14T08:16:00.617Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.yaml
2021-08-14T08:16:01.135Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-08-14T08:16:01.135Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.yaml 1a0ded18-d8a8-4c83-8823-a00e65d48967 5033
2021-08-14T08:16:01.136Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-14T08:16:01.136Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.yaml
2021-08-14T08:16:01.136Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-14T08:16:01.137Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-14T08:16:01.139Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-14T08:16:01.139Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628928961136,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-14T08:16:01.239Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-14T08:16:01.241Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-14T08:16:01.241Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ...
2021-08-14T08:16:01.252Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:16:01.253Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-08-14T08:16:02.140Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 95e48ed3-e980-4abf-948f-6525dcfa1ea2 from URL: /sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.env
2021-08-14T08:16:02.141Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-08-14T08:16:02.141Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.env
2021-08-14T08:16:03.534Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-08-14T08:16:03.535Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.env 95e48ed3-e980-4abf-948f-6525dcfa1ea2 909
2021-08-14T08:16:03.535Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-14T08:16:03.536Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.env
2021-08-14T08:16:03.536Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-14T08:16:03.536Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-14T08:16:03.540Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-14T08:16:03.540Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628928963535,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-08-14T08:16:03.657Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 117 ms
2021-08-14T08:16:03.658Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-14T08:16:03.658Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ...
2021-08-14T08:16:03.673Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:16:03.673Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-08-14T08:16:04.541Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 1f700eb6-5c3d-4407-8407-226e8f137eb5
2021-08-14T08:16:04.541Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ExjmWz 0 138f1ef9-af9b-407c-b9ad-aa85b4091c6b ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-14T08:16:04.559Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:16:04.560Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ExjmWz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-14T08:16:04.560Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2021-08-14T08:16:04.560Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 480e324e-9cd7-4b4b-bbf1-06767366a4a1
2021-08-14T08:16:04.560Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 480e324e-9cd7-4b4b-bbf1-06767366a4a1 matches Tosca VF Customization UUID: 480e324e-9cd7-4b4b-bbf1-06767366a4a1
2021-08-14T08:16:04.561Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 480e324e-9cd7-4b4b-bbf1-06767366a4a1 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-08-14T08:16:04.564Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:16:04.564Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ExjmWz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-14T08:16:04.565Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 480e324e-9cd7-4b4b-bbf1-06767366a4a1: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-08-14T08:16:04.565Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@755b7ed3
2021-08-14T08:16:04.565Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:16:04.565Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ExjmWz is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-14T08:16:04.566Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 36e0b3fd-c8aa-416f-b2b6-73f6330e004e
2021-08-14T08:16:04.566Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 36e0b3fd-c8aa-416f-b2b6-73f6330e004e
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-08-14T08:16:04.568Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:16:04.569Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ExjmWz 0 is matching search criteria
2021-08-14T08:16:04.569Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ExjmWz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-14T08:16:04.574Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:16:04.574Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ExjmWz 0 is matching search criteria
2021-08-14T08:16:04.574Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ExjmWz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-14T08:16:04.575Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:16:04.575Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ExjmWz 0 is not matching search criteria
2021-08-14T08:16:04.575Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-14T08:16:04.576Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-14T08:16:04.576Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=50a7f117-a0dc-4f94-a0aa-0409878a0083
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-14T08:16:04.578Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:16:04.579Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ExjmWz 0 is matching search criteria
2021-08-14T08:16:04.579Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ExjmWz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-14T08:16:04.579Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:16:04.580Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ExjmWz 0 is matching search criteria
2021-08-14T08:16:04.580Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ExjmWz 0] matching following query criteria: sdcType=VF, customizationUUID=480e324e-9cd7-4b4b-bbf1-06767366a4a1
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-14T08:16:04.582Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:16:04.582Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ExjmWz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-14T08:16:04.583Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 1f700eb6-5c3d-4407-8407-226e8f137eb5: basic_onboard_ExjmWz
2021-08-14T08:16:04.583Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:16:04.583Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ExjmWz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-14T08:16:04.584Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:16:04.584Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ExjmWz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-14T08:16:04.584Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:16:04.585Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ExjmWz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-14T08:16:04.585Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:16:04.585Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ExjmWz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-14T08:16:04.586Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:16:04.586Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ExjmWz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-14T08:16:04.586Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_ExjmWz
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-14T08:16:04.731Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ExjmWz 138f1ef9-af9b-407c-b9ad-aa85b4091c6b 1 ASDC deployResourceStructure
2021-08-14T08:16:04.733Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/basic_onboard_exjmwz0_modules.json ASDC sendASDCNotification
2021-08-14T08:16:04.734Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/basic_onboard_exjmwz0_modules.json
2021-08-14T08:16:04.734Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-14T08:16:04.735Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-14T08:16:04.740Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-14T08:16:04.741Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628928964733,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/basic_onboard_exjmwz0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-14T08:16:04.848Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2021-08-14T08:16:04.849Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-14T08:16:04.849Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ...
2021-08-14T08:16:04.871Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:16:04.872Z||pool-30-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-08-14T08:16:05.744Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-14T08:16:05.744Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.yaml
2021-08-14T08:16:05.745Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-14T08:16:05.745Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-14T08:16:05.748Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-14T08:16:05.749Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628928965744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-08-14T08:16:05.849Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-14T08:16:05.849Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-14T08:16:05.850Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ...
2021-08-14T08:16:05.861Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:16:05.861Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-14T08:16:06.750Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-14T08:16:06.751Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.env
2021-08-14T08:16:06.752Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-14T08:16:06.753Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-14T08:16:06.755Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-14T08:16:06.756Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628928966749,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-08-14T08:16:06.856Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-14T08:16:06.857Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-14T08:16:06.857Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ...
2021-08-14T08:16:06.873Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:16:06.874Z||pool-32-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-08-14T08:16:07.757Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar ASDC sendASDCNotification
2021-08-14T08:16:07.758Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar
2021-08-14T08:16:07.758Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-14T08:16:07.758Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-14T08:16:07.760Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-14T08:16:07.761Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628928967757,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-14T08:16:07.861Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-14T08:16:07.862Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-14T08:16:07.862Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ...
2021-08-14T08:16:07.873Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:16:07.873Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-14T08:16:08.763Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c8b759ba-3d89-4b3a-95c5-87c3709484e4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-14T08:16:08.775Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c8b759ba-3d89-4b3a-95c5-87c3709484e4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-14T08:16:08.784Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-14T08:16:08.785Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-14T08:16:08.785Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-14T08:16:38.787Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c8b759ba-3d89-4b3a-95c5-87c3709484e4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-14T08:16:38.820Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c8b759ba-3d89-4b3a-95c5-87c3709484e4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-14T08:16:38.824Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-14T08:16:38.824Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-14T08:16:38.825Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-14T08:16:47.973Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:16:47.975Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T08:16:47.975Z||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 twzk2KelVekM6RhO) ...
2021-08-14T08:16:48.004Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:16:48.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:16:48.006Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628928948011,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:16:48.007Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-14T08:17:08.826Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c8b759ba-3d89-4b3a-95c5-87c3709484e4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-14T08:17:08.843Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c8b759ba-3d89-4b3a-95c5-87c3709484e4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-14T08:17:08.849Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-14T08:17:08.849Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-14T08:17:08.850Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-14T08:17:38.852Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c8b759ba-3d89-4b3a-95c5-87c3709484e4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-14T08:17:38.880Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c8b759ba-3d89-4b3a-95c5-87c3709484e4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-14T08:17:38.883Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-14T08:17:38.883Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-14T08:17:38.883Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-14T08:17:47.973Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:17:47.974Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T08:17:47.974Z||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 twzk2KelVekM6RhO) ...
2021-08-14T08:17:48.011Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:17:48.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:17:48.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628928947970,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:17:48.013Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-14T08:18:08.883Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c8b759ba-3d89-4b3a-95c5-87c3709484e4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-14T08:18:08.898Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c8b759ba-3d89-4b3a-95c5-87c3709484e4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-14T08:18:08.902Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-14T08:18:08.902Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-14T08:18:08.902Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-14T08:18:38.903Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c8b759ba-3d89-4b3a-95c5-87c3709484e4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-14T08:18:38.950Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c8b759ba-3d89-4b3a-95c5-87c3709484e4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-14T08:18:38.964Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-14T08:18:38.964Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-14T08:18:38.965Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-14T08:18:47.973Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:18:47.974Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T08:18:47.975Z||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 twzk2KelVekM6RhO) ...
2021-08-14T08:18:48.509Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:18:48.516Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.519Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "aai-ml",
"timestamp": 1628928941965,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/basic_onboard_exjmwz0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:18:48.521Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-14T08:18:48.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "ves-openapi-manager",
"timestamp": 1628928946157,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/basic_onboard_exjmwz0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:18:48.523Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-14T08:18:48.523Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.523Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "policy-id",
"timestamp": 1628928940868,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/basic_onboard_exjmwz0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:18:48.523Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-14T08:18:48.523Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.524Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628928948011,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/basic_onboard_exjmwz0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:18:48.524Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-14T08:18:48.524Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.524Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628928947970,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/basic_onboard_exjmwz0_modules.json",
"status": "NOTIFIED"
}
2021-08-14T08:18:48.524Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-14T08:18:48.524Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.524Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "aai-ml",
"timestamp": 1628928941965,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:18:48.524Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-14T08:18:48.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "ves-openapi-manager",
"timestamp": 1628928946157,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:18:48.525Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-14T08:18:48.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "policy-id",
"timestamp": 1628928940868,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-14T08:18:48.525Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-14T08:18:48.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628928948011,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:18:48.526Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-14T08:18:48.526Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.526Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628928947970,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-14T08:18:48.526Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-14T08:18:48.526Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.526Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "clamp",
"timestamp": 1628928950659,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:18:48.526Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-14T08:18:48.526Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.526Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "aai-ml",
"timestamp": 1628928941965,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:18:48.527Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-14T08:18:48.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.527Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "ves-openapi-manager",
"timestamp": 1628928946157,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:18:48.527Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-14T08:18:48.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.527Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "policy-id",
"timestamp": 1628928940868,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:18:48.527Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-14T08:18:48.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.528Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628928948011,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:18:48.528Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-14T08:18:48.528Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.528Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628928947970,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:18:48.528Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-14T08:18:48.528Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "clamp",
"timestamp": 1628928950659,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/basic_onboard_exjmwz0_modules.json",
"status": "NOTIFIED"
}
2021-08-14T08:18:48.531Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-14T08:18:48.531Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "aai-ml",
"timestamp": 1628928941965,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:18:48.531Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-14T08:18:48.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "ves-openapi-manager",
"timestamp": 1628928946157,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:18:48.532Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-14T08:18:48.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "policy-id",
"timestamp": 1628928940868,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:18:48.532Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-14T08:18:48.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628928948011,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:18:48.533Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-14T08:18:48.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628928947970,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-08-14T08:18:48.533Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-14T08:18:48.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "cds",
"timestamp": 1628928952264,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:18:48.533Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-14T08:18:48.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "clamp",
"timestamp": 1628928950659,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:18:48.534Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-14T08:18:48.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "aai-ml",
"timestamp": 1628928941965,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:18:48.534Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-14T08:18:48.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "ves-openapi-manager",
"timestamp": 1628928946157,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:18:48.534Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-14T08:18:48.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "policy-id",
"timestamp": 1628928940868,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:18:48.535Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-14T08:18:48.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628928948011,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:18:48.535Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-14T08:18:48.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628928947970,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:18:48.535Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-14T08:18:48.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "cds",
"timestamp": 1628928952264,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/basic_onboard_exjmwz0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:18:48.536Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-14T08:18:48.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "clamp",
"timestamp": 1628928950659,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:18:48.538Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-14T08:18:48.538Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.538Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "aai-ml",
"timestamp": 1628928941965,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar",
"status": "NOTIFIED"
}
2021-08-14T08:18:48.538Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-14T08:18:48.538Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.538Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "ves-openapi-manager",
"timestamp": 1628928946157,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:18:48.539Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-14T08:18:48.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "policy-id",
"timestamp": 1628928940868,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar",
"status": "NOTIFIED"
}
2021-08-14T08:18:48.539Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-14T08:18:48.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628928948011,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar",
"status": "NOTIFIED"
}
2021-08-14T08:18:48.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-14T08:18:48.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628928947970,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar",
"status": "NOTIFIED"
}
2021-08-14T08:18:48.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-14T08:18:48.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "cds",
"timestamp": 1628928952264,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:18:48.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-14T08:18:48.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628928954628,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:18:48.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-14T08:18:48.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "clamp",
"timestamp": 1628928950659,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:18:48.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-14T08:18:48.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "cds",
"timestamp": 1628928952264,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:18:48.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-14T08:18:48.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "aai-ml",
"timestamp": 1628928956084,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-14T08:18:48.544Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-14T08:18:48.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "policy-id",
"timestamp": 1628928956194,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-14T08:18:48.547Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-14T08:18:48.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628928954628,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/basic_onboard_exjmwz0_modules.json",
"status": "NOTIFIED"
}
2021-08-14T08:18:48.548Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-14T08:18:48.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "clamp",
"timestamp": 1628928950659,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:18:48.548Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-14T08:18:48.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628928956476,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-14T08:18:48.549Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-14T08:18:48.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628928956491,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-14T08:18:48.549Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-14T08:18:48.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "cds",
"timestamp": 1628928952264,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:18:48.549Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-14T08:18:48.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "policy-id",
"timestamp": 1628928957204,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-14T08:18:48.550Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-14T08:18:48.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.550Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628928954628,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-14T08:18:48.550Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-14T08:18:48.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.550Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "clamp",
"timestamp": 1628928950659,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar",
"status": "NOTIFIED"
}
2021-08-14T08:18:48.550Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-14T08:18:48.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.551Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "cds",
"timestamp": 1628928952264,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:18:48.551Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-14T08:18:48.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.551Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "policy-id",
"timestamp": 1628928958208,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-14T08:18:48.561Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c8b759ba-3d89-4b3a-95c5-87c3709484e4
2021-08-14T08:18:48.562Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8b759ba-3d89-4b3a-95c5-87c3709484e4 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-14T08:18:48.579Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.580Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628928954628,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:18:48.580Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-14T08:18:48.580Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.580Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "dcae-sch",
"timestamp": 1628928958027,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:18:48.581Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-14T08:18:48.581Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.581Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "cds",
"timestamp": 1628928952264,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar",
"status": "NOTIFIED"
}
2021-08-14T08:18:48.581Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-14T08:18:48.581Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.581Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628928959078,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-14T08:18:48.582Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-14T08:18:48.582Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.582Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628928954628,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-08-14T08:18:48.582Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-14T08:18:48.582Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.582Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628928959584,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/basic_onboard_exjmwz0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-14T08:18:48.582Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-14T08:18:48.583Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.583Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "dcae-sch",
"timestamp": 1628928958027,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/basic_onboard_exjmwz0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:18:48.583Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-14T08:18:48.583Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.583Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628928960082,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-14T08:18:48.589Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c8b759ba-3d89-4b3a-95c5-87c3709484e4
2021-08-14T08:18:48.589Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8b759ba-3d89-4b3a-95c5-87c3709484e4 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-14T08:18:48.599Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.600Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628928954628,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:18:48.600Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-14T08:18:48.600Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.600Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "cds",
"timestamp": 1628928960590,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-14T08:18:48.600Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-14T08:18:48.601Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.601Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "dcae-sch",
"timestamp": 1628928958027,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:18:48.601Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-14T08:18:48.601Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.601Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628928961136,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-14T08:18:48.601Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-14T08:18:48.601Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.601Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628928954628,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar",
"status": "NOTIFIED"
}
2021-08-14T08:18:48.602Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-14T08:18:48.602Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.602Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "cds",
"timestamp": 1628928961597,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-14T08:18:48.607Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c8b759ba-3d89-4b3a-95c5-87c3709484e4
2021-08-14T08:18:48.608Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8b759ba-3d89-4b3a-95c5-87c3709484e4 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-14T08:18:48.618Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.618Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "dcae-sch",
"timestamp": 1628928958027,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:18:48.619Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-14T08:18:48.619Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.619Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "dcae-sch",
"timestamp": 1628928958027,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:18:48.619Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-14T08:18:48.619Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.619Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628928963535,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-08-14T08:18:48.620Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-14T08:18:48.620Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.620Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "dcae-sch",
"timestamp": 1628928958027,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:18:48.620Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-14T08:18:48.620Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.620Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628928963823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/basic_onboard_exjmwz0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-14T08:18:48.620Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-14T08:18:48.620Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.620Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "dcae-sch",
"timestamp": 1628928958027,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:18:48.621Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-14T08:18:48.621Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.621Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628928964733,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/basic_onboard_exjmwz0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-14T08:18:48.621Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-14T08:18:48.621Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.621Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "aai-ml",
"timestamp": 1628928965254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-14T08:18:48.621Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-14T08:18:48.622Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.622Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "clamp",
"timestamp": 1628928965515,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-14T08:18:48.622Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-14T08:18:48.622Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.622Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628928965730,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-14T08:18:48.622Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-14T08:18:48.622Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.623Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628928965744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-08-14T08:18:48.623Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-14T08:18:48.623Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.623Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "aai-ml",
"timestamp": 1628928966258,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-14T08:18:48.630Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c8b759ba-3d89-4b3a-95c5-87c3709484e4
2021-08-14T08:18:48.630Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8b759ba-3d89-4b3a-95c5-87c3709484e4 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-14T08:18:48.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628928966749,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-08-14T08:18:48.647Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-14T08:18:48.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628928967161,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-08-14T08:18:48.647Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-14T08:18:48.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "clamp",
"timestamp": 1628928967530,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-14T08:18:48.649Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-14T08:18:48.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628928967757,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/artifacts/service-BasicOnboardExjmwz-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-14T08:18:48.649Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-14T08:18:48.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.651Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628928968189,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-14T08:18:48.658Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c8b759ba-3d89-4b3a-95c5-87c3709484e4
2021-08-14T08:18:48.658Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8b759ba-3d89-4b3a-95c5-87c3709484e4 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-08-14T08:18:48.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "clamp",
"timestamp": 1628928968534,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-14T08:18:48.671Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c8b759ba-3d89-4b3a-95c5-87c3709484e4
2021-08-14T08:18:48.672Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8b759ba-3d89-4b3a-95c5-87c3709484e4 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-14T08:18:48.681Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:18:48.681Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628928969192,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardExjmwz/1.0/resourceInstances/basic_onboard_exjmwz0/artifacts/basic_onboard_exjmwz0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-14T08:18:48.681Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-14T08:19:08.965Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c8b759ba-3d89-4b3a-95c5-87c3709484e4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-14T08:19:08.986Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c8b759ba-3d89-4b3a-95c5-87c3709484e4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-14T08:19:08.994Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-14T08:19:08.994Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-14T08:19:08.994Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-14T08:19:08.994Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-14T08:19:08.994Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-14T08:19:08.995Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-14T08:19:08.995Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-14T08:19:08.995Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-14T08:19:08.995Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-14T08:19:08.995Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-14T08:19:08.995Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-14T08:19:09.003Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-14T08:19:39.004Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c8b759ba-3d89-4b3a-95c5-87c3709484e4 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-08-14T08:19:39.026Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c8b759ba-3d89-4b3a-95c5-87c3709484e4 and serviceModelVersionId: 1f700eb6-5c3d-4407-8407-226e8f137eb5
2021-08-14T08:19:39.026Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ef43c1b0-5044-442e-9c1c-0d0fd5d2441c
2021-08-14T08:19:39.029Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ef43c1b0-5044-442e-9c1c-0d0fd5d2441c/model-vers/model-ver/1f700eb6-5c3d-4407-8407-226e8f137eb5?depth=0
2021-08-14T08:19:39.046Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-08-14T08:19:39.139Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ef43c1b0-5044-442e-9c1c-0d0fd5d2441c/model-vers/model-ver/1f700eb6-5c3d-4407-8407-226e8f137eb5?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-08-14T08:19:39.146Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ef43c1b0-5044-442e-9c1c-0d0fd5d2441c/model-vers/model-ver/1f700eb6-5c3d-4407-8407-226e8f137eb5?depth=0|INFO|500||Invoke
2021-08-14T08:19:39.182Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ef43c1b0-5044-442e-9c1c-0d0fd5d2441c/model-vers/model-ver/1f700eb6-5c3d-4407-8407-226e8f137eb5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-08-14T08:19:39.323Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ef43c1b0-5044-442e-9c1c-0d0fd5d2441c/model-vers/model-ver/1f700eb6-5c3d-4407-8407-226e8f137eb5?depth=0|INFO|500||InvokeReturn
2021-08-14T08:19:39.323Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ef43c1b0-5044-442e-9c1c-0d0fd5d2441c/model-vers/model-ver/1f700eb6-5c3d-4407-8407-226e8f137eb5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210814-08:19:39:202-75955], vertex-id=[163944], Content-Length=[0], Date=[Sat, 14 Aug 2021 08:19:39 GMT], Content-Type=[application/json]}
2021-08-14T08:19:39.323Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-08-14T08:19:39.323Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-14T08:19:39.324Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-14T08:19:39.344Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-08-14T08:19:39.345Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c8b759ba-3d89-4b3a-95c5-87c3709484e4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-14T08:19:39.345Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-14T08:19:39.346Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-14T08:19:39.348Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-14T08:19:39.348Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628929179345,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-14T08:19:39.449Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-14T08:19:39.450Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-14T08:19:39.450Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ...
2021-08-14T08:19:39.466Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:19:39.467Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-14T08:19:40.366Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:19:40.367Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|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-08-14T08:19:40.367Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|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 twzk2KelVekM6RhO) ...
2021-08-14T08:19:47.972Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:19:47.973Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T08:19:47.974Z||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 twzk2KelVekM6RhO) ...
2021-08-14T08:19:48.608Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:19:48.608Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-14T08:19:48.608Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8b759ba-3d89-4b3a-95c5-87c3709484e4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628929179345,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-14T08:19:48.610Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-14T08:19:50.619Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:19:50.623Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:19:50.623Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|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-08-14T08:19:50.623Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|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 twzk2KelVekM6RhO) ...
2021-08-14T08:20:00.193Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:20:00.194Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:20:00.194Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|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-08-14T08:20:00.194Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|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 twzk2KelVekM6RhO) ...
2021-08-14T08:20:09.739Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:20:09.740Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:20:09.740Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|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-08-14T08:20:09.740Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|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 twzk2KelVekM6RhO) ...
2021-08-14T08:20:19.294Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:20:47.972Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:20:47.971Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:20:47.976Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T08:20:47.976Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|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-08-14T08:20:47.976Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|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 twzk2KelVekM6RhO) ...
2021-08-14T08:20:47.976Z||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 twzk2KelVekM6RhO) ...
2021-08-14T08:20:57.536Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:20:57.543Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:21:47.970Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:21:47.972Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:21:47.974Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|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-08-14T08:21:47.974Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T08:21:47.974Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|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 twzk2KelVekM6RhO) ...
2021-08-14T08:21:47.974Z||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 twzk2KelVekM6RhO) ...
2021-08-14T08:21:57.541Z|5e16ac5b-3e2d-4056-a9fc-7860c639ad85|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:21:57.545Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:22:47.971Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:22:47.972Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:22:47.977Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T08:22:47.977Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|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-08-14T08:22:47.977Z||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 twzk2KelVekM6RhO) ...
2021-08-14T08:22:47.977Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|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 twzk2KelVekM6RhO) ...
2021-08-14T08:22:57.553Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:22:57.556Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:23:47.972Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:23:47.971Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:23:47.976Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|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-08-14T08:23:47.976Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T08:23:47.976Z||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 twzk2KelVekM6RhO) ...
2021-08-14T08:23:47.976Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|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 twzk2KelVekM6RhO) ...
2021-08-14T08:23:57.546Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:23:57.546Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:24:47.972Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:24:47.973Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:24:47.978Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T08:24:47.978Z||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-08-14T08:24:47.978Z||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 twzk2KelVekM6RhO) ...
2021-08-14T08:24:47.978Z||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 twzk2KelVekM6RhO) ...
2021-08-14T08:24:57.545Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:24:57.567Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:25:47.972Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:25:47.972Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:25:47.977Z||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-08-14T08:25:47.977Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T08:25:47.977Z||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 twzk2KelVekM6RhO) ...
2021-08-14T08:25:47.977Z||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 twzk2KelVekM6RhO) ...
2021-08-14T08:25:57.569Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:25:57.571Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:26:47.969Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:26:47.972Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:26:47.972Z||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-08-14T08:26:47.972Z||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 twzk2KelVekM6RhO) ...
2021-08-14T08:26:47.973Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T08:26:47.973Z||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 twzk2KelVekM6RhO) ...
2021-08-14T08:26:57.564Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:26:57.563Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:27:47.970Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:27:47.973Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:27:47.974Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T08:27:47.974Z||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 twzk2KelVekM6RhO) ...
2021-08-14T08:27:47.974Z||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-08-14T08:27:47.974Z||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 twzk2KelVekM6RhO) ...
2021-08-14T08:27:57.560Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:27:57.562Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:28:47.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:28:47.973Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:28:47.974Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T08:28:47.974Z||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-08-14T08:28:47.974Z||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 twzk2KelVekM6RhO) ...
2021-08-14T08:28:47.975Z||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 twzk2KelVekM6RhO) ...
2021-08-14T08:28:57.542Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:28:57.544Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:29:47.970Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:29:47.972Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:29:47.974Z||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-08-14T08:29:47.974Z||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 twzk2KelVekM6RhO) ...
2021-08-14T08:29:47.974Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T08:29:47.974Z||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 twzk2KelVekM6RhO) ...
2021-08-14T08:29:57.535Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:29:57.554Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:30:47.972Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:30:47.971Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:30:47.974Z||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-08-14T08:30:47.974Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T08:30:47.974Z||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 twzk2KelVekM6RhO) ...
2021-08-14T08:30:47.974Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|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 twzk2KelVekM6RhO) ...
2021-08-14T08:30:57.587Z|c8b759ba-3d89-4b3a-95c5-87c3709484e4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:30:57.588Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:31:47.972Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:31:47.974Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:31:47.975Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T08:31:47.976Z||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 twzk2KelVekM6RhO) ...
2021-08-14T08:31:47.975Z||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-08-14T08:31:47.976Z||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 twzk2KelVekM6RhO) ...
2021-08-14T08:31:48.632Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:31:48.632Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:31:48.633Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-14T08:31:48.633Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"e9e05693-3652-46a7-ac64-420d45ccf324","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"85727eea-df4e-4240-8dee-453b77bcf822","serviceDescription":"service","serviceInvariantUUID":"edccbea9-7381-44bb-9baf-c58b3eff973e","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9ada5384-9b67-4d0e-b7d0-06720238aaa0","resourceInvariantUUID":"202fb4fd-c1d7-43b2-a516-8ad9d200f925","resourceCustomizationUUID":"59fbe936-e936-4192-99f7-5262ab39befa","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":"NzRjMmY3MjdlMWRlNTYxNTBmZTI0OGM0M2Y2ZDUxZjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"31866243-69b4-401f-b561-d34f6fa7ccb4","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjE1NWI1M2RhYTFlZTNlMTEwYzJhNmRmNThiZWM0ZGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"65ab81a6-4c95-4eb1-86f9-375072784f30","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-14T08:31:48.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-14T08:31:48.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324",
"consumerID": "policy-id",
"timestamp": 1628929860866,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:31:48.638Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-14T08:31:48.638Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-14T08:31:48.638Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324",
"consumerID": "ves-openapi-manager",
"timestamp": 1628929866157,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:31:48.639Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-14T08:31:48.639Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-14T08:31:48.639Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324",
"consumerID": "dcae-sch",
"timestamp": 1628929858027,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:31:48.639Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-14T08:31:48.639Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-14T08:31:48.639Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324",
"consumerID": "cds",
"timestamp": 1628929867263,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:31:48.640Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-14T08:31:48.640Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-14T08:31:48.640Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324",
"consumerID": "ves-openapi-manager",
"timestamp": 1628929866157,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:31:48.640Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-14T08:31:48.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-14T08:31:48.641Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324",
"consumerID": "policy-id",
"timestamp": 1628929860866,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-14T08:31:48.641Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-14T08:31:48.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-14T08:31:48.641Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324",
"consumerID": "dcae-sch",
"timestamp": 1628929858027,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:31:48.641Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-14T08:31:48.642Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-14T08:31:48.642Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324",
"consumerID": "cds",
"timestamp": 1628929867263,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-14T08:31:48.642Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-14T08:31:48.642Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-14T08:31:48.642Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324",
"consumerID": "policy-id",
"timestamp": 1628929871340,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-14T08:31:48.643Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-14T08:31:48.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-14T08:31:48.643Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324",
"consumerID": "cds",
"timestamp": 1628929871748,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-14T08:31:48.643Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-14T08:31:48.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-14T08:31:48.643Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324",
"consumerID": "policy-id",
"timestamp": 1628929872345,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-14T08:31:48.644Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-14T08:31:48.644Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-14T08:31:48.644Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-14T08:31:48.645Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-14T08:31:48.651Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-14T08:31:48.651Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628929907971,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:31:48.644Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324",
"consumerID": "aai-ml",
"timestamp": 1628929871965,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:31:48.663Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-14T08:31:48.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-14T08:31:48.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324",
"consumerID": "cds",
"timestamp": 1628929872757,
"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-08-14T08:31:48.690Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e9e05693-3652-46a7-ac64-420d45ccf324
2021-08-14T08:31:48.690Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9e05693-3652-46a7-ac64-420d45ccf324 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-14T08:31:48.700Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-14T08:31:48.700Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324",
"consumerID": "policy-id",
"timestamp": 1628929873348,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-14T08:31:48.705Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e9e05693-3652-46a7-ac64-420d45ccf324
2021-08-14T08:31:48.705Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9e05693-3652-46a7-ac64-420d45ccf324 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-14T08:31:48.716Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-14T08:31:48.717Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324",
"consumerID": "aai-ml",
"timestamp": 1628929871965,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-14T08:31:48.717Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-14T08:31:48.717Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-14T08:31:48.717Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628929874627,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:31:48.718Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-14T08:31:48.718Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-14T08:31:48.718Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324",
"consumerID": "aai-ml",
"timestamp": 1628929875883,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-14T08:31:48.718Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-14T08:31:48.718Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-14T08:31:48.718Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324",
"consumerID": "multicloud-k8s-id",
"timestamp": 1628929874627,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-14T08:31:48.719Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-14T08:31:48.719Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-14T08:31:48.719Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628929878011,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:31:48.719Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-14T08:31:48.719Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-14T08:31:48.719Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628929878011,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-14T08:31:48.720Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-14T08:31:48.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-14T08:31:48.720Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324",
"consumerID": "aai-ml",
"timestamp": 1628929880467,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-14T08:31:48.720Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-14T08:31:48.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-14T08:31:48.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324",
"consumerID": "clamp",
"timestamp": 1628929880659,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:31:48.721Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-14T08:31:48.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-14T08:31:48.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324",
"consumerID": "aai-ml",
"timestamp": 1628929881471,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-14T08:31:48.726Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e9e05693-3652-46a7-ac64-420d45ccf324
2021-08-14T08:31:48.726Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9e05693-3652-46a7-ac64-420d45ccf324 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-14T08:31:48.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-14T08:31:48.735Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628929882131,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-14T08:31:48.736Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-14T08:31:48.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-14T08:31:48.736Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324",
"consumerID": "clamp",
"timestamp": 1628929880659,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-14T08:31:48.736Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-14T08:31:48.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-14T08:31:48.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628929883792,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-14T08:31:48.737Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-14T08:31:48.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-14T08:31:48.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1628929884799,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-14T08:31:48.742Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e9e05693-3652-46a7-ac64-420d45ccf324
2021-08-14T08:31:48.743Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9e05693-3652-46a7-ac64-420d45ccf324 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-14T08:31:48.751Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-14T08:31:48.752Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-14T08:31:48.753Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ...
2021-08-14T08:31:48.755Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-14T08:31:48.755Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324",
"consumerID": "clamp",
"timestamp": 1628929895673,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-14T08:31:48.755Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-14T08:31:48.755Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-14T08:31:48.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324",
"consumerID": "clamp",
"timestamp": 1628929898677,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-14T08:31:48.756Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-14T08:31:48.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-14T08:31:48.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324",
"consumerID": "clamp",
"timestamp": 1628929899680,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-14T08:31:48.761Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e9e05693-3652-46a7-ac64-420d45ccf324
2021-08-14T08:31:48.761Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9e05693-3652-46a7-ac64-420d45ccf324 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=?
2021-08-14T08:31:48.770Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:31:48.771Z||pool-35-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-14T08:31:49.652Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-14T08:31:49.653Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-14T08:31:49.657Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-14T08:31:49.657Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628929907971,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-14T08:31:49.757Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-14T08:31:49.758Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-14T08:31:49.758Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ...
2021-08-14T08:31:49.777Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:31:49.778Z||pool-36-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2021-08-14T08:31:50.658Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "85727eea-df4e-4240-8dee-453b77bcf822",
"serviceDescription": "service",
"serviceInvariantUUID": "edccbea9-7381-44bb-9baf-c58b3eff973e",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "59fbe936-e936-4192-99f7-5262ab39befa",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "9ada5384-9b67-4d0e-b7d0-06720238aaa0",
"resourceInvariantUUID": "202fb4fd-c1d7-43b2-a516-8ad9d200f925",
"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": "MjE1NWI1M2RhYTFlZTNlMTEwYzJhNmRmNThiZWM0ZGQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "65ab81a6-4c95-4eb1-86f9-375072784f30"
}
],
"workloadContext": "Production"
}
2021-08-14T08:31:50.659Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-14T08:31:50.659Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 85727eea-df4e-4240-8dee-453b77bcf822 ASDC
2021-08-14T08:31:50.660Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:e9e05693-3652-46a7-ac64-420d45ccf324
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:85727eea-df4e-4240-8dee-453b77bcf822
ServiceInvariantUUID:edccbea9-7381-44bb-9baf-c58b3eff973e
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:65ab81a6-4c95-4eb1-86f9-375072784f30
ArtifactChecksum:MjE1NWI1M2RhYTFlZTNlMTEwYzJhNmRmNThiZWM0ZGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:59fbe936-e936-4192-99f7-5262ab39befa
ResourceInvariantUUID:202fb4fd-c1d7-43b2-a516-8ad9d200f925
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:9ada5384-9b67-4d0e-b7d0-06720238aaa0
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-08-14T08:31:50.660Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 85727eea-df4e-4240-8dee-453b77bcf822 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-14T08:31:50.695Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-14T08:31:50.697Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-08-14T08:31:50.697Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-08-14T08:31:50.697Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 65ab81a6-4c95-4eb1-86f9-375072784f30 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-14T08:31:50.697Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-08-14T08:31:50.698Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-14T08:31:52.850Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-08-14T08:31:52.853Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 65ab81a6-4c95-4eb1-86f9-375072784f30 52173
2021-08-14T08:31:52.854Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-08-14T08:31:52.854Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-14T08:31:52.854Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-14T08:31:52.855Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-14T08:31:52.860Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-14T08:31:52.860Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628929912854,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-14T08:31:52.961Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-14T08:31:52.962Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-14T08:31:52.962Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ...
2021-08-14T08:31:52.978Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:31:52.978Z||pool-37-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-08-14T08:31:53.861Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-14T08:31:53.863Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-08-14T08:31:53.863Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 65ab81a6-4c95-4eb1-86f9-375072784f30, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-14T08:31:53.864Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-08-14T08:31:53.864Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-14T08:31:53.865Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-14T08:31:54.097Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13116467257252248321/Definitions/service-BasicNetwork-template.yml
2021-08-14T08:31:54.670Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-14T08:31:54.671Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-08-14T08:31:54.671Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-14T08:31:54.672Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-08-14T08:31:54.672Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-14T08:31:54.672Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-14T08:31:54.672Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-14T08:31:54.673Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-14T08:31:54.673Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-14T08:31:54.673Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-14T08:31:54.673Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-14T08:31:54.673Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-14T08:31:54.674Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-08-14T08:31:54.674Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:31:54.674Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-14T08:31:54.675Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-08-14T08:31:54.675Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-08-14T08:31:54.675Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-14T08:31:54.676Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:31:54.676Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-14T08:31:54.676Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-08-14T08:31:54.676Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-08-14T08:31:54.677Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-14T08:31:54.677Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:31:54.677Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-14T08:31:54.677Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:31:54.678Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-14T08:31:54.678Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:31:54.678Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-14T08:31:54.679Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:31:54.679Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-14T08:31:54.679Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:31:54.680Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-14T08:31:54.680Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:85727eea-df4e-4240-8dee-453b77bcf822
Model Version:NULL
Model InvariantUuid:edccbea9-7381-44bb-9baf-c58b3eff973e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:202fb4fd-c1d7-43b2-a516-8ad9d200f925
Model UUID:d2d9dc4e-2931-4fb7-9c18-314ba58daa96
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:59fbe936-e936-4192-99f7-5262ab39befa
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-08-14T08:31:54.690Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: 9ada5384-9b67-4d0e-b7d0-06720238aaa0
2021-08-14T08:31:54.695Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||No resources found for Service: 85727eea-df4e-4240-8dee-453b77bcf822
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-14T08:31:54.705Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||
2021-08-14T08:31:54.706Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-08-14T08:31:54.707Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 85727eea-df4e-4240-8dee-453b77bcf822
2021-08-14T08:31:54.707Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 85727eea-df4e-4240-8dee-453b77bcf822
2021-08-14T08:31:54.707Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-08-14T08:31:54.708Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-14T08:31:54.720Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:31:54.721Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-14T08:31:54.721Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:31:54.722Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-14T08:31:54.722Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 85727eea-df4e-4240-8dee-453b77bcf822: Generic NeutronNet
2021-08-14T08:31:54.722Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:31:54.723Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-14T08:31:54.723Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:31:54.723Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-08-14T08:31:54.762Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:31:54.762Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-14T08:31:54.763Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:31:54.763Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-14T08:31:54.764Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:31:54.764Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-14T08:31:54.765Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-08-14T08:31:54.827Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-08-14T08:31:54.828Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-08-14T08:31:54.828Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-14T08:31:54.828Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-14T08:31:54.828Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-14T08:31:54.830Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-14T08:31:54.830Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628929914828,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-14T08:31:54.930Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-14T08:31:54.931Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-14T08:31:54.931Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ...
2021-08-14T08:31:54.950Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:31:54.950Z||pool-38-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-08-14T08:31:55.832Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9e05693-3652-46a7-ac64-420d45ccf324
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-14T08:31:55.848Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9e05693-3652-46a7-ac64-420d45ccf324
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-14T08:31:55.852Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-14T08:31:55.853Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-14T08:31:55.853Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-14T08:31:55.853Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-14T08:31:55.853Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-14T08:31:55.853Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-14T08:31:55.853Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-14T08:31:55.853Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-14T08:31:55.853Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-14T08:31:55.854Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-14T08:31:55.854Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-14T08:31:55.868Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-14T08:32:25.871Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e9e05693-3652-46a7-ac64-420d45ccf324 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-08-14T08:32:25.888Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e9e05693-3652-46a7-ac64-420d45ccf324 and serviceModelVersionId: 85727eea-df4e-4240-8dee-453b77bcf822
2021-08-14T08:32:25.889Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : edccbea9-7381-44bb-9baf-c58b3eff973e
2021-08-14T08:32:25.891Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/edccbea9-7381-44bb-9baf-c58b3eff973e/model-vers/model-ver/85727eea-df4e-4240-8dee-453b77bcf822?depth=0
2021-08-14T08:32:25.901Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-08-14T08:32:25.971Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/edccbea9-7381-44bb-9baf-c58b3eff973e/model-vers/model-ver/85727eea-df4e-4240-8dee-453b77bcf822?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-08-14T08:32:25.975Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/edccbea9-7381-44bb-9baf-c58b3eff973e/model-vers/model-ver/85727eea-df4e-4240-8dee-453b77bcf822?depth=0|INFO|500||Invoke
2021-08-14T08:32:26.002Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/edccbea9-7381-44bb-9baf-c58b3eff973e/model-vers/model-ver/85727eea-df4e-4240-8dee-453b77bcf822?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-08-14T08:32:26.346Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/edccbea9-7381-44bb-9baf-c58b3eff973e/model-vers/model-ver/85727eea-df4e-4240-8dee-453b77bcf822?depth=0|INFO|500||InvokeReturn
2021-08-14T08:32:26.346Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/edccbea9-7381-44bb-9baf-c58b3eff973e/model-vers/model-ver/85727eea-df4e-4240-8dee-453b77bcf822?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210814-08:32:26:019-58045], vertex-id=[200816], Content-Length=[0], Date=[Sat, 14 Aug 2021 08:32:26 GMT], Content-Type=[application/json]}
2021-08-14T08:32:26.351Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2021-08-14T08:32:26.351Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-14T08:32:26.352Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-14T08:32:26.357Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-08-14T08:32:26.358Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e9e05693-3652-46a7-ac64-420d45ccf324 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-14T08:32:26.359Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-14T08:32:26.360Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-08-14T08:32:26.363Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-14T08:32:26.363Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628929946358,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-14T08:32:26.463Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-14T08:32:26.465Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-14T08:32:26.465Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ...
2021-08-14T08:32:26.482Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:32:26.483Z||pool-39-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-14T08:32:47.970Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:32:47.971Z|e9e05693-3652-46a7-ac64-420d45ccf324|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-08-14T08:32:47.972Z|e9e05693-3652-46a7-ac64-420d45ccf324|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 twzk2KelVekM6RhO) ...
2021-08-14T08:32:47.972Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:32:47.973Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T08:32:47.973Z||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 twzk2KelVekM6RhO) ...
2021-08-14T08:32:48.106Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:32:48.107Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-14T08:32:48.107Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628929907971,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:32:48.108Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-14T08:32:57.526Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:33:47.973Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:33:47.973Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-14T08:33:47.976Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T08:33:47.977Z|e9e05693-3652-46a7-ac64-420d45ccf324|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 twzk2KelVekM6RhO) ...
2021-08-14T08:33:47.976Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-14T08:33:47.977Z||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 twzk2KelVekM6RhO) ...
2021-08-14T08:33:48.022Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:33:48.024Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-14T08:33:48.024Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628929907971,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-14T08:33:48.026Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-14T08:33:48.026Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-14T08:33:48.026Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628929912854,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-14T08:33:48.026Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-14T08:33:48.026Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-14T08:33:48.026Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628929914828,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-14T08:33:48.026Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-14T08:33:48.026Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-14T08:33:48.026Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e9e05693-3652-46a7-ac64-420d45ccf324",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628929946358,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-14T08:33:48.027Z|e9e05693-3652-46a7-ac64-420d45ccf324|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-14T08:33:48.636Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:33:48.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-14T08:33:48.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"9013094a-45e1-4c79-a1b0-4ce3f40cfcc7","serviceDescription":"service","serviceInvariantUUID":"07f9ea42-c42e-45c1-bacb-3c1d7ea356ec","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e339e5c8-12af-47b7-b16f-3eed39a0bf95","resourceInvariantUUID":"a2bb8fbd-4d7a-4769-bee2-07e506fa8001","resourceCustomizationUUID":"484ae288-cfdc-4a0e-9895-f9ea77f95c2e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"YzE1NmQzZTEzODEwNGRiMTk5NWI5NTA1YjlkZDk0MWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d876a18e-4c37-42d5-96e4-6a128c03295f","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"NmM4Mjc3ODVjY2ZiYmY5NGNlMzBmODNmMzA0MDBmOGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"85012b80-196d-469a-b21d-6b0d5c9c32fe","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"513f51ee-939f-4c1d-9874-77faa8890559","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2bd29c05-3a4d-4ae6-b8b6-c390d058ae5e","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"NzE5NmQwNTcwNjNlMzY2ZjZkZjQ4MDQ4MDZlYTU3NDE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e53328f9-de0a-4ff3-9926-bc61427b7bfc","artifactVersion":"2","generatedFromUUID":"513f51ee-939f-4c1d-9874-77faa8890559"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MmZiNTUwMmM1OWJiZDI1NDIxODVjNDMxMzVjNzEzYmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"df1e326a-f54f-408e-890a-c0dacc0dd591","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YzcwZmUxMDc1YjQyOWQ1MDBiZTBjNWQxZmE2ZTk2NzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"08284150-1c58-4945-a1a4-82a84768d6e9","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-14T08:33:48.652Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-14T08:33:48.653Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-14T08:33:48.671Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-14T08:33:48.671Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628930027973,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:33:48.771Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-14T08:33:48.773Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-14T08:33:48.773Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ...
2021-08-14T08:33:48.803Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:33:48.805Z||pool-40-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2021-08-14T08:33:49.672Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-14T08:33:49.673Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-14T08:33:49.674Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-14T08:33:49.675Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628930027973,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-08-14T08:33:49.781Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2021-08-14T08:33:49.782Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-14T08:33:49.782Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ...
2021-08-14T08:33:49.792Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:33:49.793Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-14T08:33:50.676Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-14T08:33:50.677Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-14T08:33:50.679Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-14T08:33:50.679Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628930027973,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-08-14T08:33:50.779Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-14T08:33:50.780Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-14T08:33:50.780Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ...
2021-08-14T08:33:50.791Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:33:50.792Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-14T08:33:51.680Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-14T08:33:51.682Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-14T08:33:51.684Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-14T08:33:51.684Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628930027973,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:33:51.785Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-14T08:33:51.786Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-14T08:33:51.786Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ...
2021-08-14T08:33:51.799Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:33:51.799Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-14T08:33:52.685Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-14T08:33:52.687Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-14T08:33:52.689Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-14T08:33:52.689Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628930027973,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-08-14T08:33:52.789Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-14T08:33:52.790Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-14T08:33:52.790Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ...
2021-08-14T08:33:52.801Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:33:52.801Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-08-14T08:33:53.690Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-14T08:33:53.690Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-14T08:33:53.692Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-14T08:33:53.692Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628930027973,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-14T08:33:53.793Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-14T08:33:53.794Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-14T08:33:53.794Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ...
2021-08-14T08:33:53.805Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:33:53.806Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-14T08:33:54.695Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-14T08:33:54.696Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-14T08:33:54.705Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-14T08:33:54.705Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628930027973,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-08-14T08:33:54.800Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2021-08-14T08:33:54.801Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-14T08:33:54.801Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ...
2021-08-14T08:33:54.826Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:33:54.826Z||pool-46-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2021-08-14T08:33:55.706Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "9013094a-45e1-4c79-a1b0-4ce3f40cfcc7",
"serviceDescription": "service",
"serviceInvariantUUID": "07f9ea42-c42e-45c1-bacb-3c1d7ea356ec",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "484ae288-cfdc-4a0e-9895-f9ea77f95c2e",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e339e5c8-12af-47b7-b16f-3eed39a0bf95",
"resourceInvariantUUID": "a2bb8fbd-4d7a-4769-bee2-07e506fa8001",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "NmM4Mjc3ODVjY2ZiYmY5NGNlMzBmODNmMzA0MDBmOGI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "85012b80-196d-469a-b21d-6b0d5c9c32fe",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "513f51ee-939f-4c1d-9874-77faa8890559",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "NzE5NmQwNTcwNjNlMzY2ZjZkZjQ4MDQ4MDZlYTU3NDE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e53328f9-de0a-4ff3-9926-bc61427b7bfc",
"generatedFromUUID": "513f51ee-939f-4c1d-9874-77faa8890559"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "NzE5NmQwNTcwNjNlMzY2ZjZkZjQ4MDQ4MDZlYTU3NDE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e53328f9-de0a-4ff3-9926-bc61427b7bfc",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "YzcwZmUxMDc1YjQyOWQ1MDBiZTBjNWQxZmE2ZTk2NzA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "08284150-1c58-4945-a1a4-82a84768d6e9"
}
],
"workloadContext": "Production"
}
2021-08-14T08:33:55.707Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-14T08:33:55.707Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9013094a-45e1-4c79-a1b0-4ce3f40cfcc7 ASDC
2021-08-14T08:33:55.709Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:9013094a-45e1-4c79-a1b0-4ce3f40cfcc7
ServiceInvariantUUID:07f9ea42-c42e-45c1-bacb-3c1d7ea356ec
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:08284150-1c58-4945-a1a4-82a84768d6e9
ArtifactChecksum:YzcwZmUxMDc1YjQyOWQ1MDBiZTBjNWQxZmE2ZTk2NzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:484ae288-cfdc-4a0e-9895-f9ea77f95c2e
ResourceInvariantUUID:a2bb8fbd-4d7a-4769-bee2-07e506fa8001
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:e339e5c8-12af-47b7-b16f-3eed39a0bf95
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:85012b80-196d-469a-b21d-6b0d5c9c32fe
ArtifactChecksum:NmM4Mjc3ODVjY2ZiYmY5NGNlMzBmODNmMzA0MDBmOGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:513f51ee-939f-4c1d-9874-77faa8890559
ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:e53328f9-de0a-4ff3-9926-bc61427b7bfc
ArtifactChecksum:NzE5NmQwNTcwNjNlMzY2ZjZkZjQ4MDQ4MDZlYTU3NDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:e53328f9-de0a-4ff3-9926-bc61427b7bfc
ArtifactChecksum:NzE5NmQwNTcwNjNlMzY2ZjZkZjQ4MDQ4MDZlYTU3NDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-08-14T08:33:55.709Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9013094a-45e1-4c79-a1b0-4ce3f40cfcc7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-14T08:33:55.751Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-14T08:33:55.752Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-14T08:33:55.752Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-14T08:33:55.752Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 08284150-1c58-4945-a1a4-82a84768d6e9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-14T08:33:55.752Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-14T08:33:55.753Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-14T08:33:56.761Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-14T08:33:56.765Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 08284150-1c58-4945-a1a4-82a84768d6e9 70837
2021-08-14T08:33:56.765Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-08-14T08:33:56.765Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-14T08:33:56.765Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-14T08:33:56.767Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-14T08:33:56.771Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-14T08:33:56.771Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1628930036765,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-14T08:33:56.871Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-14T08:33:56.872Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-14T08:33:56.873Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as twzk2KelVekM6RhO) ...
2021-08-14T08:33:56.884Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-14T08:33:56.885Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-08-14T08:33:57.772Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-14T08:33:57.773Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-14T08:33:57.773Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 08284150-1c58-4945-a1a4-82a84768d6e9, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-08-14T08:33:57.773Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-08-14T08:33:57.774Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-08-14T08:33:57.774Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-08-14T08:33:58.059Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12501996304667006429/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided
2021-08-14T08:33:59.416Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-14T08:33:59.416Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-08-14T08:33:59.416Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-14T08:33:59.416Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-08-14T08:33:59.417Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-14T08:33:59.417Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-14T08:33:59.417Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-14T08:33:59.417Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-14T08:33:59.417Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-14T08:33:59.417Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-14T08:33:59.417Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-14T08:33:59.417Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-14T08:33:59.417Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-14T08:33:59.417Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-08-14T08:33:59.418Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:33:59.418Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-14T08:33:59.418Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-14T08:33:59.419Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-08-14T08:33:59.419Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-14T08:33:59.420Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:33:59.420Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-14T08:33:59.420Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-14T08:33:59.420Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-08-14T08:33:59.420Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-14T08:33:59.420Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:33:59.420Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-14T08:33:59.421Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:33:59.421Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-08-14T08:33:59.421Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-14T08:33:59.421Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-08-14T08:33:59.421Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-08-14T08:33:59.421Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-08-14T08:33:59.421Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-14T08:33:59.421Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:33:59.422Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-14T08:33:59.422Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:33:59.423Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-14T08:33:59.423Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-14T08:33:59.423Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:33:59.424Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-14T08:33:59.424Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-14T08:33:59.424Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-14T08:33:59.424Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-14T08:33:59.424Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-14T08:33:59.424Z|6c8a0c78-5e9a-4c92-bd7b-5cb04c53cce3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery