By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2021-10-23T05:29:55.222Z||main|||||INFO|500||The following profiles are active: basic
2021-10-23T05:30:12.583Z||main|||||INFO|500||Starting service [Tomcat]
2021-10-23T05:30:12.584Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-10-23T05:30:12.743Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-10-23T05:30:18.619Z||main|||||INFO|500||catdb-pool - Starting...
2021-10-23T05:30:19.126Z||main|||||INFO|500||catdb-pool - Start completed.
2021-10-23T05:30:19.929Z||main|||||INFO|500||reqdb-pool - Starting...
2021-10-23T05:30:19.945Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-10-23T05:30:20.224Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-10-23T05:30:20.538Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-10-23T05:30:21.595Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-10-23T05:30:25.727Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-23T05:30:28.189Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-23T05:30:28.259Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-10-23T05:30:28.867Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-23T05:30:29.018Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-10-23T05:30:30.428Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-23T05:30:31.645Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-10-23T05:30:31.663Z||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$$36dd570f.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-10-23T05:30:31.664Z||main|||||WARN|500||The sdc end point is not alive
2021-10-23T05:30:34.988Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-10-23T05:30:37.946Z||main|||||WARN|500||---
2021-10-23T05:30:37.947Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-10-23T05:30:37.947Z||main|||||WARN|500||---
2021-10-23T05:30:38.394Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-10-23T05:30:43.655Z||main|||||INFO|500||Started Application in 53.311 seconds (JVM running for 56.891)
2021-10-23T05:30:43.694Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-23T05:30:43.696Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-23T05:30:43.707Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-23T05:30:43.736Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-23T05:30:43.789Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3f573f4e-0f1f-46fd-abb7-151c20bcc5d6 url= /sdc/v1/artifactTypes
2021-10-23T05:30:43.790Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-23T05:30:44.130Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-23T05:30:44.154Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-10-23T05:30:44.184Z||scheduling-1|||||DEBUG|500||create keys
2021-10-23T05:30:44.195Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-10-23T05:30:44.492Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T05:30:44.508Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= ea19676d-a43e-4074-8535-9fe278739579 url= /sdc/v1/registerForDistribution
2021-10-23T05:30:44.967Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= ea19676d-a43e-4074-8535-9fe278739579 url= /sdc/v1/registerForDistribution
2021-10-23T05:30:44.969Z||scheduling-1|||||INFO|500||start DistributionClient
2021-10-23T05:30:44.982Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:30:44.988Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:30:44.992Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:30:44.993Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:30:44.993Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T05:30:44.994Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T05:30:44.997Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-10-23T05:30:56.069Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T05:30:56.072Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T05:31:44.986Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:31:44.983Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:31:44.989Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:31:44.989Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T05:31:44.998Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:31:44.999Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T05:31:54.576Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T05:31:54.576Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T05:32:44.982Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:32:44.986Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:32:44.986Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T05:32:44.987Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:32:44.987Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:32:44.988Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T05:32:54.549Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T05:32:54.560Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T05:33:44.981Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:33:44.985Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:33:44.986Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:33:44.986Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T05:33:44.987Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:33:44.987Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T05:33:54.539Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T05:33:54.542Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T05:34:44.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:34:44.981Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:34:44.982Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T05:34:44.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:34:44.986Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:34:44.986Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T05:34:54.542Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T05:34:54.542Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T05:35:44.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:35:44.983Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:35:44.984Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T05:35:44.986Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:35:44.987Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:35:44.987Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T05:35:54.537Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T05:35:54.538Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T05:36:44.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:36:44.984Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:36:44.984Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T05:36:44.985Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:36:44.986Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:36:44.986Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T05:36:54.535Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T05:36:54.535Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T05:37:44.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:37:44.984Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:37:44.985Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T05:37:44.985Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:37:44.989Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:37:44.989Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T05:37:54.550Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T05:37:54.552Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T05:38:44.980Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:38:44.982Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:38:44.982Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T05:38:44.985Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:38:44.986Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:38:44.987Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T05:38:54.553Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T05:38:54.558Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T05:39:44.981Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:39:44.985Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:39:44.985Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:39:44.985Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T05:39:44.986Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:39:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T05:39:54.537Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T05:39:54.541Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T05:40:33.136Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-10-23T05:40:44.981Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:40:44.982Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:40:44.982Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T05:40:44.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:40:44.986Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:40:44.986Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T05:40:54.536Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T05:40:54.536Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T05:41:44.981Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:41:44.983Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:41:44.983Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T05:41:44.986Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:41:44.987Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:41:44.987Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T05:41:54.549Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T05:41:54.549Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T05:42:44.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:42:44.981Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:42:44.981Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T05:42:44.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:42:44.986Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:42:44.986Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T05:42:54.529Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T05:42:54.530Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T05:43:44.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:43:44.982Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:43:44.982Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T05:43:44.985Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:43:44.987Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:43:44.987Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T05:43:54.536Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T05:43:54.539Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T05:44:44.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:44:44.983Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:44:44.983Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T05:44:44.985Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:44:44.986Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:44:44.986Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T05:44:54.539Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T05:44:54.544Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T05:45:44.981Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:45:44.985Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:45:44.985Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T05:45:44.985Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:45:44.986Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:45:44.986Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T05:45:54.549Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T05:45:54.549Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T05:46:44.981Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:46:44.983Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:46:44.983Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T05:46:44.985Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:46:44.986Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:46:44.987Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T05:46:54.534Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T05:46:54.534Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T05:47:44.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:47:44.981Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:47:44.982Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T05:47:44.985Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:47:44.986Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:47:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T05:47:54.547Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T05:47:54.547Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T05:48:44.981Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:48:44.983Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:48:44.983Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T05:48:44.985Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:48:44.986Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:48:44.986Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T05:48:54.541Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T05:48:54.543Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T05:49:44.981Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:49:44.983Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:49:44.983Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T05:49:44.985Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:49:44.986Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:49:44.987Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T05:49:54.536Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T05:49:54.536Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T05:50:44.981Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:50:44.983Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:50:44.983Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T05:50:44.985Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:50:44.986Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:50:44.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 bTEXOB1yAg5hVN5y) ...
2021-10-23T05:50:54.531Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T05:50:54.531Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T05:51:44.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:51:44.982Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:51:44.982Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T05:51:44.985Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:51:44.987Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:51:44.987Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T05:51:54.526Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T05:51:54.536Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T05:52:44.981Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:52:44.983Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:52:44.983Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T05:52:44.985Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:52:44.986Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:52:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T05:52:54.536Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T05:52:54.537Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T05:53:44.980Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:53:44.980Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:53:44.981Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T05:53:44.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:53:44.986Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:53:44.986Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T05:53:54.538Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T05:53:54.538Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T05:54:44.981Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:54:44.984Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:54:44.984Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T05:54:44.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:54:44.986Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:54:44.986Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T05:54:54.529Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T05:54:54.536Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T05:55:44.981Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:55:44.983Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:55:44.983Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T05:55:44.985Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:55:44.986Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:55:44.986Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T05:55:54.553Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T05:55:54.553Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T05:56:44.982Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:56:44.984Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:56:44.984Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T05:56:44.985Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:56:44.986Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:56:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T05:56:54.539Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T05:56:54.541Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T05:57:44.980Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:57:44.981Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:57:44.982Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T05:57:44.985Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:57:44.986Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:57:44.986Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T05:57:54.549Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T05:57:54.549Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T05:58:44.980Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:58:44.982Z||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-10-23T05:58:44.982Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T05:58:44.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:58:44.986Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:58:44.986Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T05:58:54.551Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T05:58:54.551Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T05:59:44.981Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:59:44.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-10-23T05:59:44.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 bTEXOB1yAg5hVN5y) ...
2021-10-23T05:59:44.985Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T05:59:44.986Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T05:59:44.986Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T05:59:54.550Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T05:59:54.551Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:00:44.981Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:00:44.984Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:00:44.984Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:00:44.985Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:00:44.986Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:00:44.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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:00:54.537Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:00:54.544Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:01:44.981Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:01:44.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-10-23T06:01:44.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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:01:44.985Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:01:44.986Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:01:44.986Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:01:54.553Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:01:54.553Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:02:44.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:02:44.984Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:02:44.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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:02:44.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:02:44.986Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:02:44.987Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:02:54.552Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:02:54.558Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:03:44.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:03:44.981Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:03:44.982Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:03:44.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:03:44.986Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:03:44.986Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:03:54.549Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:03:54.551Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:04:44.981Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:04:44.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-10-23T06:04:44.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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:04:44.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:04:44.986Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:04:44.986Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:04:54.533Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:04:54.535Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:05:44.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:05:44.982Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:05:44.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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:05:44.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:05:44.986Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:05:44.986Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:05:54.543Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:05:54.549Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:06:44.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:06:44.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-10-23T06:06:44.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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:06:44.985Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:06:44.986Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:06:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:06:54.551Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:06:54.551Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:07:44.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:07:44.982Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:07:44.982Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:07:44.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:07:44.986Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:07:44.986Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:07:54.572Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:07:54.576Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:08:44.981Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:08:44.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-10-23T06:08:44.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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:08:44.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:08:44.986Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:08:44.986Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:08:54.543Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:08:54.545Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:09:44.981Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:09:44.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-10-23T06:09:44.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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:09:44.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:09:44.986Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:09:44.986Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:09:54.536Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:09:54.539Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:10:44.980Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:10:44.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-10-23T06:10:44.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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:10:44.985Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:10:44.986Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:10:44.986Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:10:45.619Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:10:45.621Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.621Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"d3c2bd4e-afb0-4701-965b-8efcaa2f18a1","serviceName":"vFW 2021-10-23 06-08-20","serviceVersion":"1.0","serviceUUID":"a9c37db6-b573-478a-9579-e20857d76da7","serviceDescription":"catalog service description","serviceInvariantUUID":"29c12605-c384-485f-8dfd-283aa22d9bb3","resources":[{"resourceInstanceName":"vFW 1c5e8917-39e0 0","resourceName":"vFW 1c5e8917-39e0","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ea37df3d-1aea-490b-86ba-4c05be42f134","resourceInvariantUUID":"c3a26ce4-7d74-4390-811b-b050ee7e1c91","resourceCustomizationUUID":"c8055ba1-399e-4b0a-b6a1-cd89de51b953","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vf-license-model.xml","artifactChecksum":"ZTYxMjZkNDBkY2IyYzVhNDcyNjg0YzE2YzhlOGI5NDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"176d30ab-3ea9-4d16-9a75-e809a93eb98f","artifactVersion":"1"},{"artifactName":"vfw1c5e891739e00_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vfw1c5e891739e00_modules.json","artifactChecksum":"Njg1MzZhMmEzZTU1NTc5YWRjNzE0ZmYyNTM1NzBmOTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"da8b0167-8113-4ea4-8fce-bb20ed6e0dc4","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6bb4f7de-fcbe-456d-9cd5-215800f8cdc2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vendor-license-model.xml","artifactChecksum":"N2M2ZWNmZmMyNDZmZTFlMjZmZWQyZjA5MjY0YTQxZGY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9d24afda-64ce-44e1-80b8-c64216ab530f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"902f3861-6c17-40fc-964c-80fe7ed20341","artifactVersion":"2","generatedFromUUID":"6bb4f7de-fcbe-456d-9cd5-215800f8cdc2"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211023060820-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-template.yml","artifactChecksum":"YjJhNzlhMWQzMzkyMjE1N2Q2MWVmZTM0ZDE1NzVkYTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dc55b474-85fd-46c2-ba0f-cd87704c1b2a","artifactVersion":"1"},{"artifactName":"service-Vfw20211023060820-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar","artifactChecksum":"ZmQ0OGFlMzUzY2FkN2YxOTU2OTUzODkxZGY5OWU3MWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"42b0dd77-7bbd-4d4d-8d17-b1644aae5f5f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-23T06:10:45.623Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:10:45.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "ves-openapi-manager",
"timestamp": 1634969426289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.638Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T06:10:45.645Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:10:45.658Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:10:45.658Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969444980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.669Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:10:45.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "cds",
"timestamp": 1634969426211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.670Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:10:45.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "dcae-sch",
"timestamp": 1634969420105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.670Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:10:45.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "policy-id",
"timestamp": 1634969423760,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.671Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:10:45.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634969429267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.671Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:10:45.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "cds",
"timestamp": 1634969426211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vfw1c5e891739e00_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:10:45.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "ves-openapi-manager",
"timestamp": 1634969426289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vfw1c5e891739e00_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:10:45.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "dcae-sch",
"timestamp": 1634969420105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vfw1c5e891739e00_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:10:45.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "policy-id",
"timestamp": 1634969423760,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vfw1c5e891739e00_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:10:45.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634969429267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vfw1c5e891739e00_modules.json",
"status": "NOTIFIED"
}
2021-10-23T06:10:45.674Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:10:45.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "cds",
"timestamp": 1634969426211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.674Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:10:45.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "dcae-sch",
"timestamp": 1634969420105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.674Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:10:45.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "ves-openapi-manager",
"timestamp": 1634969426289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.675Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:10:45.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "policy-id",
"timestamp": 1634969423760,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-23T06:10:45.675Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:10:45.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634969429267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-23T06:10:45.676Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:10:45.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "ves-openapi-manager",
"timestamp": 1634969426289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.676Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:10:45.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.677Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "dcae-sch",
"timestamp": 1634969420105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.677Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:10:45.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.677Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "cds",
"timestamp": 1634969426211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.677Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:10:45.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "policy-id",
"timestamp": 1634969423760,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.678Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:10:45.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634969429267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.678Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:10:45.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "dcae-sch",
"timestamp": 1634969420105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.679Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:10:45.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "ves-openapi-manager",
"timestamp": 1634969426289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.679Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:10:45.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "cds",
"timestamp": 1634969426211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.679Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:10:45.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "policy-id",
"timestamp": 1634969423760,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:10:45.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634969429267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-23T06:10:45.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:10:45.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "clamp",
"timestamp": 1634969433754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:10:45.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "dcae-sch",
"timestamp": 1634969420105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:10:45.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "ves-openapi-manager",
"timestamp": 1634969426289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:10:45.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "cds",
"timestamp": 1634969426211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:10:45.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "policy-id",
"timestamp": 1634969423760,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:10:45.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634969429267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:10:45.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "clamp",
"timestamp": 1634969433754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vfw1c5e891739e00_modules.json",
"status": "NOTIFIED"
}
2021-10-23T06:10:45.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:10:45.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "dcae-sch",
"timestamp": 1634969420105,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:10:45.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "ves-openapi-manager",
"timestamp": 1634969426289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:10:45.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "cds",
"timestamp": 1634969426211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar",
"status": "NOTIFIED"
}
2021-10-23T06:10:45.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:10:45.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "policy-id",
"timestamp": 1634969423760,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar",
"status": "NOTIFIED"
}
2021-10-23T06:10:45.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:10:45.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634969429267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar",
"status": "NOTIFIED"
}
2021-10-23T06:10:45.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:10:45.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "clamp",
"timestamp": 1634969433754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:10:45.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "cds",
"timestamp": 1634969436975,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-23T06:10:45.686Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:10:45.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "policy-id",
"timestamp": 1634969436973,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-23T06:10:45.688Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:10:45.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634969437250,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vfw1c5e891739e00_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-23T06:10:45.688Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:10:45.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "clamp",
"timestamp": 1634969433754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:10:45.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "policy-id",
"timestamp": 1634969437982,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-23T06:10:45.689Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:10:45.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "cds",
"timestamp": 1634969437999,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2021-10-23T06:10:45.756Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2021-10-23T06:10:45.760Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-23T06:10:45.760Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-23T06:10:45.772Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:10:45.773Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-23T06:10:45.914Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d3c2bd4e-afb0-4701-965b-8efcaa2f18a1
2021-10-23T06:10:45.934Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3c2bd4e-afb0-4701-965b-8efcaa2f18a1 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-23T06:10:45.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "clamp",
"timestamp": 1634969433754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.959Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:10:45.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "policy-id",
"timestamp": 1634969438986,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-23T06:10:45.978Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d3c2bd4e-afb0-4701-965b-8efcaa2f18a1
2021-10-23T06:10:45.978Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3c2bd4e-afb0-4701-965b-8efcaa2f18a1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-23T06:10:45.986Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.986Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634969439256,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-23T06:10:45.986Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:10:45.986Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.986Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "clamp",
"timestamp": 1634969433754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.987Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:10:45.987Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.987Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "clamp",
"timestamp": 1634969433754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar",
"status": "NOTIFIED"
}
2021-10-23T06:10:45.987Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:10:45.987Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.987Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "aai-ml",
"timestamp": 1634969439872,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.987Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:10:45.987Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.988Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634969440855,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-23T06:10:45.988Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:10:45.988Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.988Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "aai-ml",
"timestamp": 1634969439872,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vfw1c5e891739e00_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.988Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:10:45.988Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.988Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "aai-ml",
"timestamp": 1634969439872,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:10:45.988Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:10:45.989Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:45.989Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634969442638,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-23T06:10:45.993Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d3c2bd4e-afb0-4701-965b-8efcaa2f18a1
2021-10-23T06:10:45.993Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3c2bd4e-afb0-4701-965b-8efcaa2f18a1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-10-23T06:10:46.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:46.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "aai-ml",
"timestamp": 1634969439872,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:10:46.002Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:10:46.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:46.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634969443643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vfw1c5e891739e00_modules.json",
"status": "DEPLOY_OK"
}
2021-10-23T06:10:46.002Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:10:46.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:46.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "aai-ml",
"timestamp": 1634969439872,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:10:46.003Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:10:46.003Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:10:46.003Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634969444156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:10:46.003Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:10:46.665Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T06:10:46.665Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:10:46.667Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:10:46.668Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969444980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vfw1c5e891739e00_modules.json",
"status": "NOTIFIED"
}
2021-10-23T06:10:46.767Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-23T06:10:46.769Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-23T06:10:46.769Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:10:46.781Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:10:46.781Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-23T06:10:47.669Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T06:10:47.669Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:10:47.671Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:10:47.671Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969444980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-23T06:10:47.771Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:10:47.772Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-23T06:10:47.772Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:10:47.786Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:10:47.786Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-23T06:10:48.671Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T06:10:48.672Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:10:48.674Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:10:48.674Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969444980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:10:48.775Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-23T06:10:48.775Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-23T06:10:48.776Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:10:48.802Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:10:48.803Z||pool-6-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":9,"count":1}
2021-10-23T06:10:49.675Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T06:10:49.676Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:10:49.678Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:10:49.678Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969444980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-23T06:10:49.778Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-10-23T06:10:49.779Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-23T06:10:49.779Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:10:49.793Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:10:49.794Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-23T06:10:50.681Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T06:10:50.681Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:10:50.684Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:10:50.684Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969444980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:10:50.784Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:10:50.785Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-23T06:10:50.785Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:10:50.799Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:10:50.799Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:10:51.684Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T06:10:51.685Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:10:51.687Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:10:51.687Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969444980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar",
"status": "NOTIFIED"
}
2021-10-23T06:10:51.789Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-10-23T06:10:51.790Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-23T06:10:51.791Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:10:51.810Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:10:51.811Z||pool-9-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":2,"count":1}
2021-10-23T06:10:52.689Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"serviceName": "vFW 2021-10-23 06-08-20",
"serviceVersion": "1.0",
"serviceUUID": "a9c37db6-b573-478a-9579-e20857d76da7",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "29c12605-c384-485f-8dfd-283aa22d9bb3",
"resources": [
{
"resourceInstanceName": "vFW 1c5e8917-39e0 0",
"resourceCustomizationUUID": "c8055ba1-399e-4b0a-b6a1-cd89de51b953",
"resourceName": "vFW 1c5e8917-39e0",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ea37df3d-1aea-490b-86ba-4c05be42f134",
"resourceInvariantUUID": "c3a26ce4-7d74-4390-811b-b050ee7e1c91",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw1c5e891739e00_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vfw1c5e891739e00_modules.json",
"artifactChecksum": "Njg1MzZhMmEzZTU1NTc5YWRjNzE0ZmYyNTM1NzBmOTU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "da8b0167-8113-4ea4-8fce-bb20ed6e0dc4",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "6bb4f7de-fcbe-456d-9cd5-215800f8cdc2",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "902f3861-6c17-40fc-964c-80fe7ed20341",
"generatedFromUUID": "6bb4f7de-fcbe-456d-9cd5-215800f8cdc2"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "902f3861-6c17-40fc-964c-80fe7ed20341",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20211023060820-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar",
"artifactChecksum": "ZmQ0OGFlMzUzY2FkN2YxOTU2OTUzODkxZGY5OWU3MWU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "42b0dd77-7bbd-4d4d-8d17-b1644aae5f5f"
}
],
"workloadContext": "Production"
}
2021-10-23T06:10:52.690Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-23T06:10:52.690Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a9c37db6-b573-478a-9579-e20857d76da7 ASDC
2021-10-23T06:10:52.810Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:d3c2bd4e-afb0-4701-965b-8efcaa2f18a1
ServiceName:vFW 2021-10-23 06-08-20
ServiceVersion:1.0
ServiceUUID:a9c37db6-b573-478a-9579-e20857d76da7
ServiceInvariantUUID:29c12605-c384-485f-8dfd-283aa22d9bb3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211023060820-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar
ArtifactUUID:42b0dd77-7bbd-4d4d-8d17-b1644aae5f5f
ArtifactChecksum:ZmQ0OGFlMzUzY2FkN2YxOTU2OTUzODkxZGY5OWU3MWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 1c5e8917-39e0 0
ResourceCustomizationUUID:c8055ba1-399e-4b0a-b6a1-cd89de51b953
ResourceInvariantUUID:c3a26ce4-7d74-4390-811b-b050ee7e1c91
ResourceName:vFW 1c5e8917-39e0
ResourceType:VF
ResourceUUID:ea37df3d-1aea-490b-86ba-4c05be42f134
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw1c5e891739e00_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vfw1c5e891739e00_modules.json
ArtifactUUID:da8b0167-8113-4ea4-8fce-bb20ed6e0dc4
ArtifactChecksum:Njg1MzZhMmEzZTU1NTc5YWRjNzE0ZmYyNTM1NzBmOTU=
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/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.yaml
ArtifactUUID:6bb4f7de-fcbe-456d-9cd5-215800f8cdc2
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/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.env
ArtifactUUID:902f3861-6c17-40fc-964c-80fe7ed20341
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/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.env
ArtifactUUID:902f3861-6c17-40fc-964c-80fe7ed20341
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-10-23T06:10:52.813Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a9c37db6-b573-478a-9579-e20857d76da7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-23T06:10:52.874Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-23T06:10:52.878Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-10-23T06:10:52.885Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-10-23T06:10:52.885Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 42b0dd77-7bbd-4d4d-8d17-b1644aae5f5f from URL: /sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar
2021-10-23T06:10:52.886Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-10-23T06:10:52.889Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar
2021-10-23T06:10:53.073Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-10-23T06:10:53.100Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar 42b0dd77-7bbd-4d4d-8d17-b1644aae5f5f 98727
2021-10-23T06:10:53.103Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar ASDC sendASDCNotification
2021-10-23T06:10:53.103Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar
2021-10-23T06:10:53.104Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-23T06:10:53.106Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:10:53.108Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:10:53.109Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969453101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-23T06:10:53.209Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-23T06:10:53.210Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-23T06:10:53.210Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:10:53.221Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:10:53.222Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:10:54.111Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-23T06:10:54.113Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-10-23T06:10:54.115Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 42b0dd77-7bbd-4d4d-8d17-b1644aae5f5f, URL: /sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar to file: /app/ASDC/1/service-Vfw20211023060820-csar.csar
2021-10-23T06:10:54.116Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211023060820-csar.csar
2021-10-23T06:10:54.197Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211023060820-csar.csar
2021-10-23T06:10:54.197Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211023060820-csar.csar
2021-10-23T06:10:54.971Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15237811172581291360/Definitions/service-Vfw20211023060820-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-10-23T06:10:57.615Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-23T06:10:57.620Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-10-23T06:10:57.620Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211023060820-csar.csar
2021-10-23T06:10:57.620Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-10-23T06:10:57.620Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||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-Vfw20211023060820-csar.csar
2021-10-23T06:10:57.621Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||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-Vfw20211023060820-csar.csar
2021-10-23T06:10:57.621Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||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-Vfw20211023060820-csar.csar
2021-10-23T06:10:57.621Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 1c5e8917-39e0 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-Vfw20211023060820-csar.csar
2021-10-23T06:10:57.621Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211023060820-csar.csar
2021-10-23T06:10:57.621Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211023060820-csar.csar
2021-10-23T06:10:57.621Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||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-Vfw20211023060820-csar.csar
2021-10-23T06:10:57.621Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||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-Vfw20211023060820-csar.csar
2021-10-23T06:10:57.621Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||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-Vfw20211023060820-csar.csar
2021-10-23T06:10:57.622Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211023060820-csar.csar
2021-10-23T06:10:57.622Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||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-Vfw20211023060820-csar.csar
2021-10-23T06:10:57.622Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211023060820-csar.csar
2021-10-23T06:10:57.622Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|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-Vfw20211023060820-csar.csar
2021-10-23T06:10:57.622Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-10-23T06:10:57.628Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:10:57.631Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-23 06-08-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:10:57.635Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c5e8917-39e0 0 is matching search criteria
2021-10-23T06:10:57.635Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-10-23T06:10:57.637Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1c5e8917-39e0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-23T06:10:57.639Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:10:57.639Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-23 06-08-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:10:57.639Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c5e8917-39e0 0 is matching search criteria
2021-10-23T06:10:57.639Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-10-23T06:10:57.640Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1c5e8917-39e0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-23T06:10:57.640Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:10:57.640Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-23 06-08-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:10:57.645Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:10:57.646Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c5e8917-39e0 0 is not matching search criteria
2021-10-23T06:10:57.646Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-23T06:10:57.646Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-23T06:10:57.646Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-23T06:10:57.646Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-23T06:10:57.646Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-23T06:10:57.647Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-23T06:10:57.647Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-23T06:10:57.647Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-23T06:10:57.647Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-23T06:10:57.647Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-23T06:10:57.647Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-23T06:10:57.648Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-23T06:10:57.648Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-23T06:10:57.648Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-23T06:10:57.648Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-23T06:10:57.648Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-23T06:10:57.648Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:10:57.649Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-23 06-08-20 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-23T06:10:57.650Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:10:57.650Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c5e8917-39e0 0 is matching search criteria
2021-10-23T06:10:57.650Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1c5e8917-39e0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-23T06:10:57.651Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:10:57.651Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c5e8917-39e0 0 is matching search criteria
2021-10-23T06:10:57.651Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1c5e8917-39e0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-23T06:10:57.651Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:10:57.652Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c5e8917-39e0 0 is matching search criteria
2021-10-23T06:10:57.652Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1c5e8917-39e0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-23T06:10:57.652Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:10:57.652Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c5e8917-39e0 0 is not matching search criteria
2021-10-23T06:10:57.652Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-23T06:10:57.653Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-23T06:10:57.653Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-23T06:10:57.653Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-23T06:10:57.653Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-23T06:10:57.653Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-23T06:10:57.654Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-23T06:10:57.654Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-23T06:10:57.654Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-23T06:10:57.654Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-23T06:10:57.654Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-23T06:10:57.654Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=986d00fb-fe52-484c-8f8f-c1a91d7bdafa
2021-10-23T06:10:57.655Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:10:57.655Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c5e8917-39e0 0 is not matching search criteria
2021-10-23T06:10:57.655Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-23T06:10:57.655Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-23T06:10:57.655Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-23T06:10:57.656Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-23T06:10:57.656Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-23T06:10:57.656Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-23T06:10:57.656Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-23T06:10:57.656Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-23T06:10:57.656Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-23T06:10:57.657Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-23T06:10:57.657Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-23T06:10:57.657Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-23T06:10:57.657Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ce62630b-9436-496a-85c2-50a408ef2cfa
2021-10-23T06:10:57.657Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:10:57.657Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c5e8917-39e0 0 is not matching search criteria
2021-10-23T06:10:57.658Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-23T06:10:57.658Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-23T06:10:57.658Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-23T06:10:57.658Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-23T06:10:57.658Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-23T06:10:57.659Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-23T06:10:57.659Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-23T06:10:57.659Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-23T06:10:57.659Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-23T06:10:57.659Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-23T06:10:57.659Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-23T06:10:57.659Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-23T06:10:57.660Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=187c208e-2973-49bb-b49c-2dfa81903c6d
2021-10-23T06:10:57.660Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:10:57.660Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-23 06-08-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:10:57.660Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:10:57.660Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-23 06-08-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:10:57.660Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:10:57.660Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-23 06-08-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:10:57.661Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:10:57.661Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-23 06-08-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:10:57.661Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-10-23 06-08-20
Description:catalog service description
Model UUID:a9c37db6-b573-478a-9579-e20857d76da7
Model Version:NULL
Model InvariantUuid:29c12605-c384-485f-8dfd-283aa22d9bb3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 1c5e8917-39e0
Model UUID:faf97fb7-3f1c-45f6-912a-d0c78b17a3e2
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c3a26ce4-7d74-4390-811b-b050ee7e1c91
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:c8055ba1-399e-4b0a-b6a1-cd89de51b953
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:7f6d10f0-1028-47cf-8203-ab08515059f0
ModelName:Vfw1c5e891739e0..base_vfw..module-0
ModelUuid:efb27910-e707-4895-bce6-69977144cad2
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:986d00fb-fe52-484c-8f8f-c1a91d7bdafa
ModelInvariantUuid:ebfcb455-38f5-45d3-b152-0bb48af11467
ModelName:vFW 1c5e8917-39e0-nodes.vfwCvfc
ModelUuid:04b8f66d-3b31-48eb-a690-65243ef73559
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:c6b78428-6288-4306-aa0a-010b0d585829
ModelInvariantUuid:45bb8949-abe2-4104-b034-a1baef067e75
ModelName:Vfw1c5e891739e0.compute.nodes.heat.vfw
ModelUuid:53f9260b-c9de-4b6a-94e6-7eb63bbd56b9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:ce62630b-9436-496a-85c2-50a408ef2cfa
ModelInvariantUuid:fa10110e-46f5-45f8-8246-52abef6de8f0
ModelName:vFW 1c5e8917-39e0-nodes.vsnCvfc
ModelUuid:544a05bb-21c6-4bdb-94f0-9d17ab49c0f6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:e9966b50-f76d-4534-9a4f-89ae560e28f7
ModelInvariantUuid:fc895141-2548-4db6-9a36-cfa307ed58aa
ModelName:Vfw1c5e891739e0.compute.nodes.heat.vsn
ModelUuid:f1a3980b-54d4-47c6-967d-c0bd80c3d230
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:187c208e-2973-49bb-b49c-2dfa81903c6d
ModelInvariantUuid:6e54d356-815e-494e-b15c-28c0881361d4
ModelName:vFW 1c5e8917-39e0-nodes.vpgCvfc
ModelUuid:7868945f-da47-4e35-8153-555d8c71aaf9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:e96c3525-745a-424b-bc52-ea6f31af0ff2
ModelInvariantUuid:1901bd3f-199e-48de-832a-8dcdd19c181c
ModelName:Vfw1c5e891739e0.compute.nodes.heat.vpg
ModelUuid:582398b7-2d06-481e-8a9d-367a62c40222
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-23T06:10:57.693Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: ea37df3d-1aea-490b-86ba-4c05be42f134
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-23T06:10:57.834Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||vFW 1c5e8917-39e0 0
2021-10-23T06:10:57.841Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ea37df3d-1aea-490b-86ba-4c05be42f134
2021-10-23T06:10:57.841Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: da8b0167-8113-4ea4-8fce-bb20ed6e0dc4 from URL: /sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vfw1c5e891739e00_modules.json
2021-10-23T06:10:57.841Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-10-23T06:10:57.841Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vfw1c5e891739e00_modules.json
2021-10-23T06:10:58.269Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-10-23T06:10:58.270Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vfw1c5e891739e00_modules.json da8b0167-8113-4ea4-8fce-bb20ed6e0dc4 785
2021-10-23T06:10:58.270Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vfw1c5e891739e00_modules.json ASDC sendASDCNotification
2021-10-23T06:10:58.270Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vfw1c5e891739e00_modules.json
2021-10-23T06:10:58.270Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-23T06:10:58.271Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:10:58.287Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:10:58.287Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969458270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vfw1c5e891739e00_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-23T06:10:58.385Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-10-23T06:10:58.386Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-23T06:10:58.386Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:10:58.426Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:10:58.426Z||pool-11-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:10:59.289Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw1c5e891739e0..base_vfw..module-0",
"vfModuleModelInvariantUUID": "7f6d10f0-1028-47cf-8203-ab08515059f0",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "efb27910-e707-4895-bce6-69977144cad2",
"vfModuleModelCustomizationUUID": "931396ba-2566-49e3-90d8-7f7fe6321a31",
"isBase": true,
"artifacts": [
"6bb4f7de-fcbe-456d-9cd5-215800f8cdc2",
"902f3861-6c17-40fc-964c-80fe7ed20341"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-10-23T06:10:59.302Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1c5e891739e0..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:efb27910-e707-4895-bce6-69977144cad2
VfModuleModelInvariantUUID:7f6d10f0-1028-47cf-8203-ab08515059f0
VfModuleModelDescription:NULL
Artifacts UUID List:{
6bb4f7de-fcbe-456d-9cd5-215800f8cdc2
,
902f3861-6c17-40fc-964c-80fe7ed20341
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-10-23T06:10:59.305Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw1c5e891739e0..base_vfw..module-0",
"vfModuleModelInvariantUUID": "7f6d10f0-1028-47cf-8203-ab08515059f0",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "efb27910-e707-4895-bce6-69977144cad2",
"vfModuleModelCustomizationUUID": "931396ba-2566-49e3-90d8-7f7fe6321a31",
"isBase": true,
"artifacts": [
"6bb4f7de-fcbe-456d-9cd5-215800f8cdc2",
"902f3861-6c17-40fc-964c-80fe7ed20341"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-10-23T06:10:59.305Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1c5e891739e0..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:efb27910-e707-4895-bce6-69977144cad2
VfModuleModelInvariantUUID:7f6d10f0-1028-47cf-8203-ab08515059f0
VfModuleModelDescription:NULL
Artifacts UUID List:{
6bb4f7de-fcbe-456d-9cd5-215800f8cdc2
,
902f3861-6c17-40fc-964c-80fe7ed20341
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-10-23T06:10:59.305Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6bb4f7de-fcbe-456d-9cd5-215800f8cdc2 from URL: /sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.yaml
2021-10-23T06:10:59.305Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-10-23T06:10:59.305Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.yaml
2021-10-23T06:10:59.583Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-10-23T06:10:59.584Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.yaml 6bb4f7de-fcbe-456d-9cd5-215800f8cdc2 20368
2021-10-23T06:10:59.584Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-23T06:10:59.584Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.yaml
2021-10-23T06:10:59.585Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-23T06:10:59.585Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:10:59.587Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:10:59.587Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969459584,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-23T06:10:59.692Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2021-10-23T06:10:59.693Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-23T06:10:59.693Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:10:59.706Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:10:59.706Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:11:00.588Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 902f3861-6c17-40fc-964c-80fe7ed20341 from URL: /sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.env
2021-10-23T06:11:00.588Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-10-23T06:11:00.589Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.env
2021-10-23T06:11:01.241Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-10-23T06:11:01.242Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.env 902f3861-6c17-40fc-964c-80fe7ed20341 2098
2021-10-23T06:11:01.242Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-23T06:11:01.242Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.env
2021-10-23T06:11:01.243Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-23T06:11:01.243Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:11:01.246Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:11:01.246Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969461242,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-23T06:11:01.346Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:11:01.347Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-23T06:11:01.347Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:11:01.359Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:11:01.360Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:11:02.246Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: a9c37db6-b573-478a-9579-e20857d76da7
2021-10-23T06:11:02.248Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 1c5e8917-39e0 0 ea37df3d-1aea-490b-86ba-4c05be42f134 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-23T06:11:02.290Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@38a125f2, org.onap.sdc.toscaparser.api.parameters.Input@76cf99f8, org.onap.sdc.toscaparser.api.parameters.Input@41a0a725, org.onap.sdc.toscaparser.api.parameters.Input@5f0134a1, org.onap.sdc.toscaparser.api.parameters.Input@6ebe0406]
2021-10-23T06:11:02.295Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:11:02.295Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-23 06-08-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:11:02.296Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2021-10-23T06:11:02.296Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= c8055ba1-399e-4b0a-b6a1-cd89de51b953
2021-10-23T06:11:02.297Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c8055ba1-399e-4b0a-b6a1-cd89de51b953 matches Tosca VF Customization UUID: c8055ba1-399e-4b0a-b6a1-cd89de51b953
2021-10-23T06:11:02.297Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: c8055ba1-399e-4b0a-b6a1-cd89de51b953 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-23T06:11:02.305Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:11:02.306Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-23 06-08-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:11:02.308Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id c8055ba1-399e-4b0a-b6a1-cd89de51b953: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-10-23T06:11:02.308Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@42be7b63
2021-10-23T06:11:02.308Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:11:02.309Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-23 06-08-20 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-23T06:11:02.310Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 931396ba-2566-49e3-90d8-7f7fe6321a31
2021-10-23T06:11:02.311Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 931396ba-2566-49e3-90d8-7f7fe6321a31
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-23T06:11:02.317Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:11:02.318Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c5e8917-39e0 0 is matching search criteria
2021-10-23T06:11:02.318Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1c5e8917-39e0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-23T06:11:02.319Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:11:02.320Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c5e8917-39e0 0 is matching search criteria
2021-10-23T06:11:02.320Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1c5e8917-39e0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-23T06:11:02.321Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:11:02.321Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c5e8917-39e0 0 is not matching search criteria
2021-10-23T06:11:02.321Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-23T06:11:02.322Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-23T06:11:02.322Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-23T06:11:02.323Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-23T06:11:02.323Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-23T06:11:02.323Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-23T06:11:02.324Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-23T06:11:02.324Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-23T06:11:02.325Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-23T06:11:02.325Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-23T06:11:02.326Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-23T06:11:02.327Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=986d00fb-fe52-484c-8f8f-c1a91d7bdafa
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-23T06:11:02.336Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:11:02.337Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c5e8917-39e0 0 is matching search criteria
2021-10-23T06:11:02.337Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1c5e8917-39e0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-23T06:11:02.338Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:11:02.338Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c5e8917-39e0 0 is not matching search criteria
2021-10-23T06:11:02.339Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-23T06:11:02.339Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-23T06:11:02.339Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-23T06:11:02.339Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-23T06:11:02.339Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-23T06:11:02.340Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-23T06:11:02.340Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-23T06:11:02.340Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-23T06:11:02.340Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-23T06:11:02.340Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-23T06:11:02.340Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-23T06:11:02.341Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-23T06:11:02.341Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ce62630b-9436-496a-85c2-50a408ef2cfa
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-23T06:11:02.343Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:11:02.343Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c5e8917-39e0 0 is matching search criteria
2021-10-23T06:11:02.343Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1c5e8917-39e0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-23T06:11:02.346Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:11:02.346Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c5e8917-39e0 0 is not matching search criteria
2021-10-23T06:11:02.346Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-23T06:11:02.346Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-23T06:11:02.347Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-23T06:11:02.347Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-23T06:11:02.347Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-23T06:11:02.347Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-23T06:11:02.348Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-23T06:11:02.348Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-23T06:11:02.348Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-23T06:11:02.348Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-23T06:11:02.348Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-23T06:11:02.348Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-23T06:11:02.349Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=187c208e-2973-49bb-b49c-2dfa81903c6d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-23T06:11:02.351Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:11:02.351Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c5e8917-39e0 0 is matching search criteria
2021-10-23T06:11:02.351Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1c5e8917-39e0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-23T06:11:02.351Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:11:02.352Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Node template vFW 1c5e8917-39e0 0 is matching search criteria
2021-10-23T06:11:02.352Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 1c5e8917-39e0 0] matching following query criteria: sdcType=VF, customizationUUID=c8055ba1-399e-4b0a-b6a1-cd89de51b953
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-23T06:11:02.353Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:11:02.354Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-23 06-08-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:11:02.354Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid a9c37db6-b573-478a-9579-e20857d76da7: vFW 1c5e8917-39e0
2021-10-23T06:11:02.354Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:11:02.355Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-23 06-08-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:11:02.355Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:11:02.355Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-23 06-08-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:11:02.355Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:11:02.356Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-23 06-08-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:11:02.356Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:11:02.356Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-23 06-08-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:11:02.356Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:11:02.356Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Service vFW 2021-10-23 06-08-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:11:02.357Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2021-10-23 06-08-20
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-23T06:11:02.636Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 1c5e8917-39e0 ea37df3d-1aea-490b-86ba-4c05be42f134 1 ASDC deployResourceStructure
2021-10-23T06:11:02.636Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vfw1c5e891739e00_modules.json ASDC sendASDCNotification
2021-10-23T06:11:02.636Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vfw1c5e891739e00_modules.json
2021-10-23T06:11:02.636Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-23T06:11:02.637Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:11:02.638Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:11:02.638Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969462636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vfw1c5e891739e00_modules.json",
"status": "DEPLOY_OK"
}
2021-10-23T06:11:02.739Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:11:02.740Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-23T06:11:02.740Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:11:02.753Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:11:02.753Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:11:03.644Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-23T06:11:03.644Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.yaml
2021-10-23T06:11:03.644Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-23T06:11:03.644Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:11:03.646Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:11:03.647Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969463644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-10-23T06:11:03.746Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-23T06:11:03.747Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-23T06:11:03.748Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:11:03.762Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:11:03.762Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:11:04.647Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-23T06:11:04.648Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.env
2021-10-23T06:11:04.648Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-23T06:11:04.648Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:11:04.650Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:11:04.650Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969464647,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-10-23T06:11:04.752Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-10-23T06:11:04.752Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-23T06:11:04.752Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:11:04.765Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:11:04.765Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:11:05.652Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar ASDC sendASDCNotification
2021-10-23T06:11:05.652Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar
2021-10-23T06:11:05.652Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-23T06:11:05.653Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:11:05.655Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:11:05.655Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969465652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-23T06:11:05.755Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:11:05.756Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-23T06:11:05.756Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:11:05.774Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:11:05.774Z||pool-17-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:11:06.656Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d3c2bd4e-afb0-4701-965b-8efcaa2f18a1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-23T06:11:06.680Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d3c2bd4e-afb0-4701-965b-8efcaa2f18a1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-23T06:11:06.684Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-23T06:11:06.684Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-23T06:11:06.684Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-23T06:11:36.685Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d3c2bd4e-afb0-4701-965b-8efcaa2f18a1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-23T06:11:36.699Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d3c2bd4e-afb0-4701-965b-8efcaa2f18a1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-23T06:11:36.703Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-23T06:11:36.703Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-23T06:11:36.704Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-23T06:11:44.986Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:11:44.989Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:11:44.989Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:11:45.118Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:11:45.118Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:11:45.118Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "aai-ml",
"timestamp": 1634969439872,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:11:45.120Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:12:06.704Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d3c2bd4e-afb0-4701-965b-8efcaa2f18a1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-23T06:12:06.727Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d3c2bd4e-afb0-4701-965b-8efcaa2f18a1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-23T06:12:06.730Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-23T06:12:06.730Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-23T06:12:06.730Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-23T06:12:36.731Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d3c2bd4e-afb0-4701-965b-8efcaa2f18a1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-23T06:12:36.742Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d3c2bd4e-afb0-4701-965b-8efcaa2f18a1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-23T06:12:36.745Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-23T06:12:36.745Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-23T06:12:36.745Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-23T06:12:44.986Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:12:44.987Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:12:44.987Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:12:45.512Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:12:45.514Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:12:45.514Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969444980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:12:45.516Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:12:45.516Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:12:45.516Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634969444156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vfw1c5e891739e00_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:12:45.516Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:12:45.516Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:12:45.516Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "aai-ml",
"timestamp": 1634969439872,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar",
"status": "NOTIFIED"
}
2021-10-23T06:12:45.516Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:12:45.516Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:12:45.517Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969444980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vfw1c5e891739e00_modules.json",
"status": "NOTIFIED"
}
2021-10-23T06:12:45.517Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:12:45.517Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:12:45.517Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634969444156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:12:45.517Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:12:45.517Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:12:45.517Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969444980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-23T06:12:45.517Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:12:45.518Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:12:45.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "aai-ml",
"timestamp": 1634969447711,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-23T06:12:45.518Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:12:45.518Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:12:45.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634969444156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:12:45.518Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:12:45.518Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:12:45.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969444980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:12:45.519Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:12:45.519Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:12:45.519Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634969444156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:12:45.519Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:12:45.519Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:12:45.519Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969444980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-23T06:12:45.520Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:12:45.520Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:12:45.520Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634969444156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:12:45.520Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:12:45.520Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:12:45.520Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969444980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:12:45.520Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:12:45.520Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:12:45.521Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634969444156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar",
"status": "NOTIFIED"
}
2021-10-23T06:12:45.521Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:12:45.521Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:12:45.521Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969444980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar",
"status": "NOTIFIED"
}
2021-10-23T06:12:45.521Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:12:45.521Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:12:45.521Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634969452187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-23T06:12:45.521Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:12:45.522Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:12:45.522Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969453101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-23T06:12:45.522Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:12:45.522Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:12:45.522Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "clamp",
"timestamp": 1634969455106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-23T06:12:45.522Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:12:45.522Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:12:45.522Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "clamp",
"timestamp": 1634969457134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-23T06:12:45.522Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:12:45.523Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:12:45.523Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "clamp",
"timestamp": 1634969458144,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-23T06:12:45.531Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d3c2bd4e-afb0-4701-965b-8efcaa2f18a1
2021-10-23T06:12:45.531Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3c2bd4e-afb0-4701-965b-8efcaa2f18a1 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-23T06:12:45.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:12:45.547Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634969458163,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-23T06:12:45.547Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:12:45.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:12:45.547Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969458270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vfw1c5e891739e00_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-23T06:12:45.547Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:12:45.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:12:45.548Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634969459168,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-23T06:12:45.552Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d3c2bd4e-afb0-4701-965b-8efcaa2f18a1
2021-10-23T06:12:45.552Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3c2bd4e-afb0-4701-965b-8efcaa2f18a1 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-23T06:12:45.561Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:12:45.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969459584,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-23T06:12:45.562Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:12:45.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:12:45.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969461242,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-23T06:12:45.563Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:12:45.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:12:45.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969462636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/vfw1c5e891739e00_modules.json",
"status": "DEPLOY_OK"
}
2021-10-23T06:12:45.563Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:12:45.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:12:45.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969463644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-10-23T06:12:45.563Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:12:45.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:12:45.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969464647,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/resourceInstances/vfw1c5e891739e00/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-10-23T06:12:45.564Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:12:45.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:12:45.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "aai-ml",
"timestamp": 1634969465074,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-23T06:12:45.564Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:12:45.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:12:45.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969465652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211023060820/1.0/artifacts/service-Vfw20211023060820-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-23T06:12:45.564Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:12:45.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:12:45.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "aai-ml",
"timestamp": 1634969466080,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-23T06:12:45.570Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d3c2bd4e-afb0-4701-965b-8efcaa2f18a1
2021-10-23T06:12:45.570Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3c2bd4e-afb0-4701-965b-8efcaa2f18a1 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-23T06:13:06.746Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d3c2bd4e-afb0-4701-965b-8efcaa2f18a1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-23T06:13:06.765Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d3c2bd4e-afb0-4701-965b-8efcaa2f18a1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-23T06:13:06.770Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-23T06:13:06.770Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-23T06:13:06.770Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-23T06:13:06.770Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-23T06:13:06.771Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-23T06:13:06.771Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-23T06:13:06.771Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-23T06:13:06.771Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-23T06:13:06.771Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-23T06:13:06.771Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-23T06:13:06.771Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|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-10-23T06:13:06.776Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-23T06:13:36.778Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d3c2bd4e-afb0-4701-965b-8efcaa2f18a1 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-10-23T06:13:36.796Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d3c2bd4e-afb0-4701-965b-8efcaa2f18a1 and serviceModelVersionId: a9c37db6-b573-478a-9579-e20857d76da7
2021-10-23T06:13:36.796Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 29c12605-c384-485f-8dfd-283aa22d9bb3
2021-10-23T06:13:44.986Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:13:44.988Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:13:44.988Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:13:51.907Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/29c12605-c384-485f-8dfd-283aa22d9bb3/model-vers/model-ver/a9c37db6-b573-478a-9579-e20857d76da7?depth=0
2021-10-23T06:13:52.023Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-10-23T06:13:52.518Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29c12605-c384-485f-8dfd-283aa22d9bb3/model-vers/model-ver/a9c37db6-b573-478a-9579-e20857d76da7?depth=0|INFO|500||Invoke
2021-10-23T06:13:52.525Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29c12605-c384-485f-8dfd-283aa22d9bb3/model-vers/model-ver/a9c37db6-b573-478a-9579-e20857d76da7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29c12605-c384-485f-8dfd-283aa22d9bb3/model-vers/model-ver/a9c37db6-b573-478a-9579-e20857d76da7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d3c2bd4e-afb0-4701-965b-8efcaa2f18a1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5b3f6e54-462e-4f11-8c1c-ff80cd57fff8], X-ECOMP-RequestID=[d3c2bd4e-afb0-4701-965b-8efcaa2f18a1], X-TransactionId=[], X-ONAP-RequestID=[d3c2bd4e-afb0-4701-965b-8efcaa2f18a1], Content-Type=[application/merge-patch+json]}
2021-10-23T06:13:52.637Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29c12605-c384-485f-8dfd-283aa22d9bb3/model-vers/model-ver/a9c37db6-b573-478a-9579-e20857d76da7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-23T06:13:53.156Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29c12605-c384-485f-8dfd-283aa22d9bb3/model-vers/model-ver/a9c37db6-b573-478a-9579-e20857d76da7?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29c12605-c384-485f-8dfd-283aa22d9bb3/model-vers/model-ver/a9c37db6-b573-478a-9579-e20857d76da7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211023-06:13:52:648-87596], vertex-id=[168120], Content-Length=[0], Date=[Sat, 23 Oct 2021 06:13:52 GMT], Content-Type=[application/json]}
2021-10-23T06:13:53.157Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29c12605-c384-485f-8dfd-283aa22d9bb3/model-vers/model-ver/a9c37db6-b573-478a-9579-e20857d76da7?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-23T06:13:53.158Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29c12605-c384-485f-8dfd-283aa22d9bb3/model-vers/model-ver/a9c37db6-b573-478a-9579-e20857d76da7?depth=0|INFO|500||InvokeReturn
2021-10-23T06:13:53.166Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-23T06:13:53.167Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-23T06:13:53.174Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|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-10-23T06:13:53.176Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d3c2bd4e-afb0-4701-965b-8efcaa2f18a1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-23T06:13:53.177Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-23T06:13:53.178Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:13:53.181Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:13:53.182Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969633176,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-23T06:13:53.282Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:13:53.283Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-23T06:13:53.283Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:13:53.299Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:13:53.300Z||pool-18-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-10-23T06:13:53.917Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:13:53.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:13:53.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3c2bd4e-afb0-4701-965b-8efcaa2f18a1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969633176,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-23T06:13:53.919Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-23T06:13:54.196Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:13:54.197Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:13:54.197Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:14:04.671Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:14:04.672Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:14:04.673Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:14:04.673Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:14:08.467Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:14:08.468Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-23T06:14:08.468Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"fe4c8cda-c4fa-47c0-aeea-02e236299bff","serviceName":"basic_onboard_ZBtVKe","serviceVersion":"1.0","serviceUUID":"09910605-f317-4f99-8c01-85dc292b40bc","serviceDescription":"service","serviceInvariantUUID":"212cd4c1-8aa6-4ccc-ae7e-8ed0991176de","resources":[{"resourceInstanceName":"basic_onboard_ZBtVKe 0","resourceName":"basic_onboard_ZBtVKe","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c1b86b91-8f51-4cb8-85f4-ab9ca07a8758","resourceInvariantUUID":"43a9eb57-a841-47e1-9cda-5f2ac34a9c05","resourceCustomizationUUID":"ac1c26ec-521a-4a12-9c67-726a3143a684","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/vf-license-model.xml","artifactChecksum":"MmFjMGYyOGRiYjE0ZjJhY2IwMzhiMjlmM2ZjOTAxOWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e5634a30-d6c0-45df-88f2-eedf20a7c634","artifactVersion":"1"},{"artifactName":"basic_onboard_zbtvke0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/basic_onboard_zbtvke0_modules.json","artifactChecksum":"MjZlMzIzMTZjNjBmYTE0MTcxNDhkMGQwNmU3Yjc4ZTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d9ec31a6-1fbd-434a-b8d2-f6b194d5ef06","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f997ebcf-0330-41a0-8307-ca57372e06e1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e1520d54-fd1f-4d99-8354-9798347488b2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"49a2dff1-c410-4605-b756-9a4a0a15e4bb","artifactVersion":"2","generatedFromUUID":"f997ebcf-0330-41a0-8307-ca57372e06e1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardZbtvke-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-template.yml","artifactChecksum":"ZDljM2Q2YzdiOTVjMGM3NTI0OTg4OTFkNTQ0ODE4NTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"853704ad-47ea-49d7-bfb9-8e49ac6565c5","artifactVersion":"1"},{"artifactName":"service-BasicOnboardZbtvke-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar","artifactChecksum":"M2Q3ZTM3ZDBhYzVjYWQwMjdhYWIxYjY1MmQ2ZjEzNmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d909962f-5c32-448e-b98b-7201f02dc72b","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-23T06:14:08.471Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T06:14:08.471Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:14:08.474Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:14:08.474Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969644672,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:14:08.574Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-23T06:14:08.575Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-23T06:14:08.575Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:14:08.588Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:14:08.588Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:14:09.475Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T06:14:09.476Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:14:09.479Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:14:09.479Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969644672,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/basic_onboard_zbtvke0_modules.json",
"status": "NOTIFIED"
}
2021-10-23T06:14:09.579Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:14:09.580Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-23T06:14:09.580Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:14:09.592Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:14:09.592Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-23T06:14:10.479Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T06:14:10.481Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:14:10.483Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:14:10.483Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969644672,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-23T06:14:10.583Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-10-23T06:14:10.584Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-23T06:14:10.584Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:14:10.595Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:14:10.596Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:14:11.486Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T06:14:11.487Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:14:11.489Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:14:11.489Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969644672,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:14:11.590Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-23T06:14:11.590Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-23T06:14:11.591Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:14:11.603Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:14:11.603Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-23T06:14:12.492Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T06:14:12.492Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:14:12.495Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:14:12.495Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969644672,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-23T06:14:12.595Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-23T06:14:12.595Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-23T06:14:12.595Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:14:12.611Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:14:12.611Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:14:13.495Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T06:14:13.496Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:14:13.498Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:14:13.499Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969644672,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:14:13.598Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-23T06:14:13.599Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-23T06:14:13.599Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:14:13.610Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:14:13.611Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:14:14.499Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T06:14:14.501Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:14:14.503Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:14:14.504Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969644672,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar",
"status": "NOTIFIED"
}
2021-10-23T06:14:14.603Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-23T06:14:14.604Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-23T06:14:14.604Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:14:14.617Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:14:14.617Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-23T06:14:15.506Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"serviceName": "basic_onboard_ZBtVKe",
"serviceVersion": "1.0",
"serviceUUID": "09910605-f317-4f99-8c01-85dc292b40bc",
"serviceDescription": "service",
"serviceInvariantUUID": "212cd4c1-8aa6-4ccc-ae7e-8ed0991176de",
"resources": [
{
"resourceInstanceName": "basic_onboard_ZBtVKe 0",
"resourceCustomizationUUID": "ac1c26ec-521a-4a12-9c67-726a3143a684",
"resourceName": "basic_onboard_ZBtVKe",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "c1b86b91-8f51-4cb8-85f4-ab9ca07a8758",
"resourceInvariantUUID": "43a9eb57-a841-47e1-9cda-5f2ac34a9c05",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_zbtvke0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/basic_onboard_zbtvke0_modules.json",
"artifactChecksum": "MjZlMzIzMTZjNjBmYTE0MTcxNDhkMGQwNmU3Yjc4ZTA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d9ec31a6-1fbd-434a-b8d2-f6b194d5ef06",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "f997ebcf-0330-41a0-8307-ca57372e06e1",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "49a2dff1-c410-4605-b756-9a4a0a15e4bb",
"generatedFromUUID": "f997ebcf-0330-41a0-8307-ca57372e06e1"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "49a2dff1-c410-4605-b756-9a4a0a15e4bb",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardZbtvke-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar",
"artifactChecksum": "M2Q3ZTM3ZDBhYzVjYWQwMjdhYWIxYjY1MmQ2ZjEzNmQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d909962f-5c32-448e-b98b-7201f02dc72b"
}
],
"workloadContext": "Production"
}
2021-10-23T06:14:15.506Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-23T06:14:15.506Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 09910605-f317-4f99-8c01-85dc292b40bc ASDC
2021-10-23T06:14:15.507Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:fe4c8cda-c4fa-47c0-aeea-02e236299bff
ServiceName:basic_onboard_ZBtVKe
ServiceVersion:1.0
ServiceUUID:09910605-f317-4f99-8c01-85dc292b40bc
ServiceInvariantUUID:212cd4c1-8aa6-4ccc-ae7e-8ed0991176de
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardZbtvke-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar
ArtifactUUID:d909962f-5c32-448e-b98b-7201f02dc72b
ArtifactChecksum:M2Q3ZTM3ZDBhYzVjYWQwMjdhYWIxYjY1MmQ2ZjEzNmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_ZBtVKe 0
ResourceCustomizationUUID:ac1c26ec-521a-4a12-9c67-726a3143a684
ResourceInvariantUUID:43a9eb57-a841-47e1-9cda-5f2ac34a9c05
ResourceName:basic_onboard_ZBtVKe
ResourceType:VF
ResourceUUID:c1b86b91-8f51-4cb8-85f4-ab9ca07a8758
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_zbtvke0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/basic_onboard_zbtvke0_modules.json
ArtifactUUID:d9ec31a6-1fbd-434a-b8d2-f6b194d5ef06
ArtifactChecksum:MjZlMzIzMTZjNjBmYTE0MTcxNDhkMGQwNmU3Yjc4ZTA=
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/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.yaml
ArtifactUUID:f997ebcf-0330-41a0-8307-ca57372e06e1
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/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.env
ArtifactUUID:49a2dff1-c410-4605-b756-9a4a0a15e4bb
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/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.env
ArtifactUUID:49a2dff1-c410-4605-b756-9a4a0a15e4bb
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-10-23T06:14:15.507Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 09910605-f317-4f99-8c01-85dc292b40bc ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-23T06:14:15.558Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-23T06:14:15.559Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-23T06:14:15.559Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-23T06:14:15.559Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d909962f-5c32-448e-b98b-7201f02dc72b from URL: /sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar
2021-10-23T06:14:15.560Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-23T06:14:15.560Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar
2021-10-23T06:14:15.953Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-23T06:14:15.956Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar d909962f-5c32-448e-b98b-7201f02dc72b 71366
2021-10-23T06:14:15.956Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar ASDC sendASDCNotification
2021-10-23T06:14:15.956Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar
2021-10-23T06:14:15.957Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-23T06:14:15.957Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:14:15.960Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:14:15.960Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969655956,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-23T06:14:16.060Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:14:16.061Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-23T06:14:16.062Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:14:16.076Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:14:16.076Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:14:16.961Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-23T06:14:16.962Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-23T06:14:16.963Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: d909962f-5c32-448e-b98b-7201f02dc72b, URL: /sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar to file: /app/ASDC/1/service-BasicOnboardZbtvke-csar.csar
2021-10-23T06:14:16.964Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardZbtvke-csar.csar
2021-10-23T06:14:16.966Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardZbtvke-csar.csar
2021-10-23T06:14:16.966Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardZbtvke-csar.csar
2021-10-23T06:14:17.392Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5529701715286297903/Definitions/service-BasicOnboardZbtvke-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-10-23T06:14:18.611Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-23T06:14:18.612Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-10-23T06:14:18.612Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardZbtvke-csar.csar
2021-10-23T06:14:18.612Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-23T06:14:18.612Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardZbtvke-csar.csar
2021-10-23T06:14:18.612Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZbtvke-csar.csar
2021-10-23T06:14:18.612Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZbtvke-csar.csar
2021-10-23T06:14:18.612Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZbtvke-csar.csar
2021-10-23T06:14:18.612Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardZbtvke-csar.csar
2021-10-23T06:14:18.613Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardZbtvke-csar.csar
2021-10-23T06:14:18.613Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZbtvke-csar.csar
2021-10-23T06:14:18.613Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ZBtVKe 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-BasicOnboardZbtvke-csar.csar
2021-10-23T06:14:18.613Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardZbtvke-csar.csar
2021-10-23T06:14:18.613Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-10-23T06:14:18.613Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:14:18.613Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ZBtVKe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:14:18.614Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ZBtVKe 0 is matching search criteria
2021-10-23T06:14:18.614Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-10-23T06:14:18.614Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ZBtVKe 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-23T06:14:18.614Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:14:18.614Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ZBtVKe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:14:18.614Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ZBtVKe 0 is matching search criteria
2021-10-23T06:14:18.615Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-10-23T06:14:18.615Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ZBtVKe 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-23T06:14:18.615Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:14:18.615Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ZBtVKe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:14:18.615Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:14:18.615Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ZBtVKe 0 is not matching search criteria
2021-10-23T06:14:18.616Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-10-23T06:14:18.616Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-10-23T06:14:18.616Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-10-23T06:14:18.616Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-23T06:14:18.616Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-23T06:14:18.616Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:14:18.616Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ZBtVKe is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-23T06:14:18.617Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:14:18.617Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ZBtVKe 0 is matching search criteria
2021-10-23T06:14:18.617Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ZBtVKe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-23T06:14:18.617Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:14:18.617Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ZBtVKe 0 is matching search criteria
2021-10-23T06:14:18.617Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ZBtVKe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-23T06:14:18.618Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:14:18.618Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ZBtVKe 0 is matching search criteria
2021-10-23T06:14:18.618Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ZBtVKe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-23T06:14:18.618Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:14:18.618Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ZBtVKe 0 is not matching search criteria
2021-10-23T06:14:18.618Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-23T06:14:18.619Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-23T06:14:18.619Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=12f800fc-143b-4012-b55e-5645ea29c1fe
2021-10-23T06:14:18.619Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:14:18.619Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ZBtVKe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:14:18.619Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:14:18.619Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ZBtVKe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:14:18.619Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:14:18.620Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ZBtVKe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:14:18.620Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:14:18.620Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ZBtVKe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:14:18.620Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_ZBtVKe
Description:service
Model UUID:09910605-f317-4f99-8c01-85dc292b40bc
Model Version:NULL
Model InvariantUuid:212cd4c1-8aa6-4ccc-ae7e-8ed0991176de
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_ZBtVKe
Model UUID:74c85410-c42a-4f28-aa77-32840eefbae6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:43a9eb57-a841-47e1-9cda-5f2ac34a9c05
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:ac1c26ec-521a-4a12-9c67-726a3143a684
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:8438a59a-e9bb-4b9e-8e96-fed107e5d098
ModelName:BasicOnboardZbtvke..base_ubuntu18..module-0
ModelUuid:77d168dd-d13f-4ff2-a334-aa98f54c3ed5
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:12f800fc-143b-4012-b55e-5645ea29c1fe
ModelInvariantUuid:43808eb1-5600-4055-a1b1-db0754f52475
ModelName:basic_onboard_ZBtVKe-nodes.ubuntu18Cvfc
ModelUuid:4927ce8d-a1c0-4aed-9514-6ab96b6e6e5d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:b7461993-cb7f-4eca-b967-6ff50263c942
ModelInvariantUuid:40ea3ccd-0b3c-473e-8190-a7e3bb043bde
ModelName:BasicOnboardZbtvke.compute.nodes.heat.ubuntu18
ModelUuid:591a68b8-b2ce-4d5f-9aae-455efdbd3e61
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-23T06:14:18.630Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: c1b86b91-8f51-4cb8-85f4-ab9ca07a8758
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-23T06:14:18.633Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||basic_onboard_ZBtVKe 0
2021-10-23T06:14:18.633Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c1b86b91-8f51-4cb8-85f4-ab9ca07a8758
2021-10-23T06:14:18.633Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d9ec31a6-1fbd-434a-b8d2-f6b194d5ef06 from URL: /sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/basic_onboard_zbtvke0_modules.json
2021-10-23T06:14:18.633Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-23T06:14:18.634Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/basic_onboard_zbtvke0_modules.json
2021-10-23T06:14:19.185Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-23T06:14:19.186Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/basic_onboard_zbtvke0_modules.json d9ec31a6-1fbd-434a-b8d2-f6b194d5ef06 798
2021-10-23T06:14:19.186Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/basic_onboard_zbtvke0_modules.json ASDC sendASDCNotification
2021-10-23T06:14:19.186Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/basic_onboard_zbtvke0_modules.json
2021-10-23T06:14:19.186Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-23T06:14:19.186Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:14:19.188Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:14:19.188Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969659186,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/basic_onboard_zbtvke0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-23T06:14:19.288Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:14:19.289Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-23T06:14:19.289Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:14:19.302Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:14:19.302Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:14:20.189Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardZbtvke..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "8438a59a-e9bb-4b9e-8e96-fed107e5d098",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "77d168dd-d13f-4ff2-a334-aa98f54c3ed5",
"vfModuleModelCustomizationUUID": "db6d072f-f529-41d1-971c-52919ee7987f",
"isBase": true,
"artifacts": [
"f997ebcf-0330-41a0-8307-ca57372e06e1",
"49a2dff1-c410-4605-b756-9a4a0a15e4bb"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-10-23T06:14:20.195Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZbtvke..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:77d168dd-d13f-4ff2-a334-aa98f54c3ed5
VfModuleModelInvariantUUID:8438a59a-e9bb-4b9e-8e96-fed107e5d098
VfModuleModelDescription:NULL
Artifacts UUID List:{
f997ebcf-0330-41a0-8307-ca57372e06e1
,
49a2dff1-c410-4605-b756-9a4a0a15e4bb
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-10-23T06:14:20.198Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardZbtvke..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "8438a59a-e9bb-4b9e-8e96-fed107e5d098",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "77d168dd-d13f-4ff2-a334-aa98f54c3ed5",
"vfModuleModelCustomizationUUID": "db6d072f-f529-41d1-971c-52919ee7987f",
"isBase": true,
"artifacts": [
"f997ebcf-0330-41a0-8307-ca57372e06e1",
"49a2dff1-c410-4605-b756-9a4a0a15e4bb"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-10-23T06:14:20.198Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZbtvke..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:77d168dd-d13f-4ff2-a334-aa98f54c3ed5
VfModuleModelInvariantUUID:8438a59a-e9bb-4b9e-8e96-fed107e5d098
VfModuleModelDescription:NULL
Artifacts UUID List:{
f997ebcf-0330-41a0-8307-ca57372e06e1
,
49a2dff1-c410-4605-b756-9a4a0a15e4bb
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-10-23T06:14:20.198Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f997ebcf-0330-41a0-8307-ca57372e06e1 from URL: /sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.yaml
2021-10-23T06:14:20.199Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-23T06:14:20.199Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.yaml
2021-10-23T06:14:20.641Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-23T06:14:20.641Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.yaml f997ebcf-0330-41a0-8307-ca57372e06e1 5033
2021-10-23T06:14:20.642Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-23T06:14:20.642Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.yaml
2021-10-23T06:14:20.642Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-23T06:14:20.642Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:14:20.644Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:14:20.644Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969660642,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-23T06:14:20.744Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:14:20.745Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-23T06:14:20.745Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:14:20.763Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:14:20.769Z||pool-28-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:14:21.644Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 49a2dff1-c410-4605-b756-9a4a0a15e4bb from URL: /sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.env
2021-10-23T06:14:21.645Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-23T06:14:21.645Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.env
2021-10-23T06:14:21.883Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-23T06:14:21.884Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.env 49a2dff1-c410-4605-b756-9a4a0a15e4bb 909
2021-10-23T06:14:21.884Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-23T06:14:21.884Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.env
2021-10-23T06:14:21.884Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-23T06:14:21.885Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:14:21.889Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:14:21.889Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969661884,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-23T06:14:21.989Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:14:21.990Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-23T06:14:21.990Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:14:22.004Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:14:22.005Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:14:22.891Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 09910605-f317-4f99-8c01-85dc292b40bc
2021-10-23T06:14:22.892Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ZBtVKe 0 c1b86b91-8f51-4cb8-85f4-ab9ca07a8758 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-23T06:14:22.907Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2e02b825, org.onap.sdc.toscaparser.api.parameters.Input@79f2611a, org.onap.sdc.toscaparser.api.parameters.Input@592b4e9b, org.onap.sdc.toscaparser.api.parameters.Input@5087af77, org.onap.sdc.toscaparser.api.parameters.Input@6bffe6d2]
2021-10-23T06:14:22.908Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:14:22.909Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ZBtVKe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:14:22.909Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2021-10-23T06:14:22.909Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= ac1c26ec-521a-4a12-9c67-726a3143a684
2021-10-23T06:14:22.909Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ac1c26ec-521a-4a12-9c67-726a3143a684 matches Tosca VF Customization UUID: ac1c26ec-521a-4a12-9c67-726a3143a684
2021-10-23T06:14:22.909Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: ac1c26ec-521a-4a12-9c67-726a3143a684 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-23T06:14:22.913Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:14:22.913Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ZBtVKe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:14:22.913Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id ac1c26ec-521a-4a12-9c67-726a3143a684: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-10-23T06:14:22.913Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6f228200
2021-10-23T06:14:22.914Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:14:22.914Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ZBtVKe is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-23T06:14:22.914Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : db6d072f-f529-41d1-971c-52919ee7987f
2021-10-23T06:14:22.914Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID db6d072f-f529-41d1-971c-52919ee7987f
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-23T06:14:22.924Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:14:22.925Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ZBtVKe 0 is matching search criteria
2021-10-23T06:14:22.925Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ZBtVKe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-23T06:14:22.925Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:14:22.925Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ZBtVKe 0 is matching search criteria
2021-10-23T06:14:22.926Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ZBtVKe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-23T06:14:22.926Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:14:22.926Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ZBtVKe 0 is not matching search criteria
2021-10-23T06:14:22.926Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-23T06:14:22.926Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-23T06:14:22.926Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=12f800fc-143b-4012-b55e-5645ea29c1fe
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-23T06:14:22.929Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:14:22.929Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ZBtVKe 0 is matching search criteria
2021-10-23T06:14:22.930Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ZBtVKe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-23T06:14:22.930Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:14:22.930Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ZBtVKe 0 is matching search criteria
2021-10-23T06:14:22.930Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ZBtVKe 0] matching following query criteria: sdcType=VF, customizationUUID=ac1c26ec-521a-4a12-9c67-726a3143a684
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-23T06:14:22.932Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:14:22.932Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ZBtVKe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:14:22.932Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 09910605-f317-4f99-8c01-85dc292b40bc: basic_onboard_ZBtVKe
2021-10-23T06:14:22.932Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:14:22.933Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ZBtVKe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:14:22.933Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:14:22.933Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ZBtVKe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:14:22.933Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:14:22.934Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ZBtVKe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:14:22.934Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:14:22.934Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ZBtVKe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:14:22.934Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:14:22.935Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ZBtVKe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:14:22.935Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_ZBtVKe
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-23T06:14:23.033Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ZBtVKe c1b86b91-8f51-4cb8-85f4-ab9ca07a8758 1 ASDC deployResourceStructure
2021-10-23T06:14:23.034Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/basic_onboard_zbtvke0_modules.json ASDC sendASDCNotification
2021-10-23T06:14:23.034Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/basic_onboard_zbtvke0_modules.json
2021-10-23T06:14:23.035Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-23T06:14:23.036Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:14:23.045Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:14:23.045Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969663034,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/basic_onboard_zbtvke0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-23T06:14:23.140Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2021-10-23T06:14:23.141Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-23T06:14:23.141Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:14:23.154Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:14:23.154Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:14:24.046Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-23T06:14:24.046Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.yaml
2021-10-23T06:14:24.047Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-23T06:14:24.047Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:14:24.048Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:14:24.049Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969664046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-10-23T06:14:24.149Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:14:24.150Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-23T06:14:24.150Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:14:24.165Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:14:24.166Z||pool-31-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:14:25.052Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-23T06:14:25.052Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.env
2021-10-23T06:14:25.052Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-23T06:14:25.053Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:14:25.055Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:14:25.055Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969665052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-10-23T06:14:25.156Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:14:25.157Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-23T06:14:25.157Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:14:25.197Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:14:25.197Z||pool-32-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:14:26.056Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar ASDC sendASDCNotification
2021-10-23T06:14:26.056Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar
2021-10-23T06:14:26.057Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-23T06:14:26.057Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:14:26.060Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:14:26.060Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969666056,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-23T06:14:26.161Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:14:26.161Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-23T06:14:26.161Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:14:26.172Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:14:26.173Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-10-23T06:14:27.060Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fe4c8cda-c4fa-47c0-aeea-02e236299bff
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-23T06:14:27.076Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fe4c8cda-c4fa-47c0-aeea-02e236299bff
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-23T06:14:27.080Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-23T06:14:27.080Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-23T06:14:27.080Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-23T06:14:44.986Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:14:44.989Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:14:44.990Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:14:45.634Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:14:45.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969644672,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.640Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:14:45.640Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.640Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "ves-openapi-manager",
"timestamp": 1634969646289,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.640Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:14:45.640Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.641Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "clamp",
"timestamp": 1634969643754,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.641Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:14:45.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.641Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "policy-id",
"timestamp": 1634969643760,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.641Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:14:45.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.642Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "dcae-sch",
"timestamp": 1634969640105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.642Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:14:45.642Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.642Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969644672,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/basic_onboard_zbtvke0_modules.json",
"status": "NOTIFIED"
}
2021-10-23T06:14:45.643Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:14:45.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.643Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "ves-openapi-manager",
"timestamp": 1634969646289,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/basic_onboard_zbtvke0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.643Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:14:45.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.644Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "clamp",
"timestamp": 1634969643754,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/basic_onboard_zbtvke0_modules.json",
"status": "NOTIFIED"
}
2021-10-23T06:14:45.644Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:14:45.644Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.644Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "policy-id",
"timestamp": 1634969643760,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/basic_onboard_zbtvke0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.644Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:14:45.644Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.644Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "dcae-sch",
"timestamp": 1634969640105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/basic_onboard_zbtvke0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.644Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:14:45.645Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.645Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634969649267,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.645Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:14:45.645Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.645Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969644672,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-23T06:14:45.645Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:14:45.645Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.646Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "ves-openapi-manager",
"timestamp": 1634969646289,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.646Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:14:45.646Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.646Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "clamp",
"timestamp": 1634969643754,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.646Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:14:45.646Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "aai-ml",
"timestamp": 1634969649873,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.647Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:14:45.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "policy-id",
"timestamp": 1634969643760,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-23T06:14:45.647Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:14:45.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "dcae-sch",
"timestamp": 1634969640105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.647Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:14:45.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634969649267,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/basic_onboard_zbtvke0_modules.json",
"status": "NOTIFIED"
}
2021-10-23T06:14:45.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:14:45.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969644672,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:14:45.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "ves-openapi-manager",
"timestamp": 1634969646289,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:14:45.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "clamp",
"timestamp": 1634969643754,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.649Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:14:45.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "policy-id",
"timestamp": 1634969643760,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.649Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:14:45.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "aai-ml",
"timestamp": 1634969649873,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/basic_onboard_zbtvke0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.650Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:14:45.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.650Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "dcae-sch",
"timestamp": 1634969640105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.650Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:14:45.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.650Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "cds",
"timestamp": 1634969651210,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.651Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:14:45.651Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.651Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634969649267,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-23T06:14:45.651Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:14:45.651Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.652Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969644672,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-23T06:14:45.652Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:14:45.652Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.652Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "ves-openapi-manager",
"timestamp": 1634969646289,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.652Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:14:45.652Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "clamp",
"timestamp": 1634969643754,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.653Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:14:45.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "aai-ml",
"timestamp": 1634969649873,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.654Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:14:45.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "policy-id",
"timestamp": 1634969643760,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.654Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:14:45.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "dcae-sch",
"timestamp": 1634969640105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.655Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:14:45.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "cds",
"timestamp": 1634969651210,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/basic_onboard_zbtvke0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.656Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:14:45.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634969649267,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.656Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:14:45.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969644672,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.657Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:14:45.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "ves-openapi-manager",
"timestamp": 1634969646289,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.662Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:14:45.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "clamp",
"timestamp": 1634969643754,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.663Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:14:45.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "aai-ml",
"timestamp": 1634969649873,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:14:45.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "policy-id",
"timestamp": 1634969643760,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:14:45.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "dcae-sch",
"timestamp": 1634969640105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.667Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:14:45.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "cds",
"timestamp": 1634969651210,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.670Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:14:45.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634969649267,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-23T06:14:45.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:14:45.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969644672,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar",
"status": "NOTIFIED"
}
2021-10-23T06:14:45.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:14:45.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "ves-openapi-manager",
"timestamp": 1634969646289,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.674Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:14:45.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "clamp",
"timestamp": 1634969643754,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar",
"status": "NOTIFIED"
}
2021-10-23T06:14:45.676Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:14:45.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "aai-ml",
"timestamp": 1634969649873,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.677Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:14:45.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "policy-id",
"timestamp": 1634969643760,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar",
"status": "NOTIFIED"
}
2021-10-23T06:14:45.679Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:14:45.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "dcae-sch",
"timestamp": 1634969640105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:14:45.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634969654156,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:14:45.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "cds",
"timestamp": 1634969651210,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:14:45.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634969649267,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:14:45.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "aai-ml",
"timestamp": 1634969649873,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:14:45.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634969654156,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/basic_onboard_zbtvke0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:14:45.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "cds",
"timestamp": 1634969651210,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:14:45.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634969649267,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar",
"status": "NOTIFIED"
}
2021-10-23T06:14:45.690Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:14:45.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969655956,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-23T06:14:45.691Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:14:45.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "policy-id",
"timestamp": 1634969655958,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-23T06:14:45.692Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:14:45.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "aai-ml",
"timestamp": 1634969649873,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar",
"status": "NOTIFIED"
}
2021-10-23T06:14:45.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:14:45.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634969654156,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:14:45.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "cds",
"timestamp": 1634969651210,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.694Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:14:45.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "policy-id",
"timestamp": 1634969656962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-23T06:14:45.695Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:14:45.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634969657267,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/basic_onboard_zbtvke0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-23T06:14:45.696Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:14:45.696Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.696Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634969654156,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.696Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:14:45.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.697Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "cds",
"timestamp": 1634969651210,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar",
"status": "NOTIFIED"
}
2021-10-23T06:14:45.697Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:14:45.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.697Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "policy-id",
"timestamp": 1634969657965,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-23T06:14:45.716Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fe4c8cda-c4fa-47c0-aeea-02e236299bff
2021-10-23T06:14:45.717Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe4c8cda-c4fa-47c0-aeea-02e236299bff and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-23T06:14:45.731Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.732Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "aai-ml",
"timestamp": 1634969658049,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-23T06:14:45.732Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:14:45.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.732Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634969658762,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-23T06:14:45.733Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:14:45.733Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.733Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634969654156,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.733Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:14:45.734Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.734Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969659186,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/basic_onboard_zbtvke0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-23T06:14:45.734Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:14:45.734Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.735Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "cds",
"timestamp": 1634969659184,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-23T06:14:45.735Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:14:45.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.735Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634969654156,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:14:45.736Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:14:45.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.736Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634969659969,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-23T06:14:45.737Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:14:45.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "cds",
"timestamp": 1634969660205,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-23T06:14:45.742Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fe4c8cda-c4fa-47c0-aeea-02e236299bff
2021-10-23T06:14:45.742Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe4c8cda-c4fa-47c0-aeea-02e236299bff and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-23T06:14:45.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969660642,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-23T06:14:45.750Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:14:45.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634969654156,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar",
"status": "NOTIFIED"
}
2021-10-23T06:14:45.751Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-23T06:14:45.751Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.751Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634969660990,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-23T06:14:45.755Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fe4c8cda-c4fa-47c0-aeea-02e236299bff
2021-10-23T06:14:45.755Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe4c8cda-c4fa-47c0-aeea-02e236299bff and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-10-23T06:14:45.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969661884,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-23T06:14:45.763Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:14:45.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634969661992,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/basic_onboard_zbtvke0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-23T06:14:45.764Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:14:45.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634969662280,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-23T06:14:45.764Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:14:45.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969663034,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/basic_onboard_zbtvke0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-23T06:14:45.765Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:14:45.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969664046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-10-23T06:14:45.766Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:14:45.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.766Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "clamp",
"timestamp": 1634969664136,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-23T06:14:45.766Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:14:45.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634969664919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-23T06:14:45.767Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:14:45.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969665052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/resourceInstances/basic_onboard_zbtvke0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-10-23T06:14:45.768Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:14:45.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "aai-ml",
"timestamp": 1634969665511,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-23T06:14:45.768Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:14:45.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634969665924,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-23T06:14:45.773Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fe4c8cda-c4fa-47c0-aeea-02e236299bff
2021-10-23T06:14:45.773Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe4c8cda-c4fa-47c0-aeea-02e236299bff and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-23T06:14:45.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.782Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969666056,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-23T06:14:45.782Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:14:45.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.783Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "clamp",
"timestamp": 1634969666144,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZbtvke/1.0/artifacts/service-BasicOnboardZbtvke-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-23T06:14:45.783Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:14:45.783Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.783Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "aai-ml",
"timestamp": 1634969666515,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-23T06:14:45.788Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fe4c8cda-c4fa-47c0-aeea-02e236299bff
2021-10-23T06:14:45.788Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe4c8cda-c4fa-47c0-aeea-02e236299bff and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-23T06:14:45.803Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:14:45.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "clamp",
"timestamp": 1634969667148,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-23T06:14:45.808Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fe4c8cda-c4fa-47c0-aeea-02e236299bff
2021-10-23T06:14:45.808Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe4c8cda-c4fa-47c0-aeea-02e236299bff and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-23T06:14:57.080Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fe4c8cda-c4fa-47c0-aeea-02e236299bff
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-23T06:14:57.096Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fe4c8cda-c4fa-47c0-aeea-02e236299bff
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-23T06:14:57.111Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-23T06:14:57.111Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-23T06:14:57.111Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-23T06:14:57.112Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-23T06:14:57.112Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-23T06:14:57.112Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-23T06:14:57.112Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-23T06:14:57.113Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-23T06:14:57.113Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-23T06:14:57.113Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-23T06:14:57.113Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-23T06:14:57.119Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-23T06:15:27.119Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fe4c8cda-c4fa-47c0-aeea-02e236299bff and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-10-23T06:15:27.126Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fe4c8cda-c4fa-47c0-aeea-02e236299bff and serviceModelVersionId: 09910605-f317-4f99-8c01-85dc292b40bc
2021-10-23T06:15:27.127Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 212cd4c1-8aa6-4ccc-ae7e-8ed0991176de
2021-10-23T06:15:27.129Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/212cd4c1-8aa6-4ccc-ae7e-8ed0991176de/model-vers/model-ver/09910605-f317-4f99-8c01-85dc292b40bc?depth=0
2021-10-23T06:15:27.138Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-10-23T06:15:27.211Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/212cd4c1-8aa6-4ccc-ae7e-8ed0991176de/model-vers/model-ver/09910605-f317-4f99-8c01-85dc292b40bc?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-10-23T06:15:27.213Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/212cd4c1-8aa6-4ccc-ae7e-8ed0991176de/model-vers/model-ver/09910605-f317-4f99-8c01-85dc292b40bc?depth=0|INFO|500||Invoke
2021-10-23T06:15:27.243Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/212cd4c1-8aa6-4ccc-ae7e-8ed0991176de/model-vers/model-ver/09910605-f317-4f99-8c01-85dc292b40bc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-23T06:15:27.390Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/212cd4c1-8aa6-4ccc-ae7e-8ed0991176de/model-vers/model-ver/09910605-f317-4f99-8c01-85dc292b40bc?depth=0|INFO|500||InvokeReturn
2021-10-23T06:15:27.391Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/212cd4c1-8aa6-4ccc-ae7e-8ed0991176de/model-vers/model-ver/09910605-f317-4f99-8c01-85dc292b40bc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211023-06:15:27:251-32362], vertex-id=[200736], Content-Length=[0], Date=[Sat, 23 Oct 2021 06:15:27 GMT], Content-Type=[application/json]}
2021-10-23T06:15:27.392Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-10-23T06:15:27.392Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-23T06:15:27.392Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-23T06:15:27.399Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-10-23T06:15:27.399Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fe4c8cda-c4fa-47c0-aeea-02e236299bff and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-23T06:15:27.400Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-23T06:15:27.400Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:15:27.404Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:15:27.404Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969727399,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-23T06:15:27.504Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:15:27.505Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-23T06:15:27.505Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:15:27.518Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:15:27.519Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-23T06:15:28.424Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:15:28.425Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:15:28.425Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:15:37.980Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:15:37.980Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:15:37.981Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:15:37.981Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:15:44.985Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:15:44.986Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:15:44.986Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:15:45.615Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:15:45.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-23T06:15:45.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fe4c8cda-c4fa-47c0-aeea-02e236299bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634969727399,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-23T06:15:45.618Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:15:47.552Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:15:47.553Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:15:47.553Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:15:47.553Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:15:57.099Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:16:44.981Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:16:44.984Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:16:44.984Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:16:44.985Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:16:44.986Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:16:44.986Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:16:54.537Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:16:54.539Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:17:44.981Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:17:44.984Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:17:44.984Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:17:44.985Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:17:44.987Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:17:44.987Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:17:54.564Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:17:54.567Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:18:44.982Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:18:44.986Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:18:44.985Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:18:44.986Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:18:44.986Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:18:44.986Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:18:54.556Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:18:54.559Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:19:44.980Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:19:44.980Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:19:44.981Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:19:44.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:19:44.986Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:19:44.986Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:19:54.555Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:19:54.564Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:20:44.981Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:20:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:20:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:20:44.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:20:44.986Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:20:44.986Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:20:54.550Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:20:54.558Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:21:44.980Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:21:44.982Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:21:44.982Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:21:44.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:21:44.986Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:21:44.986Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:21:54.551Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:21:54.565Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:22:44.980Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:22:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:22:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:22:44.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:22:44.986Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:22:44.986Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:22:54.559Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:22:54.567Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:23:44.980Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:23:44.981Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:23:44.981Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:23:44.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:23:44.986Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:23:44.986Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:23:54.563Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:23:54.568Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:24:44.981Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:24:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:24:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:24:44.985Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:24:44.986Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:24:44.986Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:24:54.544Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:24:54.561Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:25:44.981Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:25:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:25:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:25:44.985Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:25:44.986Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:25:44.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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:25:54.525Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:25:54.565Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:26:44.980Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:26:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:26:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:26:44.985Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:26:44.986Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:26:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:26:54.547Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:26:54.550Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:27:44.980Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:27:44.982Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:27:44.982Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:27:44.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:27:44.986Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:27:44.986Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:27:54.545Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:27:54.548Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:28:44.981Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:28:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:28:44.984Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:28:44.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:28:44.986Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:28:44.986Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:28:54.558Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:28:54.566Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:29:44.980Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:29:44.982Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:29:44.982Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:29:44.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:29:44.986Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:29:44.986Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:29:54.541Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:29:54.541Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:30:44.980Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:30:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:30:44.984Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:30:44.985Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:30:44.986Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:30:44.986Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:30:54.557Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:30:54.564Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:31:44.980Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:31:44.981Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:31:44.981Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:31:44.985Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:31:44.986Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:31:44.986Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:31:54.541Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:31:54.541Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:32:44.980Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:32:44.982Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:32:44.982Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:32:44.985Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:32:44.986Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:32:44.986Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:32:54.563Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:32:54.563Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:33:44.981Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:33:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:33:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:33:44.985Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:33:44.986Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:33:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:33:54.540Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:33:54.541Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:34:44.980Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:34:44.985Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:34:44.986Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:34:44.986Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:34:44.986Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:34:44.986Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:34:54.537Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:34:54.539Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:35:44.981Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:35:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:35:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:35:44.985Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:35:44.986Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:35:44.986Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:35:54.560Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:35:54.560Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:36:44.981Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:36:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:36:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:36:44.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:36:44.986Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:36:44.986Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:36:54.541Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:36:54.542Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:37:44.981Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:37:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:37:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:37:44.985Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:37:44.988Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:37:44.989Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:37:54.549Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:37:54.567Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:38:44.981Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:38:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:38:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:38:44.985Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:38:44.986Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:38:44.986Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:38:54.555Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:38:54.563Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:39:44.981Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:39:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:39:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:39:44.985Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:39:44.986Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:39:44.986Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:39:54.558Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:39:54.561Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:40:44.981Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:40:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:40:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:40:44.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:40:44.986Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:40:44.986Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:40:54.535Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:40:54.536Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:41:44.981Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:41:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:41:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:41:44.985Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:41:44.986Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:41:44.986Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:41:54.531Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:41:54.540Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:42:44.980Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:42:44.982Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:42:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:42:44.985Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:42:44.986Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:42:44.986Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:42:54.561Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:42:54.565Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:43:44.981Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:43:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:43:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:43:44.985Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:43:44.986Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:43:44.986Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:43:54.558Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:43:54.565Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:44:44.981Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:44:44.984Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:44:44.984Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:44:44.985Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:44:44.986Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:44:44.986Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:44:54.546Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:44:54.547Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:45:44.981Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:45:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:45:44.983Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:45:44.986Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:45:44.986Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:45:44.986Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:45:54.536Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:45:54.536Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:46:44.980Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:46:44.988Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:46:44.989Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:46:44.989Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:46:44.990Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:46:44.990Z||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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:46:54.543Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:46:54.544Z|fe4c8cda-c4fa-47c0-aeea-02e236299bff|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:47:44.981Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:47:44.984Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:47:44.984Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:47:44.985Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:47:44.986Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:47:44.986Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:47:54.542Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:47:54.542Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:48:44.981Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:48:44.984Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:48:44.984Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:48:44.986Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:48:44.986Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:48:44.987Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:48:48.663Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:48:48.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T06:48:48.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"fb4250bc-8aab-4597-8317-9f755429fd30","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"0e20618e-078a-497d-a699-c6247dbe01b6","serviceDescription":"service","serviceInvariantUUID":"160402d0-988a-4c23-9d51-7a8d63d3f893","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"a233d459-020c-4415-989f-6555d58cf746","resourceInvariantUUID":"e00d61d2-da33-46e9-a85f-4232640163c3","resourceCustomizationUUID":"257929cc-bfa6-473d-a6c8-2616fea0b701","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":"OWY5NTc2N2Y2NTZkZDE3NTMwMmQ5ZGEzZGI1NjE2Zjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e0862a05-e7e2-455f-b044-6cfb365e1407","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzdiZTkyOGFkYTlhZjc5YjdiNTkzN2I2ODQ1MzExNGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d15f9631-7b7c-4c7d-a2e7-70598605e32e","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-23T06:48:48.674Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T06:48:48.675Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:48:48.689Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:48:48.690Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634971724981,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:48:48.787Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-10-23T06:48:48.789Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-23T06:48:48.789Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:48:48.845Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:48:48.847Z||pool-35-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:48:48.947Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:48:48.948Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:48:48.948Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
"consumerID": "dcae-sch",
"timestamp": 1634971720105,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:48:48.951Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-23T06:48:49.691Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T06:48:49.691Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:48:49.694Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:48:49.694Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634971724981,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-23T06:48:49.794Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:48:49.795Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-23T06:48:49.795Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:48:49.815Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:48:49.816Z||pool-36-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2021-10-23T06:48:50.695Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "0e20618e-078a-497d-a699-c6247dbe01b6",
"serviceDescription": "service",
"serviceInvariantUUID": "160402d0-988a-4c23-9d51-7a8d63d3f893",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "257929cc-bfa6-473d-a6c8-2616fea0b701",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "a233d459-020c-4415-989f-6555d58cf746",
"resourceInvariantUUID": "e00d61d2-da33-46e9-a85f-4232640163c3",
"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": "YzdiZTkyOGFkYTlhZjc5YjdiNTkzN2I2ODQ1MzExNGU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d15f9631-7b7c-4c7d-a2e7-70598605e32e"
}
],
"workloadContext": "Production"
}
2021-10-23T06:48:50.695Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-23T06:48:50.696Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0e20618e-078a-497d-a699-c6247dbe01b6 ASDC
2021-10-23T06:48:50.697Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:fb4250bc-8aab-4597-8317-9f755429fd30
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:0e20618e-078a-497d-a699-c6247dbe01b6
ServiceInvariantUUID:160402d0-988a-4c23-9d51-7a8d63d3f893
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:d15f9631-7b7c-4c7d-a2e7-70598605e32e
ArtifactChecksum:YzdiZTkyOGFkYTlhZjc5YjdiNTkzN2I2ODQ1MzExNGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:257929cc-bfa6-473d-a6c8-2616fea0b701
ResourceInvariantUUID:e00d61d2-da33-46e9-a85f-4232640163c3
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:a233d459-020c-4415-989f-6555d58cf746
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-10-23T06:48:50.698Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0e20618e-078a-497d-a699-c6247dbe01b6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-23T06:48:50.761Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-23T06:48:50.762Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-10-23T06:48:50.762Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-10-23T06:48:50.763Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d15f9631-7b7c-4c7d-a2e7-70598605e32e from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-23T06:48:50.763Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-23T06:48:50.763Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-23T06:48:51.250Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-23T06:48:51.253Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar d15f9631-7b7c-4c7d-a2e7-70598605e32e 52173
2021-10-23T06:48:51.253Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-10-23T06:48:51.253Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-23T06:48:51.254Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-23T06:48:51.254Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:48:51.256Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:48:51.256Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634971731253,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-23T06:48:51.357Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-23T06:48:51.358Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-23T06:48:51.358Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:48:51.399Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:48:51.399Z||pool-37-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:48:52.257Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-23T06:48:52.260Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-10-23T06:48:52.260Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: d15f9631-7b7c-4c7d-a2e7-70598605e32e, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-23T06:48:52.261Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-10-23T06:48:52.262Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-23T06:48:52.262Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-23T06:48:52.439Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8972130186601051451/Definitions/service-BasicNetwork-template.yml
2021-10-23T06:48:53.060Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-23T06:48:53.061Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-10-23T06:48:53.061Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-23T06:48:53.061Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-10-23T06:48:53.061Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-23T06:48:53.062Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-23T06:48:53.062Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-23T06:48:53.062Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-23T06:48:53.062Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-23T06:48:53.062Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-23T06:48:53.062Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-23T06:48:53.063Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-23T06:48:53.063Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-10-23T06:48:53.063Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:48:53.063Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:48:53.064Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-23T06:48:53.064Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-10-23T06:48:53.064Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-23T06:48:53.064Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:48:53.065Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:48:53.065Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-23T06:48:53.065Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-10-23T06:48:53.065Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-23T06:48:53.066Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:48:53.066Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:48:53.066Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:48:53.066Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:48:53.067Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:48:53.067Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:48:53.067Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:48:53.067Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:48:53.067Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:48:53.067Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:48:53.068Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:0e20618e-078a-497d-a699-c6247dbe01b6
Model Version:NULL
Model InvariantUuid:160402d0-988a-4c23-9d51-7a8d63d3f893
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:e00d61d2-da33-46e9-a85f-4232640163c3
Model UUID:1f7f8878-e120-4edf-bca6-46ea86f7b6e4
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:257929cc-bfa6-473d-a6c8-2616fea0b701
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-23T06:48:53.075Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: a233d459-020c-4415-989f-6555d58cf746
2021-10-23T06:48:53.075Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||No resources found for Service: 0e20618e-078a-497d-a699-c6247dbe01b6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-23T06:48:53.083Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||
2021-10-23T06:48:53.083Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-10-23T06:48:53.084Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 0e20618e-078a-497d-a699-c6247dbe01b6
2021-10-23T06:48:53.084Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 0e20618e-078a-497d-a699-c6247dbe01b6
2021-10-23T06:48:53.085Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-10-23T06:48:53.085Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-23T06:48:53.089Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4b718944, org.onap.sdc.toscaparser.api.parameters.Input@5c3fe614, org.onap.sdc.toscaparser.api.parameters.Input@5addfeba, org.onap.sdc.toscaparser.api.parameters.Input@7ff98d8c, org.onap.sdc.toscaparser.api.parameters.Input@3805109e]
2021-10-23T06:48:53.090Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:48:53.091Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:48:53.091Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:48:53.091Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:48:53.091Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 0e20618e-078a-497d-a699-c6247dbe01b6: Generic NeutronNet
2021-10-23T06:48:53.091Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:48:53.091Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:48:53.091Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:48:53.092Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-10-23T06:48:53.124Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:48:53.125Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:48:53.125Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:48:53.125Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:48:53.125Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:48:53.125Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:48:53.125Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-10-23T06:48:53.180Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-10-23T06:48:53.180Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-10-23T06:48:53.180Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-23T06:48:53.181Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-23T06:48:53.181Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:48:53.183Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:48:53.183Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634971733180,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-23T06:48:53.283Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:48:53.284Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-23T06:48:53.284Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:48:53.300Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:48:53.300Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:48:54.185Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb4250bc-8aab-4597-8317-9f755429fd30
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-23T06:48:54.197Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb4250bc-8aab-4597-8317-9f755429fd30
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-23T06:48:54.200Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-23T06:48:54.201Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-23T06:48:54.201Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-23T06:49:24.203Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb4250bc-8aab-4597-8317-9f755429fd30
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-23T06:49:24.214Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb4250bc-8aab-4597-8317-9f755429fd30
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-23T06:49:24.216Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-23T06:49:24.216Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-23T06:49:24.216Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-23T06:49:44.991Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:49:44.996Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:49:44.996Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:49:45.027Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:49:45.029Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:49:45.029Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
"consumerID": "aai-ml",
"timestamp": 1634971719872,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:49:45.031Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-23T06:49:54.216Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb4250bc-8aab-4597-8317-9f755429fd30
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-23T06:49:54.233Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb4250bc-8aab-4597-8317-9f755429fd30
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-23T06:49:54.240Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-23T06:49:54.240Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-23T06:49:54.241Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-23T06:50:24.241Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb4250bc-8aab-4597-8317-9f755429fd30
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-23T06:50:24.255Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb4250bc-8aab-4597-8317-9f755429fd30
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-23T06:50:24.274Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-23T06:50:24.276Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-23T06:50:24.277Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-23T06:50:44.986Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:50:44.990Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:50:44.990Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:50:45.017Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:50:45.018Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:50:45.019Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634971724981,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:50:45.020Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-23T06:50:45.021Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:50:45.021Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
"consumerID": "cds",
"timestamp": 1634971721210,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:50:45.021Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-23T06:50:45.021Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:50:45.021Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
"consumerID": "ves-openapi-manager",
"timestamp": 1634971726289,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:50:45.022Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-23T06:50:45.022Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:50:45.022Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
"consumerID": "policy-id",
"timestamp": 1634971723760,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:50:45.022Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-23T06:50:45.022Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:50:45.022Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634971724156,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:50:45.023Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-23T06:50:54.278Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb4250bc-8aab-4597-8317-9f755429fd30
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-23T06:50:54.294Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb4250bc-8aab-4597-8317-9f755429fd30
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-23T06:50:54.297Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-23T06:50:54.297Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-23T06:50:54.297Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-23T06:51:24.301Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb4250bc-8aab-4597-8317-9f755429fd30
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-23T06:51:24.313Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb4250bc-8aab-4597-8317-9f755429fd30
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-23T06:51:24.315Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-23T06:51:24.315Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-23T06:51:24.315Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-23T06:51:44.987Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:51:44.990Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:51:44.990Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|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 bTEXOB1yAg5hVN5y) ...
2021-10-23T06:51:45.035Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:51:45.038Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:51:45.038Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
"consumerID": "aai-ml",
"timestamp": 1634971719872,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-23T06:51:45.040Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-23T06:51:45.040Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:51:45.040Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
"consumerID": "dcae-sch",
"timestamp": 1634971720105,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:51:45.040Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-23T06:51:45.040Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:51:45.041Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634971724981,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-23T06:51:45.041Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-23T06:51:45.041Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:51:45.041Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
"consumerID": "cds",
"timestamp": 1634971721210,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-23T06:51:45.041Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-23T06:51:45.041Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:51:45.041Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
"consumerID": "policy-id",
"timestamp": 1634971723760,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-23T06:51:45.042Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-23T06:51:45.042Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:51:45.042Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634971724156,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-23T06:51:45.042Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-23T06:51:45.042Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:51:45.042Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
"consumerID": "ves-openapi-manager",
"timestamp": 1634971726289,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:51:45.042Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-23T06:51:45.042Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:51:45.042Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634971729267,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:51:45.042Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-23T06:51:45.043Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:51:45.043Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
"consumerID": "multicloud-k8s-id",
"timestamp": 1634971729267,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-23T06:51:45.043Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-23T06:51:45.043Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:51:45.043Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
"consumerID": "cds",
"timestamp": 1634971731173,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-23T06:51:45.043Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:51:45.043Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:51:45.043Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
"consumerID": "aai-ml",
"timestamp": 1634971731169,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-23T06:51:45.044Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:51:45.044Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:51:45.044Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634971731185,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-23T06:51:45.044Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:51:45.044Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:51:45.044Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634971731253,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-23T06:51:45.044Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:51:45.044Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:51:45.044Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
"consumerID": "policy-id",
"timestamp": 1634971731247,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-23T06:51:45.045Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:51:45.045Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:51:45.045Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
"consumerID": "cds",
"timestamp": 1634971732179,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-23T06:51:45.056Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fb4250bc-8aab-4597-8317-9f755429fd30
2021-10-23T06:51:45.056Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb4250bc-8aab-4597-8317-9f755429fd30 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-23T06:51:45.071Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:51:45.072Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
"consumerID": "policy-id",
"timestamp": 1634971732253,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-23T06:51:45.072Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:51:45.072Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:51:45.072Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634971732966,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-23T06:51:45.072Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:51:45.072Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:51:45.072Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634971733180,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-23T06:51:45.073Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:51:45.073Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:51:45.073Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
"consumerID": "policy-id",
"timestamp": 1634971733256,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-23T06:51:45.077Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fb4250bc-8aab-4597-8317-9f755429fd30
2021-10-23T06:51:45.077Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb4250bc-8aab-4597-8317-9f755429fd30 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-23T06:51:45.086Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:51:45.086Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1634971733977,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-23T06:51:45.091Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fb4250bc-8aab-4597-8317-9f755429fd30
2021-10-23T06:51:45.091Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb4250bc-8aab-4597-8317-9f755429fd30 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-23T06:51:45.098Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:51:45.099Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
"consumerID": "aai-ml",
"timestamp": 1634971736163,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-23T06:51:45.099Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:51:45.099Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:51:45.099Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
"consumerID": "aai-ml",
"timestamp": 1634971737167,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-23T06:51:45.103Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fb4250bc-8aab-4597-8317-9f755429fd30
2021-10-23T06:51:45.103Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb4250bc-8aab-4597-8317-9f755429fd30 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-23T06:51:45.110Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:51:45.111Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
"consumerID": "clamp",
"timestamp": 1634971743754,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:51:45.111Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-23T06:51:45.111Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:51:45.111Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
"consumerID": "clamp",
"timestamp": 1634971743754,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-23T06:51:45.111Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-23T06:51:45.111Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:51:45.111Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
"consumerID": "clamp",
"timestamp": 1634971753562,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-23T06:51:45.111Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:51:45.112Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:51:45.112Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
"consumerID": "clamp",
"timestamp": 1634971755570,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-23T06:51:45.112Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-23T06:51:45.112Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-23T06:51:45.112Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
"consumerID": "clamp",
"timestamp": 1634971756581,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-23T06:51:45.116Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fb4250bc-8aab-4597-8317-9f755429fd30
2021-10-23T06:51:45.116Z|d3c2bd4e-afb0-4701-965b-8efcaa2f18a1|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb4250bc-8aab-4597-8317-9f755429fd30 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-23T06:51:54.316Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb4250bc-8aab-4597-8317-9f755429fd30
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-23T06:51:54.492Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb4250bc-8aab-4597-8317-9f755429fd30
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-23T06:51:54.495Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-23T06:51:54.495Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-23T06:51:54.495Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-23T06:51:54.495Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-23T06:51:54.495Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-23T06:51:54.495Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-23T06:51:54.496Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-23T06:51:54.496Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-23T06:51:54.496Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-23T06:51:54.496Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-23T06:51:54.496Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-23T06:51:54.504Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-23T06:52:24.505Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fb4250bc-8aab-4597-8317-9f755429fd30 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-10-23T06:52:24.513Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fb4250bc-8aab-4597-8317-9f755429fd30 and serviceModelVersionId: 0e20618e-078a-497d-a699-c6247dbe01b6
2021-10-23T06:52:24.513Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 160402d0-988a-4c23-9d51-7a8d63d3f893
2021-10-23T06:52:24.517Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/160402d0-988a-4c23-9d51-7a8d63d3f893/model-vers/model-ver/0e20618e-078a-497d-a699-c6247dbe01b6?depth=0
2021-10-23T06:52:24.529Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-10-23T06:52:24.596Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/160402d0-988a-4c23-9d51-7a8d63d3f893/model-vers/model-ver/0e20618e-078a-497d-a699-c6247dbe01b6?depth=0|INFO|500||Invoke
2021-10-23T06:52:24.597Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/160402d0-988a-4c23-9d51-7a8d63d3f893/model-vers/model-ver/0e20618e-078a-497d-a699-c6247dbe01b6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/160402d0-988a-4c23-9d51-7a8d63d3f893/model-vers/model-ver/0e20618e-078a-497d-a699-c6247dbe01b6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fb4250bc-8aab-4597-8317-9f755429fd30], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5695d7c7-60a1-4eee-8c8b-1e5abb386f83], X-ECOMP-RequestID=[fb4250bc-8aab-4597-8317-9f755429fd30], X-TransactionId=[], X-ONAP-RequestID=[fb4250bc-8aab-4597-8317-9f755429fd30], Content-Type=[application/merge-patch+json]}
2021-10-23T06:52:24.626Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/160402d0-988a-4c23-9d51-7a8d63d3f893/model-vers/model-ver/0e20618e-078a-497d-a699-c6247dbe01b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-23T06:52:24.772Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/160402d0-988a-4c23-9d51-7a8d63d3f893/model-vers/model-ver/0e20618e-078a-497d-a699-c6247dbe01b6?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/160402d0-988a-4c23-9d51-7a8d63d3f893/model-vers/model-ver/0e20618e-078a-497d-a699-c6247dbe01b6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211023-06:52:24:633-38839], vertex-id=[213200], Content-Length=[0], Date=[Sat, 23 Oct 2021 06:52:24 GMT], Content-Type=[application/json]}
2021-10-23T06:52:24.773Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/160402d0-988a-4c23-9d51-7a8d63d3f893/model-vers/model-ver/0e20618e-078a-497d-a699-c6247dbe01b6?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-23T06:52:24.776Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/160402d0-988a-4c23-9d51-7a8d63d3f893/model-vers/model-ver/0e20618e-078a-497d-a699-c6247dbe01b6?depth=0|INFO|500||InvokeReturn
2021-10-23T06:52:24.777Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-23T06:52:24.779Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-23T06:52:24.786Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-10-23T06:52:24.787Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fb4250bc-8aab-4597-8317-9f755429fd30 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-23T06:52:24.787Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-23T06:52:24.787Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:52:24.790Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:52:24.791Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "fb4250bc-8aab-4597-8317-9f755429fd30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634971944787,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-23T06:52:24.891Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-23T06:52:24.892Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-23T06:52:24.892Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:52:24.907Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:52:24.908Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-23T06:52:25.806Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-23T06:52:25.807Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-23T06:52:25.807Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:52:30.470Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:52:30.471Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-23T06:52:30.472Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"eca77ee7-2419-4c68-9312-e09d0dfd6be9","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"952b4bbc-a410-4cc9-841b-80750076e3b8","serviceDescription":"service","serviceInvariantUUID":"972cec29-7891-438f-94fd-55776870959d","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ad38aa03-1469-4a3d-a357-6264f765196f","resourceInvariantUUID":"65bd710f-536b-43eb-bf0d-42d27fbd6611","resourceCustomizationUUID":"5cafe4d7-eb68-465e-b5be-4817fdd957b9","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":"MWU5MDYwODNjNzJkMGZhZjQzYTVhNzhiNjNhMDk1NDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b703eda-5dbd-45e8-8663-0cb08606ed65","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":"OGM5YThlZjExOWM5Y2ZhZGNiMGIwODJjZGE2NzIwYmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d084da6c-3734-4019-b894-7b2dd45456a7","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a29d6ced-a5d2-4781-8a51-3e22059bca08","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":"a5f8a4e2-177c-4ac0-8e78-a1589c9bef27","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"383e7b11-44b7-4e93-9305-1f1d863e32d0","artifactVersion":"2","generatedFromUUID":"a29d6ced-a5d2-4781-8a51-3e22059bca08"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YzEzYjE3N2Y4MjBlZjBhMTkzYmY5YmJiYzZlYjM3Njk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b523c9ea-09ee-4895-8bb9-e4ef72a81041","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTY5YWE5ZjMwYzcyNTEwN2YxZmVhOTFmMDQ5MTZiMGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"df59af8b-9683-4c9a-be87-98672421ec83","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-23T06:52:30.485Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T06:52:30.485Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:52:30.489Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:52:30.489Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634971945806,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:52:30.588Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-23T06:52:30.589Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-23T06:52:30.589Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:52:30.600Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:52:30.601Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-23T06:52:31.490Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T06:52:31.490Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:52:31.493Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:52:31.493Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634971945806,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-10-23T06:52:31.593Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:52:31.594Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-23T06:52:31.594Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:52:31.608Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:52:31.608Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-23T06:52:32.493Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T06:52:32.494Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:52:32.496Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:52:32.497Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634971945806,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-10-23T06:52:32.598Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-23T06:52:32.599Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-23T06:52:32.599Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:52:32.617Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:52:32.618Z||pool-42-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:52:33.497Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T06:52:33.498Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:52:33.500Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:52:33.500Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634971945806,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:52:33.600Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:52:33.601Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-23T06:52:33.601Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:52:33.613Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:52:33.618Z||pool-43-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:52:34.501Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T06:52:34.503Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:52:34.507Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:52:34.508Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634971945806,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-10-23T06:52:34.608Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-23T06:52:34.608Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-23T06:52:34.609Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:52:34.622Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:52:34.622Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:52:35.508Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T06:52:35.510Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:52:35.512Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:52:35.512Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634971945806,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-23T06:52:35.612Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:52:35.613Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-23T06:52:35.613Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:52:35.626Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:52:35.627Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:52:36.512Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-23T06:52:36.513Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:52:36.515Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:52:36.515Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634971945806,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-10-23T06:52:36.615Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-23T06:52:36.617Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-23T06:52:36.617Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:52:36.629Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:52:36.630Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:52:37.516Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "952b4bbc-a410-4cc9-841b-80750076e3b8",
"serviceDescription": "service",
"serviceInvariantUUID": "972cec29-7891-438f-94fd-55776870959d",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "5cafe4d7-eb68-465e-b5be-4817fdd957b9",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ad38aa03-1469-4a3d-a357-6264f765196f",
"resourceInvariantUUID": "65bd710f-536b-43eb-bf0d-42d27fbd6611",
"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": "OGM5YThlZjExOWM5Y2ZhZGNiMGIwODJjZGE2NzIwYmQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d084da6c-3734-4019-b894-7b2dd45456a7",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a29d6ced-a5d2-4781-8a51-3e22059bca08",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "383e7b11-44b7-4e93-9305-1f1d863e32d0",
"generatedFromUUID": "a29d6ced-a5d2-4781-8a51-3e22059bca08"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "383e7b11-44b7-4e93-9305-1f1d863e32d0",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "NTY5YWE5ZjMwYzcyNTEwN2YxZmVhOTFmMDQ5MTZiMGU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "df59af8b-9683-4c9a-be87-98672421ec83"
}
],
"workloadContext": "Production"
}
2021-10-23T06:52:37.517Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-23T06:52:37.517Z|fb4250bc-8aab-4597-8317-9f755429fd30|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 952b4bbc-a410-4cc9-841b-80750076e3b8 ASDC
2021-10-23T06:52:37.518Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:eca77ee7-2419-4c68-9312-e09d0dfd6be9
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:952b4bbc-a410-4cc9-841b-80750076e3b8
ServiceInvariantUUID:972cec29-7891-438f-94fd-55776870959d
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:df59af8b-9683-4c9a-be87-98672421ec83
ArtifactChecksum:NTY5YWE5ZjMwYzcyNTEwN2YxZmVhOTFmMDQ5MTZiMGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:5cafe4d7-eb68-465e-b5be-4817fdd957b9
ResourceInvariantUUID:65bd710f-536b-43eb-bf0d-42d27fbd6611
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:ad38aa03-1469-4a3d-a357-6264f765196f
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:d084da6c-3734-4019-b894-7b2dd45456a7
ArtifactChecksum:OGM5YThlZjExOWM5Y2ZhZGNiMGIwODJjZGE2NzIwYmQ=
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:a29d6ced-a5d2-4781-8a51-3e22059bca08
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:383e7b11-44b7-4e93-9305-1f1d863e32d0
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:383e7b11-44b7-4e93-9305-1f1d863e32d0
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-10-23T06:52:37.518Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 952b4bbc-a410-4cc9-841b-80750076e3b8 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-23T06:52:37.555Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-23T06:52:37.556Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-10-23T06:52:37.556Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-10-23T06:52:37.556Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: df59af8b-9683-4c9a-be87-98672421ec83 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-23T06:52:37.556Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-10-23T06:52:37.556Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-23T06:52:37.966Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-10-23T06:52:37.971Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar df59af8b-9683-4c9a-be87-98672421ec83 70857
2021-10-23T06:52:37.971Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-10-23T06:52:37.971Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-23T06:52:37.971Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-23T06:52:37.972Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-10-23T06:52:37.973Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-23T06:52:37.973Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "eca77ee7-2419-4c68-9312-e09d0dfd6be9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1634971957971,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-23T06:52:38.079Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2021-10-23T06:52:38.079Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-23T06:52:38.080Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bTEXOB1yAg5hVN5y) ...
2021-10-23T06:52:38.093Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-23T06:52:38.093Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-23T06:52:38.974Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-23T06:52:38.975Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-10-23T06:52:38.975Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: df59af8b-9683-4c9a-be87-98672421ec83, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-10-23T06:52:38.976Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-10-23T06:52:38.976Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-10-23T06:52:38.976Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-10-23T06:52:39.284Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9502297521209377245/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-10-23T06:52:40.569Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-23T06:52:40.570Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-10-23T06:52:40.570Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-23T06:52:40.570Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-23T06:52:40.570Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-23T06:52:40.570Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-23T06:52:40.570Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-23T06:52:40.570Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-23T06:52:40.570Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-23T06:52:40.570Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-23T06:52:40.571Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-23T06:52:40.571Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-23T06:52:40.571Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-23T06:52:40.571Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-10-23T06:52:40.571Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:52:40.571Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:52:40.571Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-23T06:52:40.572Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-10-23T06:52:40.572Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-23T06:52:40.572Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:52:40.572Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:52:40.572Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-23T06:52:40.572Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-10-23T06:52:40.572Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-23T06:52:40.573Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:52:40.573Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-23T06:52:40.573Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:52:40.573Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-10-23T06:52:40.573Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-10-23T06:52:40.574Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-10-23T06:52:40.574Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-10-23T06:52:40.574Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-23T06:52:40.574Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-23T06:52:40.574Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:52:40.574Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-23T06:52:40.575Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:52:40.575Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-23T06:52:40.575Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-23T06:52:40.575Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:52:40.575Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-23T06:52:40.575Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-23T06:52:40.575Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-23T06:52:40.576Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-23T06:52:40.576Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-23T06:52:40.576Z|eca77ee7-2419-4c68-9312-e09d0dfd6be9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery