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)
2022-02-26T01:20:23.587Z||main|||||INFO|500||The following profiles are active: basic
2022-02-26T01:20:32.095Z||main|||||INFO|500||Starting service [Tomcat]
2022-02-26T01:20:32.096Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-02-26T01:20:32.178Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-02-26T01:20:34.346Z||main|||||INFO|500||catdb-pool - Starting...
2022-02-26T01:20:34.491Z||main|||||INFO|500||catdb-pool - Start completed.
2022-02-26T01:20:34.842Z||main|||||INFO|500||reqdb-pool - Starting...
2022-02-26T01:20:34.847Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-02-26T01:20:34.917Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-02-26T01:20:35.028Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-02-26T01:20:35.384Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-02-26T01:20:36.198Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-26T01:20:38.074Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-26T01:20:38.120Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-02-26T01:20:38.578Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-26T01:20:38.683Z||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.
2022-02-26T01:20:39.795Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-26T01:20:40.688Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-02-26T01:20:40.704Z||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$$9365e490.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)
2022-02-26T01:20:40.704Z||main|||||WARN|500||The sdc end point is not alive
2022-02-26T01:20:43.126Z||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
2022-02-26T01:20:45.575Z||main|||||WARN|500||---
2022-02-26T01:20:45.576Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-02-26T01:20:45.576Z||main|||||WARN|500||---
2022-02-26T01:20:45.944Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-02-26T01:20:49.844Z||main|||||INFO|500||Started Application in 30.376 seconds (JVM running for 31.443)
2022-02-26T01:20:49.855Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-02-26T01:20:49.856Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-02-26T01:20:49.865Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-02-26T01:20:49.886Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-02-26T01:20:49.962Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3d09567e-fbaf-464b-8796-5c704819d661 url= /sdc/v1/artifactTypes
2022-02-26T01:20:49.962Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-02-26T01:20:50.179Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-02-26T01:20:50.198Z||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
2022-02-26T01:20:50.218Z||scheduling-1|||||DEBUG|500||create keys
2022-02-26T01:20:50.228Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-02-26T01:20:50.740Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:20:50.760Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a302fdbe-5e7a-482d-9649-b09ab323700c url= /sdc/v1/registerForDistribution
2022-02-26T01:20:52.349Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= a302fdbe-5e7a-482d-9649-b09ab323700c url= /sdc/v1/registerForDistribution
2022-02-26T01:20:52.350Z||scheduling-1|||||INFO|500||start DistributionClient
2022-02-26T01:20:52.358Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:20:52.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:20:52.366Z||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.
2022-02-26T01:20:52.366Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-02-26T01:20:52.366Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:20:52.366Z||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.
2022-02-26T01:20:52.366Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:21:05.541Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:21:05.544Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:21:52.357Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:21:52.357Z||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.
2022-02-26T01:21:52.358Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:21:52.358Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:21:52.359Z||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.
2022-02-26T01:21:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:22:01.910Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:22:01.910Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:22:52.357Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:22:52.357Z||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.
2022-02-26T01:22:52.358Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:22:52.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:22:52.359Z||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.
2022-02-26T01:22:52.360Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:23:01.908Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:23:01.908Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:23:52.357Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:23:52.357Z||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.
2022-02-26T01:23:52.358Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:23:52.360Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:23:52.361Z||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.
2022-02-26T01:23:52.361Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:24:01.910Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:24:01.910Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:24:52.357Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:24:52.358Z||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.
2022-02-26T01:24:52.358Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:24:52.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:24:52.359Z||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.
2022-02-26T01:24:52.360Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:25:01.908Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:25:01.909Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:25:52.357Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:25:52.357Z||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.
2022-02-26T01:25:52.358Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:25:52.358Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:25:52.359Z||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.
2022-02-26T01:25:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:26:01.904Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:26:01.906Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:26:52.357Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:26:52.357Z||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.
2022-02-26T01:26:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:26:52.358Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:26:52.359Z||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.
2022-02-26T01:26:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:27:01.904Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:27:01.904Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:27:52.357Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:27:52.358Z||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.
2022-02-26T01:27:52.358Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:27:52.358Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:27:52.359Z||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.
2022-02-26T01:27:52.360Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:28:01.904Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:28:01.906Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:28:52.357Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:28:52.358Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:28:52.358Z||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.
2022-02-26T01:28:52.359Z||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.
2022-02-26T01:28:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:28:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:29:01.905Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:29:01.906Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:29:52.357Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:29:52.357Z||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.
2022-02-26T01:29:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:29:52.358Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:29:52.359Z||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.
2022-02-26T01:29:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:30:01.905Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:30:01.912Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:30:52.357Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:30:52.357Z||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.
2022-02-26T01:30:52.358Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:30:52.358Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:30:52.359Z||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.
2022-02-26T01:30:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:30:53.759Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-02-26T01:31:01.905Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:31:01.907Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:31:52.357Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:31:52.358Z||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.
2022-02-26T01:31:52.358Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:31:52.358Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:31:52.359Z||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.
2022-02-26T01:31:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:32:01.902Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:32:01.907Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:32:52.357Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:32:52.357Z||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.
2022-02-26T01:32:52.358Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:32:52.358Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:32:52.358Z||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.
2022-02-26T01:32:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:33:01.905Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:33:01.905Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:33:52.357Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:33:52.357Z||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.
2022-02-26T01:33:52.358Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:33:52.358Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:33:52.359Z||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.
2022-02-26T01:33:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:34:01.903Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:34:01.906Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:34:52.357Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:34:52.357Z||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.
2022-02-26T01:34:52.358Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:34:52.358Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:34:52.359Z||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.
2022-02-26T01:34:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:35:01.903Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:35:01.905Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:35:52.357Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:35:52.357Z||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.
2022-02-26T01:35:52.358Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:35:52.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:35:52.359Z||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.
2022-02-26T01:35:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:36:01.905Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:36:01.907Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:36:52.357Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:36:52.357Z||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.
2022-02-26T01:36:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:36:52.358Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:36:52.359Z||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.
2022-02-26T01:36:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:37:01.905Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:37:01.905Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:37:52.357Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:37:52.358Z||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.
2022-02-26T01:37:52.358Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:37:52.358Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:37:52.359Z||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.
2022-02-26T01:37:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:38:01.907Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:38:01.908Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:38:52.357Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:38:52.357Z||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.
2022-02-26T01:38:52.358Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:38:52.358Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:38:52.358Z||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.
2022-02-26T01:38:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:39:01.908Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:39:01.908Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:39:52.357Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:39:52.357Z||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.
2022-02-26T01:39:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:39:52.358Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:39:52.358Z||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.
2022-02-26T01:39:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:40:01.904Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:40:01.904Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:40:52.357Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:40:52.357Z||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.
2022-02-26T01:40:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:40:52.358Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:40:52.359Z||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.
2022-02-26T01:40:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:41:01.905Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:41:01.907Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:41:52.357Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:41:52.357Z||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.
2022-02-26T01:41:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:41:52.358Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:41:52.359Z||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.
2022-02-26T01:41:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:42:01.924Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:42:01.926Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:42:52.357Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:42:52.357Z||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.
2022-02-26T01:42:52.358Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:42:52.358Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:42:52.359Z||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.
2022-02-26T01:42:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:43:01.901Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:43:01.906Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:43:52.357Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:43:52.357Z||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.
2022-02-26T01:43:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:43:52.358Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:43:52.359Z||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.
2022-02-26T01:43:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:44:01.904Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:44:01.905Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:44:52.357Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:44:52.357Z||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.
2022-02-26T01:44:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:44:52.358Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:44:52.359Z||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.
2022-02-26T01:44:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:45:01.904Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:45:01.904Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:45:52.357Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:45:52.358Z||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.
2022-02-26T01:45:52.358Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:45:52.358Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:45:52.359Z||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.
2022-02-26T01:45:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:46:01.906Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:46:01.908Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:46:52.357Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:46:52.358Z||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.
2022-02-26T01:46:52.358Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:46:52.358Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:46:52.359Z||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.
2022-02-26T01:46:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:47:01.903Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:47:01.903Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:47:52.357Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:47:52.358Z||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.
2022-02-26T01:47:52.358Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:47:52.358Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:47:52.359Z||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.
2022-02-26T01:47:52.360Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:48:01.905Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:48:01.905Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:48:52.357Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:48:52.357Z||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.
2022-02-26T01:48:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:48:52.358Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:48:52.359Z||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.
2022-02-26T01:48:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:49:01.903Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:49:01.903Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:49:52.357Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:49:52.357Z||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.
2022-02-26T01:49:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:49:52.358Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:49:52.359Z||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.
2022-02-26T01:49:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:50:01.903Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:50:01.904Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:50:52.357Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:50:52.357Z||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.
2022-02-26T01:50:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:50:52.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:50:52.359Z||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.
2022-02-26T01:50:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:51:01.901Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:51:01.901Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:51:52.357Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:51:52.357Z||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.
2022-02-26T01:51:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:51:52.358Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:51:52.359Z||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.
2022-02-26T01:51:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:52:01.905Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:52:01.908Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:52:52.356Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:52:52.357Z||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.
2022-02-26T01:52:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:52:52.359Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:52:52.360Z||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.
2022-02-26T01:52:52.360Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:53:01.902Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:53:01.904Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:53:52.356Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:53:52.357Z||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.
2022-02-26T01:53:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:53:52.358Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:53:52.358Z||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.
2022-02-26T01:53:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:54:01.903Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:54:01.905Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:54:52.357Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:54:52.357Z||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.
2022-02-26T01:54:52.358Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:54:52.358Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:54:52.359Z||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.
2022-02-26T01:54:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:55:01.901Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:55:01.904Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:55:52.356Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:55:52.357Z||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.
2022-02-26T01:55:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:55:52.358Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:55:52.359Z||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.
2022-02-26T01:55:52.360Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:55:55.475Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:55:55.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-26T01:55:55.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"f8aad181-bab9-43e1-b42b-2e8a9491b97c","serviceName":"vFW 2022-02-26 01-53-03","serviceVersion":"1.0","serviceUUID":"94c6043a-b93b-489e-bc26-ed148d96a9a4","serviceDescription":"catalog service description","serviceInvariantUUID":"267e4773-6ac0-457d-9791-86ea775faec8","resources":[{"resourceInstanceName":"vFW b1963b33-98a8 0","resourceName":"vFW b1963b33-98a8","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"74611724-04ba-4568-a02c-24af75cc8497","resourceInvariantUUID":"73269bd6-2253-4c19-bce6-7fdad7b3a386","resourceCustomizationUUID":"17954cd7-da9b-4868-9f5f-a2fd211e5432","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vf-license-model.xml","artifactChecksum":"YzVmMGIwNjM2MDFhN2U2YzI1ODg1OGVhMjU2YTU2ZjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"176e1d4c-b1ae-4533-8be0-b336caf4ac1e","artifactVersion":"1"},{"artifactName":"vfwb1963b3398a80_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vfwb1963b3398a80_modules.json","artifactChecksum":"ODg5ZDE0MDk1MmI4ZWZhYTYzZGZkNDI5ZjgzYWE5YjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2de578e7-775c-445a-8dd3-fac944bb00b8","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b637fd17-be57-4b60-8703-275c9e9edf2a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vendor-license-model.xml","artifactChecksum":"YTE1NmYyNDIxZGMzMTdlOTMzYzExNDI0ODU1NGMwNGM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a43df463-0354-4638-9f26-2b5fa1ee1589","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f4c950f9-aa66-4eb5-91db-0b1787c228c4","artifactVersion":"2","generatedFromUUID":"b637fd17-be57-4b60-8703-275c9e9edf2a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220226015303-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-template.yml","artifactChecksum":"ZWQ0ZDQzODA0NjE3ZTA1ODM4NGUxZmViZTk3ZGE4YmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"26a561c4-a44d-4a3f-aaad-1afd77b58f1e","artifactVersion":"1"},{"artifactName":"service-Vfw20220226015303-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar","artifactChecksum":"ZjMwYmZmZGMwNTA3Y2JjYWMzZmRlY2I0YWFhMDAwOTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0734e549-01d3-4880-926c-f42d73970061","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-26T01:55:55.484Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T01:55:55.488Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T01:55:55.497Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T01:55:55.497Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645840552356,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T01:55:55.597Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-02-26T01:55:55.601Z||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.
2022-02-26T01:55:55.601Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T01:55:55.618Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:55:55.618Z||pool-3-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":3,"count":1}
2022-02-26T01:55:55.730Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:55:55.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:55:55.731Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645840552356,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T01:55:55.746Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-26T01:55:56.502Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T01:55:56.503Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T01:55:56.504Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T01:55:56.505Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645840552356,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vfwb1963b3398a80_modules.json",
"status": "NOTIFIED"
}
2022-02-26T01:55:56.605Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T01:55:56.605Z||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.
2022-02-26T01:55:56.606Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T01:55:56.621Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:55:56.621Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-26T01:55:57.505Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T01:55:57.506Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T01:55:57.508Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T01:55:57.508Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645840552356,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-26T01:55:57.608Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-26T01:55:57.609Z||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.
2022-02-26T01:55:57.609Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T01:55:57.622Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:55:57.623Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-26T01:55:58.510Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T01:55:58.511Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T01:55:58.513Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T01:55:58.513Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645840552356,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T01:55:58.613Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T01:55:58.614Z||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.
2022-02-26T01:55:58.614Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T01:55:58.629Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:55:58.629Z||pool-6-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-26T01:55:59.513Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T01:55:59.514Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T01:55:59.516Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T01:55:59.516Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645840552356,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-26T01:55:59.617Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-26T01:55:59.618Z||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.
2022-02-26T01:55:59.618Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T01:55:59.635Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:55:59.636Z||pool-7-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-02-26T01:56:00.517Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T01:56:00.518Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T01:56:00.520Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T01:56:00.520Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645840552356,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-26T01:56:00.620Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T01:56:00.621Z||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.
2022-02-26T01:56:00.621Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T01:56:00.634Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:56:00.634Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-26T01:56:01.521Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T01:56:01.522Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T01:56:01.524Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T01:56:01.524Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645840552356,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar",
"status": "NOTIFIED"
}
2022-02-26T01:56:01.624Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-26T01:56:01.625Z||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.
2022-02-26T01:56:01.626Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T01:56:01.646Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:56:01.646Z||pool-9-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-02-26T01:56:02.526Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"serviceName": "vFW 2022-02-26 01-53-03",
"serviceVersion": "1.0",
"serviceUUID": "94c6043a-b93b-489e-bc26-ed148d96a9a4",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "267e4773-6ac0-457d-9791-86ea775faec8",
"resources": [
{
"resourceInstanceName": "vFW b1963b33-98a8 0",
"resourceCustomizationUUID": "17954cd7-da9b-4868-9f5f-a2fd211e5432",
"resourceName": "vFW b1963b33-98a8",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "74611724-04ba-4568-a02c-24af75cc8497",
"resourceInvariantUUID": "73269bd6-2253-4c19-bce6-7fdad7b3a386",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwb1963b3398a80_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vfwb1963b3398a80_modules.json",
"artifactChecksum": "ODg5ZDE0MDk1MmI4ZWZhYTYzZGZkNDI5ZjgzYWE5YjI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2de578e7-775c-445a-8dd3-fac944bb00b8",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "b637fd17-be57-4b60-8703-275c9e9edf2a",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f4c950f9-aa66-4eb5-91db-0b1787c228c4",
"generatedFromUUID": "b637fd17-be57-4b60-8703-275c9e9edf2a"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f4c950f9-aa66-4eb5-91db-0b1787c228c4",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220226015303-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar",
"artifactChecksum": "ZjMwYmZmZGMwNTA3Y2JjYWMzZmRlY2I0YWFhMDAwOTA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0734e549-01d3-4880-926c-f42d73970061"
}
],
"workloadContext": "Production"
}
2022-02-26T01:56:02.527Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-26T01:56:02.528Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 94c6043a-b93b-489e-bc26-ed148d96a9a4 ASDC
2022-02-26T01:56:02.651Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:f8aad181-bab9-43e1-b42b-2e8a9491b97c
ServiceName:vFW 2022-02-26 01-53-03
ServiceVersion:1.0
ServiceUUID:94c6043a-b93b-489e-bc26-ed148d96a9a4
ServiceInvariantUUID:267e4773-6ac0-457d-9791-86ea775faec8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220226015303-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar
ArtifactUUID:0734e549-01d3-4880-926c-f42d73970061
ArtifactChecksum:ZjMwYmZmZGMwNTA3Y2JjYWMzZmRlY2I0YWFhMDAwOTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b1963b33-98a8 0
ResourceCustomizationUUID:17954cd7-da9b-4868-9f5f-a2fd211e5432
ResourceInvariantUUID:73269bd6-2253-4c19-bce6-7fdad7b3a386
ResourceName:vFW b1963b33-98a8
ResourceType:VF
ResourceUUID:74611724-04ba-4568-a02c-24af75cc8497
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb1963b3398a80_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vfwb1963b3398a80_modules.json
ArtifactUUID:2de578e7-775c-445a-8dd3-fac944bb00b8
ArtifactChecksum:ODg5ZDE0MDk1MmI4ZWZhYTYzZGZkNDI5ZjgzYWE5YjI=
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/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.yaml
ArtifactUUID:b637fd17-be57-4b60-8703-275c9e9edf2a
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/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.env
ArtifactUUID:f4c950f9-aa66-4eb5-91db-0b1787c228c4
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/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.env
ArtifactUUID:f4c950f9-aa66-4eb5-91db-0b1787c228c4
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-02-26T01:56:02.651Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 94c6043a-b93b-489e-bc26-ed148d96a9a4 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 (?, ?, ?, ?, ?)
2022-02-26T01:56:02.914Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-26T01:56:02.914Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-02-26T01:56:02.915Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-02-26T01:56:02.915Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0734e549-01d3-4880-926c-f42d73970061 from URL: /sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar
2022-02-26T01:56:02.915Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-26T01:56:02.916Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar
2022-02-26T01:56:03.281Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-26T01:56:03.298Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar 0734e549-01d3-4880-926c-f42d73970061 98951
2022-02-26T01:56:03.300Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar ASDC sendASDCNotification
2022-02-26T01:56:03.300Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar
2022-02-26T01:56:03.300Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-26T01:56:03.301Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T01:56:03.303Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T01:56:03.303Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645840563298,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-26T01:56:03.403Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T01:56:03.404Z||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.
2022-02-26T01:56:03.404Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T01:56:03.417Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:56:03.417Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-26T01:56:04.304Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-26T01:56:04.305Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-02-26T01:56:04.305Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 0734e549-01d3-4880-926c-f42d73970061, URL: /sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar to file: /app/ASDC/1/service-Vfw20220226015303-csar.csar
2022-02-26T01:56:04.306Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220226015303-csar.csar
2022-02-26T01:56:04.365Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220226015303-csar.csar
2022-02-26T01:56:04.365Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220226015303-csar.csar
2022-02-26T01:56:04.816Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7828600243776976044/Definitions/service-Vfw20220226015303-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-02-26T01:56:07.309Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-26T01:56:07.313Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-02-26T01:56:07.313Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220226015303-csar.csar
2022-02-26T01:56:07.313Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-02-26T01:56:07.313Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||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-Vfw20220226015303-csar.csar
2022-02-26T01:56:07.313Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||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-Vfw20220226015303-csar.csar
2022-02-26T01:56:07.313Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||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-Vfw20220226015303-csar.csar
2022-02-26T01:56:07.314Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220226015303-csar.csar
2022-02-26T01:56:07.314Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220226015303-csar.csar
2022-02-26T01:56:07.314Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||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-Vfw20220226015303-csar.csar
2022-02-26T01:56:07.314Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||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-Vfw20220226015303-csar.csar
2022-02-26T01:56:07.314Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||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-Vfw20220226015303-csar.csar
2022-02-26T01:56:07.314Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220226015303-csar.csar
2022-02-26T01:56:07.314Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||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-Vfw20220226015303-csar.csar
2022-02-26T01:56:07.314Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220226015303-csar.csar
2022-02-26T01:56:07.314Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b1963b33-98a8 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-Vfw20220226015303-csar.csar
2022-02-26T01:56:07.314Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||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-Vfw20220226015303-csar.csar
2022-02-26T01:56:07.314Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-02-26T01:56:07.327Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T01:56:07.328Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-26 01-53-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T01:56:07.331Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vFW b1963b33-98a8 0 is matching search criteria
2022-02-26T01:56:07.331Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-02-26T01:56:07.333Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b1963b33-98a8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-26T01:56:07.334Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T01:56:07.334Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-26 01-53-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T01:56:07.334Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vFW b1963b33-98a8 0 is matching search criteria
2022-02-26T01:56:07.335Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-02-26T01:56:07.335Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b1963b33-98a8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-26T01:56:07.335Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T01:56:07.335Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-26 01-53-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T01:56:07.338Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T01:56:07.338Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vFW b1963b33-98a8 0 is not matching search criteria
2022-02-26T01:56:07.338Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-26T01:56:07.338Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-26T01:56:07.338Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-26T01:56:07.339Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-26T01:56:07.339Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-26T01:56:07.339Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-26T01:56:07.339Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-26T01:56:07.339Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-26T01:56:07.339Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-26T01:56:07.339Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-26T01:56:07.339Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-26T01:56:07.340Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-26T01:56:07.340Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-26T01:56:07.340Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-26T01:56:07.340Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-26T01:56:07.340Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-26T01:56:07.340Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T01:56:07.340Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-26 01-53-03 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-26T01:56:07.341Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T01:56:07.342Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vFW b1963b33-98a8 0 is matching search criteria
2022-02-26T01:56:07.342Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b1963b33-98a8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T01:56:07.342Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T01:56:07.342Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vFW b1963b33-98a8 0 is matching search criteria
2022-02-26T01:56:07.342Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b1963b33-98a8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T01:56:07.342Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T01:56:07.343Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vFW b1963b33-98a8 0 is matching search criteria
2022-02-26T01:56:07.343Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b1963b33-98a8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T01:56:07.343Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T01:56:07.343Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vFW b1963b33-98a8 0 is not matching search criteria
2022-02-26T01:56:07.343Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-26T01:56:07.344Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-26T01:56:07.344Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-26T01:56:07.344Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-26T01:56:07.344Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-26T01:56:07.344Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-26T01:56:07.344Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-26T01:56:07.344Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-26T01:56:07.344Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-26T01:56:07.344Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-26T01:56:07.345Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-26T01:56:07.345Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=114553c5-b2b5-4510-bb7b-ef806630c7ad
2022-02-26T01:56:07.345Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T01:56:07.345Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vFW b1963b33-98a8 0 is not matching search criteria
2022-02-26T01:56:07.345Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-26T01:56:07.345Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-26T01:56:07.345Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-26T01:56:07.346Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-26T01:56:07.346Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-26T01:56:07.346Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-26T01:56:07.346Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-26T01:56:07.346Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-26T01:56:07.346Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-26T01:56:07.346Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-26T01:56:07.346Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-26T01:56:07.346Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-26T01:56:07.347Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=73efdc4e-f6e8-4ec6-9139-aeb7eefe0800
2022-02-26T01:56:07.347Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T01:56:07.347Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vFW b1963b33-98a8 0 is not matching search criteria
2022-02-26T01:56:07.347Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-26T01:56:07.347Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-26T01:56:07.347Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-26T01:56:07.347Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-26T01:56:07.347Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-26T01:56:07.348Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-26T01:56:07.348Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-26T01:56:07.348Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-26T01:56:07.348Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-26T01:56:07.348Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-26T01:56:07.348Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-26T01:56:07.348Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-26T01:56:07.348Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1b9e8686-2e62-4931-be44-74ef5a032a2f
2022-02-26T01:56:07.349Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T01:56:07.349Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-26 01-53-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T01:56:07.349Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T01:56:07.349Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-26 01-53-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T01:56:07.349Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T01:56:07.349Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-26 01-53-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T01:56:07.349Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T01:56:07.349Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-26 01-53-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T01:56:07.350Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-02-26 01-53-03
Description:catalog service description
Model UUID:94c6043a-b93b-489e-bc26-ed148d96a9a4
Model Version:NULL
Model InvariantUuid:267e4773-6ac0-457d-9791-86ea775faec8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW b1963b33-98a8
Model UUID:3a0c87eb-52dc-4eee-b732-4c284855dc68
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:73269bd6-2253-4c19-bce6-7fdad7b3a386
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:17954cd7-da9b-4868-9f5f-a2fd211e5432
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:9c88345b-56d2-4de8-9b74-8ca75f998ee2
ModelName:VfwB1963b3398a8..base_vfw..module-0
ModelUuid:89fd71b4-edb9-4d82-be98-1578079e6d36
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:114553c5-b2b5-4510-bb7b-ef806630c7ad
ModelInvariantUuid:15ac98cf-cc0d-4c7c-93d5-8f6df3196303
ModelName:vFW b1963b33-98a8-nodes.vfwCvfc
ModelUuid:7b6c72fd-6be2-434c-a163-e84edb0dc7e1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:0d48c174-4b72-4fe5-a6e0-870226ace561
ModelInvariantUuid:a29b6a83-155e-445b-b4b5-c6fd986a290e
ModelName:VfwB1963b3398a8.compute.nodes.heat.vfw
ModelUuid:04321b63-ffe9-456a-bd82-c95ef24be60b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:73efdc4e-f6e8-4ec6-9139-aeb7eefe0800
ModelInvariantUuid:e3189cb7-0a64-4502-a0cf-dc4e08793fa1
ModelName:vFW b1963b33-98a8-nodes.vsnCvfc
ModelUuid:5e8383b2-b5ab-4b96-a9b6-c4561fece1d8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:3007e6d7-6b5a-4f28-a43a-4c253acfb472
ModelInvariantUuid:510b3453-6bfa-4eaf-a5a4-640864b1b951
ModelName:VfwB1963b3398a8.compute.nodes.heat.vsn
ModelUuid:b727ca72-ca83-4349-b0d3-d08e5afef5e2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:1b9e8686-2e62-4931-be44-74ef5a032a2f
ModelInvariantUuid:a7987a92-6893-4248-9972-ea73c146996d
ModelName:vFW b1963b33-98a8-nodes.vpgCvfc
ModelUuid:09862142-bb37-42ca-b5f7-a4b5f969104f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:eb860d0c-944e-4ec8-87cd-2053b36a18e3
ModelInvariantUuid:402fecf4-92d3-4df0-82e7-f3546da3b76b
ModelName:VfwB1963b3398a8.compute.nodes.heat.vpg
ModelUuid:bdbe7513-81dd-4d9d-a61d-3e472a39f1cc
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=?
2022-02-26T01:56:07.372Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 74611724-04ba-4568-a02c-24af75cc8497
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=?
2022-02-26T01:56:07.453Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||vFW b1963b33-98a8 0
2022-02-26T01:56:07.459Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 74611724-04ba-4568-a02c-24af75cc8497
2022-02-26T01:56:07.459Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2de578e7-775c-445a-8dd3-fac944bb00b8 from URL: /sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vfwb1963b3398a80_modules.json
2022-02-26T01:56:07.459Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-26T01:56:07.460Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vfwb1963b3398a80_modules.json
2022-02-26T01:56:07.773Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-26T01:56:07.774Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vfwb1963b3398a80_modules.json 2de578e7-775c-445a-8dd3-fac944bb00b8 785
2022-02-26T01:56:07.774Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vfwb1963b3398a80_modules.json ASDC sendASDCNotification
2022-02-26T01:56:07.774Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vfwb1963b3398a80_modules.json
2022-02-26T01:56:07.774Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-26T01:56:07.774Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T01:56:07.777Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T01:56:07.777Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645840567774,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vfwb1963b3398a80_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-26T01:56:07.877Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T01:56:07.878Z||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.
2022-02-26T01:56:07.878Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T01:56:07.892Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:56:07.892Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-26T01:56:08.778Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB1963b3398a8..base_vfw..module-0",
"vfModuleModelInvariantUUID": "9c88345b-56d2-4de8-9b74-8ca75f998ee2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "89fd71b4-edb9-4d82-be98-1578079e6d36",
"vfModuleModelCustomizationUUID": "298e24b1-e3db-43a8-a421-50a4dabe44a0",
"isBase": true,
"artifacts": [
"b637fd17-be57-4b60-8703-275c9e9edf2a",
"f4c950f9-aa66-4eb5-91db-0b1787c228c4"
],
"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": ""
}
}
]
2022-02-26T01:56:08.791Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB1963b3398a8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:89fd71b4-edb9-4d82-be98-1578079e6d36
VfModuleModelInvariantUUID:9c88345b-56d2-4de8-9b74-8ca75f998ee2
VfModuleModelDescription:NULL
Artifacts UUID List:{
b637fd17-be57-4b60-8703-275c9e9edf2a
,
f4c950f9-aa66-4eb5-91db-0b1787c228c4
}
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
}
2022-02-26T01:56:08.794Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB1963b3398a8..base_vfw..module-0",
"vfModuleModelInvariantUUID": "9c88345b-56d2-4de8-9b74-8ca75f998ee2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "89fd71b4-edb9-4d82-be98-1578079e6d36",
"vfModuleModelCustomizationUUID": "298e24b1-e3db-43a8-a421-50a4dabe44a0",
"isBase": true,
"artifacts": [
"b637fd17-be57-4b60-8703-275c9e9edf2a",
"f4c950f9-aa66-4eb5-91db-0b1787c228c4"
],
"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": ""
}
}
]
2022-02-26T01:56:08.794Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB1963b3398a8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:89fd71b4-edb9-4d82-be98-1578079e6d36
VfModuleModelInvariantUUID:9c88345b-56d2-4de8-9b74-8ca75f998ee2
VfModuleModelDescription:NULL
Artifacts UUID List:{
b637fd17-be57-4b60-8703-275c9e9edf2a
,
f4c950f9-aa66-4eb5-91db-0b1787c228c4
}
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
}
2022-02-26T01:56:08.794Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b637fd17-be57-4b60-8703-275c9e9edf2a from URL: /sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.yaml
2022-02-26T01:56:08.795Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-26T01:56:08.795Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.yaml
2022-02-26T01:56:08.951Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-26T01:56:08.953Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.yaml b637fd17-be57-4b60-8703-275c9e9edf2a 20368
2022-02-26T01:56:08.953Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-26T01:56:08.953Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.yaml
2022-02-26T01:56:08.953Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-26T01:56:08.953Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T01:56:08.955Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T01:56:08.955Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645840568953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-26T01:56:09.055Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T01:56:09.056Z||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.
2022-02-26T01:56:09.057Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T01:56:09.072Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:56:09.072Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-02-26T01:56:09.955Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f4c950f9-aa66-4eb5-91db-0b1787c228c4 from URL: /sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.env
2022-02-26T01:56:09.956Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-26T01:56:09.956Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.env
2022-02-26T01:56:10.244Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-26T01:56:10.245Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.env f4c950f9-aa66-4eb5-91db-0b1787c228c4 2098
2022-02-26T01:56:10.245Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-26T01:56:10.245Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.env
2022-02-26T01:56:10.245Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-26T01:56:10.245Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T01:56:10.247Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T01:56:10.247Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645840570245,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-26T01:56:10.347Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T01:56:10.348Z||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.
2022-02-26T01:56:10.348Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T01:56:10.362Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:56:10.362Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-26T01:56:11.248Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 94c6043a-b93b-489e-bc26-ed148d96a9a4
2022-02-26T01:56:11.248Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b1963b33-98a8 0 74611724-04ba-4568-a02c-24af75cc8497 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-26T01:56:11.282Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@22fa8475, org.onap.sdc.toscaparser.api.parameters.Input@4ecce5bb, org.onap.sdc.toscaparser.api.parameters.Input@1824315, org.onap.sdc.toscaparser.api.parameters.Input@21c3ce4e, org.onap.sdc.toscaparser.api.parameters.Input@576c2f2f]
2022-02-26T01:56:11.286Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T01:56:11.286Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-26 01-53-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T01:56:11.286Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2022-02-26T01:56:11.286Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 17954cd7-da9b-4868-9f5f-a2fd211e5432
2022-02-26T01:56:11.286Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 17954cd7-da9b-4868-9f5f-a2fd211e5432 matches Tosca VF Customization UUID: 17954cd7-da9b-4868-9f5f-a2fd211e5432
2022-02-26T01:56:11.286Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 17954cd7-da9b-4868-9f5f-a2fd211e5432 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=?
2022-02-26T01:56:11.291Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T01:56:11.292Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-26 01-53-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T01:56:11.292Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 17954cd7-da9b-4868-9f5f-a2fd211e5432: {\"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\"}
2022-02-26T01:56:11.293Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@185705d3
2022-02-26T01:56:11.293Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T01:56:11.293Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-26 01-53-03 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-26T01:56:11.293Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 298e24b1-e3db-43a8-a421-50a4dabe44a0
2022-02-26T01:56:11.294Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 298e24b1-e3db-43a8-a421-50a4dabe44a0
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=?
2022-02-26T01:56:11.299Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T01:56:11.299Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vFW b1963b33-98a8 0 is matching search criteria
2022-02-26T01:56:11.299Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b1963b33-98a8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T01:56:11.300Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T01:56:11.300Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vFW b1963b33-98a8 0 is matching search criteria
2022-02-26T01:56:11.300Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b1963b33-98a8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T01:56:11.300Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T01:56:11.300Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vFW b1963b33-98a8 0 is not matching search criteria
2022-02-26T01:56:11.300Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-26T01:56:11.301Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-26T01:56:11.301Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-26T01:56:11.301Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-26T01:56:11.301Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-26T01:56:11.301Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-26T01:56:11.301Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-26T01:56:11.301Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-26T01:56:11.302Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-26T01:56:11.302Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-26T01:56:11.302Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-26T01:56:11.302Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=114553c5-b2b5-4510-bb7b-ef806630c7ad
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=?
2022-02-26T01:56:11.311Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T01:56:11.312Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vFW b1963b33-98a8 0 is matching search criteria
2022-02-26T01:56:11.312Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b1963b33-98a8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T01:56:11.312Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T01:56:11.312Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vFW b1963b33-98a8 0 is not matching search criteria
2022-02-26T01:56:11.312Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-26T01:56:11.312Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-26T01:56:11.313Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-26T01:56:11.313Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-26T01:56:11.313Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-26T01:56:11.313Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-26T01:56:11.313Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-26T01:56:11.313Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-26T01:56:11.313Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-26T01:56:11.313Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-26T01:56:11.314Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-26T01:56:11.314Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-26T01:56:11.314Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=73efdc4e-f6e8-4ec6-9139-aeb7eefe0800
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=?
2022-02-26T01:56:11.316Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T01:56:11.316Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vFW b1963b33-98a8 0 is matching search criteria
2022-02-26T01:56:11.316Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b1963b33-98a8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T01:56:11.318Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T01:56:11.318Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vFW b1963b33-98a8 0 is not matching search criteria
2022-02-26T01:56:11.318Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-26T01:56:11.318Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-26T01:56:11.318Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-26T01:56:11.318Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-26T01:56:11.319Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-26T01:56:11.319Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-26T01:56:11.319Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-26T01:56:11.319Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-26T01:56:11.319Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-26T01:56:11.319Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-26T01:56:11.319Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-26T01:56:11.319Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-26T01:56:11.320Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1b9e8686-2e62-4931-be44-74ef5a032a2f
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=?
2022-02-26T01:56:11.321Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T01:56:11.322Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vFW b1963b33-98a8 0 is matching search criteria
2022-02-26T01:56:11.322Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b1963b33-98a8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T01:56:11.322Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T01:56:11.322Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Node template vFW b1963b33-98a8 0 is matching search criteria
2022-02-26T01:56:11.322Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b1963b33-98a8 0] matching following query criteria: sdcType=VF, customizationUUID=17954cd7-da9b-4868-9f5f-a2fd211e5432
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=?
2022-02-26T01:56:11.324Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T01:56:11.324Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-26 01-53-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T01:56:11.324Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 94c6043a-b93b-489e-bc26-ed148d96a9a4: vFW b1963b33-98a8
2022-02-26T01:56:11.324Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T01:56:11.324Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-26 01-53-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T01:56:11.325Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T01:56:11.325Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-26 01-53-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T01:56:11.325Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T01:56:11.325Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-26 01-53-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T01:56:11.325Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T01:56:11.325Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-26 01-53-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T01:56:11.325Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T01:56:11.326Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-02-26 01-53-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T01:56:11.326Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-02-26 01-53-03
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 (?, ?, ?, ?, ?)
2022-02-26T01:56:11.610Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b1963b33-98a8 74611724-04ba-4568-a02c-24af75cc8497 1 ASDC deployResourceStructure
2022-02-26T01:56:11.610Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vfwb1963b3398a80_modules.json ASDC sendASDCNotification
2022-02-26T01:56:11.610Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vfwb1963b3398a80_modules.json
2022-02-26T01:56:11.610Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-26T01:56:11.611Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T01:56:11.612Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T01:56:11.612Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645840571610,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vfwb1963b3398a80_modules.json",
"status": "DEPLOY_OK"
}
2022-02-26T01:56:11.712Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T01:56:11.713Z||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.
2022-02-26T01:56:11.713Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T01:56:11.727Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:56:11.728Z||pool-14-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-26T01:56:12.613Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-26T01:56:12.614Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.yaml
2022-02-26T01:56:12.614Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-26T01:56:12.614Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T01:56:12.616Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T01:56:12.616Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645840572613,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-02-26T01:56:12.716Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T01:56:12.717Z||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.
2022-02-26T01:56:12.717Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T01:56:12.730Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:56:12.730Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-26T01:56:13.617Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-26T01:56:13.617Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.env
2022-02-26T01:56:13.617Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-26T01:56:13.617Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T01:56:13.619Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T01:56:13.619Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645840573616,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-02-26T01:56:13.719Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T01:56:13.720Z||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.
2022-02-26T01:56:13.720Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T01:56:13.733Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:56:13.734Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-26T01:56:14.620Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar ASDC sendASDCNotification
2022-02-26T01:56:14.621Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar
2022-02-26T01:56:14.621Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-26T01:56:14.621Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T01:56:14.623Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T01:56:14.624Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645840574620,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-26T01:56:14.724Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T01:56:14.724Z||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.
2022-02-26T01:56:14.725Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T01:56:14.739Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:56:14.739Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-26T01:56:15.625Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f8aad181-bab9-43e1-b42b-2e8a9491b97c
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=?
2022-02-26T01:56:15.645Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f8aad181-bab9-43e1-b42b-2e8a9491b97c
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=?
2022-02-26T01:56:15.646Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-26T01:56:15.647Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-26T01:56:15.647Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-26T01:56:45.647Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f8aad181-bab9-43e1-b42b-2e8a9491b97c
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=?
2022-02-26T01:56:45.658Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f8aad181-bab9-43e1-b42b-2e8a9491b97c
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=?
2022-02-26T01:56:45.660Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-26T01:56:45.660Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-26T01:56:45.660Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-26T01:56:52.358Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:56:52.359Z||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.
2022-02-26T01:56:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:56:52.383Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:56:52.384Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:56:52.384Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "cds",
"timestamp": 1645840553325,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T01:56:52.385Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-26T01:57:15.660Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f8aad181-bab9-43e1-b42b-2e8a9491b97c
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=?
2022-02-26T01:57:15.671Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f8aad181-bab9-43e1-b42b-2e8a9491b97c
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=?
2022-02-26T01:57:15.673Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-26T01:57:15.673Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-26T01:57:15.673Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-26T01:57:45.674Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f8aad181-bab9-43e1-b42b-2e8a9491b97c
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=?
2022-02-26T01:57:45.684Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f8aad181-bab9-43e1-b42b-2e8a9491b97c
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=?
2022-02-26T01:57:45.686Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-26T01:57:45.686Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-26T01:57:45.687Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-26T01:57:52.358Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:57:52.359Z||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.
2022-02-26T01:57:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:57:52.383Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:57:52.383Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:57:52.384Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "ves-openapi-manager",
"timestamp": 1645840547681,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T01:57:52.385Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-26T01:57:52.385Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:57:52.385Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "policy-id",
"timestamp": 1645840547557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T01:57:52.385Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-26T01:58:15.687Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f8aad181-bab9-43e1-b42b-2e8a9491b97c
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=?
2022-02-26T01:58:15.698Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f8aad181-bab9-43e1-b42b-2e8a9491b97c
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=?
2022-02-26T01:58:15.700Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-26T01:58:15.700Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-26T01:58:15.701Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-26T01:58:45.701Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f8aad181-bab9-43e1-b42b-2e8a9491b97c
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=?
2022-02-26T01:58:45.711Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f8aad181-bab9-43e1-b42b-2e8a9491b97c
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=?
2022-02-26T01:58:45.713Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-26T01:58:45.713Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-26T01:58:45.714Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-26T01:58:52.358Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:58:52.359Z||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.
2022-02-26T01:58:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:58:52.888Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:58:52.892Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.892Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645840552356,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vfwb1963b3398a80_modules.json",
"status": "NOTIFIED"
}
2022-02-26T01:58:52.892Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-26T01:58:52.893Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.893Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "cds",
"timestamp": 1645840553325,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vfwb1963b3398a80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.893Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-26T01:58:52.893Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.893Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "policy-id",
"timestamp": 1645840547557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vfwb1963b3398a80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.893Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-26T01:58:52.893Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.893Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "ves-openapi-manager",
"timestamp": 1645840547681,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vfwb1963b3398a80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.893Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-26T01:58:52.893Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.893Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645840552356,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-26T01:58:52.894Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-26T01:58:52.894Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.894Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "cds",
"timestamp": 1645840553325,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.894Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-26T01:58:52.894Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.894Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "policy-id",
"timestamp": 1645840547557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-26T01:58:52.894Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-26T01:58:52.894Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.894Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "ves-openapi-manager",
"timestamp": 1645840547681,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.894Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-26T01:58:52.894Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.894Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645840552356,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.894Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-26T01:58:52.895Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.895Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "cds",
"timestamp": 1645840553325,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.895Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-26T01:58:52.895Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.895Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "policy-id",
"timestamp": 1645840547557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.895Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-26T01:58:52.895Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.895Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "ves-openapi-manager",
"timestamp": 1645840547681,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.895Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-26T01:58:52.895Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.895Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "cds",
"timestamp": 1645840553325,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.896Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-26T01:58:52.896Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.896Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645840552356,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-26T01:58:52.896Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-26T01:58:52.896Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.897Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "policy-id",
"timestamp": 1645840547557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.897Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-26T01:58:52.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.897Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "ves-openapi-manager",
"timestamp": 1645840547681,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.897Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-26T01:58:52.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.897Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645840552356,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.897Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-26T01:58:52.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.897Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "cds",
"timestamp": 1645840553325,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.897Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-26T01:58:52.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "policy-id",
"timestamp": 1645840547557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.898Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-26T01:58:52.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "ves-openapi-manager",
"timestamp": 1645840547681,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.898Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-26T01:58:52.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "cds",
"timestamp": 1645840553325,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar",
"status": "NOTIFIED"
}
2022-02-26T01:58:52.898Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-26T01:58:52.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645840552356,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar",
"status": "NOTIFIED"
}
2022-02-26T01:58:52.898Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-26T01:58:52.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "policy-id",
"timestamp": 1645840547557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar",
"status": "NOTIFIED"
}
2022-02-26T01:58:52.899Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-26T01:58:52.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "ves-openapi-manager",
"timestamp": 1645840547681,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.899Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-26T01:58:52.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645840561194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.899Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-26T01:58:52.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645840561194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vfwb1963b3398a80_modules.json",
"status": "NOTIFIED"
}
2022-02-26T01:58:52.899Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-26T01:58:52.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "cds",
"timestamp": 1645840562894,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-26T01:58:52.900Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T01:58:52.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "policy-id",
"timestamp": 1645840562994,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-26T01:58:52.900Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T01:58:52.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645840563298,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-26T01:58:52.900Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T01:58:52.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645840561194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-26T01:58:52.900Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-26T01:58:52.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "cds",
"timestamp": 1645840563910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-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=?
2022-02-26T01:58:52.908Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f8aad181-bab9-43e1-b42b-2e8a9491b97c
2022-02-26T01:58:52.908Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8aad181-bab9-43e1-b42b-2e8a9491b97c 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 (?, ?, ?, ?, ?)
2022-02-26T01:58:52.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "policy-id",
"timestamp": 1645840564001,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-26T01:58:52.915Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T01:58:52.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "clamp",
"timestamp": 1645840564180,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.915Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-26T01:58:52.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645840561194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.916Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-26T01:58:52.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "policy-id",
"timestamp": 1645840565007,
"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=?
2022-02-26T01:58:52.919Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f8aad181-bab9-43e1-b42b-2e8a9491b97c
2022-02-26T01:58:52.919Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8aad181-bab9-43e1-b42b-2e8a9491b97c 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 (?, ?, ?, ?, ?)
2022-02-26T01:58:52.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "clamp",
"timestamp": 1645840564180,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vfwb1963b3398a80_modules.json",
"status": "NOTIFIED"
}
2022-02-26T01:58:52.926Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-26T01:58:52.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645840561194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-26T01:58:52.926Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-26T01:58:52.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "clamp",
"timestamp": 1645840564180,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.926Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-26T01:58:52.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645840561194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.927Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-26T01:58:52.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.927Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645840567774,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vfwb1963b3398a80_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-26T01:58:52.927Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T01:58:52.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.927Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "clamp",
"timestamp": 1645840564180,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.927Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-26T01:58:52.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.927Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645840561194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar",
"status": "NOTIFIED"
}
2022-02-26T01:58:52.927Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-26T01:58:52.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.927Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "clamp",
"timestamp": 1645840564180,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.928Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-26T01:58:52.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645840568953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-26T01:58:52.928Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T01:58:52.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645840569060,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vfwb1963b3398a80_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-26T01:58:52.928Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T01:58:52.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "clamp",
"timestamp": 1645840564180,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.928Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-26T01:58:52.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645840570245,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-26T01:58:52.928Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T01:58:52.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645840570352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-26T01:58:52.929Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T01:58:52.929Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645840569866,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.929Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-26T01:58:52.929Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "clamp",
"timestamp": 1645840564180,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar",
"status": "NOTIFIED"
}
2022-02-26T01:58:52.929Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-26T01:58:52.929Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645840569866,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vfwb1963b3398a80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.929Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-26T01:58:52.929Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645840571610,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vfwb1963b3398a80_modules.json",
"status": "DEPLOY_OK"
}
2022-02-26T01:58:52.930Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T01:58:52.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645840571731,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-26T01:58:52.930Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T01:58:52.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645840569866,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.930Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-26T01:58:52.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645840572613,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-02-26T01:58:52.930Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T01:58:52.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645840572853,
"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=?
2022-02-26T01:58:52.934Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f8aad181-bab9-43e1-b42b-2e8a9491b97c
2022-02-26T01:58:52.934Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8aad181-bab9-43e1-b42b-2e8a9491b97c 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=?
2022-02-26T01:58:52.938Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.938Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "aai-ml",
"timestamp": 1645840572648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.938Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-26T01:58:52.939Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.939Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645840569866,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.939Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-26T01:58:52.939Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.939Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645840573616,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-02-26T01:58:52.939Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T01:58:52.939Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.939Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645840573858,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vfwb1963b3398a80_modules.json",
"status": "DEPLOY_OK"
}
2022-02-26T01:58:52.939Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T01:58:52.939Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.939Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "aai-ml",
"timestamp": 1645840572648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vfwb1963b3398a80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.939Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-26T01:58:52.939Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645840569866,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.940Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-26T01:58:52.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645840574620,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-26T01:58:52.940Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T01:58:52.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "aai-ml",
"timestamp": 1645840572648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.940Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-26T01:58:52.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645840569866,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.940Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-26T01:58:52.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "aai-ml",
"timestamp": 1645840572648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.941Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-26T01:58:52.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645840569866,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar",
"status": "NOTIFIED"
}
2022-02-26T01:58:52.941Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-26T01:58:52.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "aai-ml",
"timestamp": 1645840572648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/resourceInstances/vfwb1963b3398a80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.941Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-26T01:58:52.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645840578054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-26T01:58:52.941Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T01:58:52.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "aai-ml",
"timestamp": 1645840572648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-26T01:58:52.942Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-26T01:58:52.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "clamp",
"timestamp": 1645840578828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-26T01:58:52.942Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T01:58:52.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "aai-ml",
"timestamp": 1645840572648,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar",
"status": "NOTIFIED"
}
2022-02-26T01:58:52.942Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-26T01:58:52.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "aai-ml",
"timestamp": 1645840580679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-26T01:58:52.942Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T01:58:52.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "clamp",
"timestamp": 1645840580808,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-26T01:58:52.942Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T01:58:52.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "clamp",
"timestamp": 1645840581812,
"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=?
2022-02-26T01:58:52.946Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f8aad181-bab9-43e1-b42b-2e8a9491b97c
2022-02-26T01:58:52.946Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8aad181-bab9-43e1-b42b-2e8a9491b97c 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 (?, ?, ?, ?, ?)
2022-02-26T01:58:52.952Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.952Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645840582212,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-26T01:58:52.952Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T01:58:52.952Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.952Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645840583221,
"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=?
2022-02-26T01:58:52.955Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f8aad181-bab9-43e1-b42b-2e8a9491b97c
2022-02-26T01:58:52.955Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8aad181-bab9-43e1-b42b-2e8a9491b97c 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 (?, ?, ?, ?, ?)
2022-02-26T01:58:52.961Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.961Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "aai-ml",
"timestamp": 1645840594677,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226015303/1.0/artifacts/service-Vfw20220226015303-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-26T01:58:52.961Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T01:58:52.961Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:58:52.961Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "aai-ml",
"timestamp": 1645840595683,
"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=?
2022-02-26T01:58:52.964Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f8aad181-bab9-43e1-b42b-2e8a9491b97c
2022-02-26T01:58:52.964Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8aad181-bab9-43e1-b42b-2e8a9491b97c 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 (?, ?, ?, ?, ?)
2022-02-26T01:59:15.714Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f8aad181-bab9-43e1-b42b-2e8a9491b97c
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=?
2022-02-26T01:59:15.725Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f8aad181-bab9-43e1-b42b-2e8a9491b97c
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=?
2022-02-26T01:59:15.728Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-26T01:59:15.728Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-26T01:59:15.728Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-26T01:59:15.728Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-26T01:59:15.728Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-26T01:59:15.729Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-26T01:59:15.729Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-26T01:59:15.729Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-26T01:59:15.729Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-26T01:59:15.729Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-26T01:59:15.729Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||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=?
2022-02-26T01:59:15.734Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-26T01:59:45.734Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f8aad181-bab9-43e1-b42b-2e8a9491b97c 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=?
2022-02-26T01:59:45.747Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f8aad181-bab9-43e1-b42b-2e8a9491b97c and serviceModelVersionId: 94c6043a-b93b-489e-bc26-ed148d96a9a4
2022-02-26T01:59:45.747Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 267e4773-6ac0-457d-9791-86ea775faec8
2022-02-26T01:59:52.358Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:59:52.359Z||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.
2022-02-26T01:59:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T01:59:57.388Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/267e4773-6ac0-457d-9791-86ea775faec8/model-vers/model-ver/94c6043a-b93b-489e-bc26-ed148d96a9a4?depth=0
2022-02-26T01:59:57.504Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-02-26T01:59:58.045Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/267e4773-6ac0-457d-9791-86ea775faec8/model-vers/model-ver/94c6043a-b93b-489e-bc26-ed148d96a9a4?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]}
2022-02-26T01:59:58.049Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/267e4773-6ac0-457d-9791-86ea775faec8/model-vers/model-ver/94c6043a-b93b-489e-bc26-ed148d96a9a4?depth=0|INFO|500||Invoke
2022-02-26T01:59:58.282Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/267e4773-6ac0-457d-9791-86ea775faec8/model-vers/model-ver/94c6043a-b93b-489e-bc26-ed148d96a9a4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-02-26T01:59:58.482Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/267e4773-6ac0-457d-9791-86ea775faec8/model-vers/model-ver/94c6043a-b93b-489e-bc26-ed148d96a9a4?depth=0|INFO|500||InvokeReturn
2022-02-26T01:59:58.482Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/267e4773-6ac0-457d-9791-86ea775faec8/model-vers/model-ver/94c6043a-b93b-489e-bc26-ed148d96a9a4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220226-01:59:58:336-26940], vertex-id=[213136], Content-Length=[0], Date=[Sat, 26 Feb 2022 01:59:58 GMT], Content-Type=[application/json]}
2022-02-26T01:59:58.483Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-02-26T01:59:58.486Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-26T01:59:58.486Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||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=?
2022-02-26T01:59:58.491Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||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)
2022-02-26T01:59:58.492Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f8aad181-bab9-43e1-b42b-2e8a9491b97c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-26T01:59:58.493Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-26T01:59:58.493Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T01:59:58.495Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T01:59:58.495Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645840798492,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-26T01:59:58.595Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T01:59:58.597Z||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.
2022-02-26T01:59:58.597Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T01:59:58.612Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:59:58.613Z||pool-18-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-02-26T01:59:59.223Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T01:59:59.224Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T01:59:59.224Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f8aad181-bab9-43e1-b42b-2e8a9491b97c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645840798492,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-26T01:59:59.225Z||pool-2-thread-10|||||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=?
2022-02-26T01:59:59.507Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T01:59:59.507Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|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.
2022-02-26T01:59:59.507Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:00:09.810Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:00:09.810Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:00:09.811Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|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.
2022-02-26T02:00:09.811Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:00:19.353Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:00:19.354Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:00:19.355Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|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.
2022-02-26T02:00:19.355Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:00:28.895Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:00:28.895Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:00:28.896Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|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.
2022-02-26T02:00:28.896Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:00:38.438Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:00:52.357Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:00:52.357Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|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.
2022-02-26T02:00:52.357Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:00:52.358Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:00:52.359Z||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.
2022-02-26T02:00:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:01:01.900Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:01:01.903Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:01:52.357Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:01:52.357Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|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.
2022-02-26T02:01:52.357Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:01:52.358Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:01:52.358Z||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.
2022-02-26T02:01:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:02:01.904Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:02:01.904Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:02:52.357Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:02:52.357Z||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.
2022-02-26T02:02:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:02:52.358Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:02:52.359Z||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.
2022-02-26T02:02:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:03:01.905Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:03:01.907Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:03:52.357Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:03:52.357Z||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.
2022-02-26T02:03:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:03:52.358Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:03:52.358Z||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.
2022-02-26T02:03:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:04:01.908Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:04:01.908Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:04:52.356Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:04:52.357Z||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.
2022-02-26T02:04:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:04:52.358Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:04:52.359Z||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.
2022-02-26T02:04:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:05:01.904Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:05:01.904Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:05:52.356Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:05:52.357Z||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.
2022-02-26T02:05:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:05:52.358Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:05:52.358Z||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.
2022-02-26T02:05:52.358Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:06:01.904Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:06:01.906Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:06:52.357Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:06:52.357Z||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.
2022-02-26T02:06:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:06:52.358Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:06:52.358Z||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.
2022-02-26T02:06:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:07:01.904Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:07:01.908Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:07:52.356Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:07:52.357Z||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.
2022-02-26T02:07:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:07:52.358Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:07:52.358Z||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.
2022-02-26T02:07:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:08:01.903Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:08:01.904Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:08:52.357Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:08:52.357Z||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.
2022-02-26T02:08:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:08:52.358Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:08:52.359Z||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.
2022-02-26T02:08:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:09:01.903Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:09:01.905Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:09:52.356Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:09:52.357Z||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.
2022-02-26T02:09:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:09:52.358Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:09:52.359Z||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.
2022-02-26T02:09:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:10:01.903Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:10:01.903Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:10:52.356Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:10:52.357Z||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.
2022-02-26T02:10:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:10:52.358Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:10:52.359Z||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.
2022-02-26T02:10:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:11:01.905Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:11:01.905Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:11:52.356Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:11:52.357Z||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.
2022-02-26T02:11:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:11:52.358Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:11:52.358Z||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.
2022-02-26T02:11:52.358Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:12:01.900Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:12:01.905Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:12:52.356Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:12:52.357Z||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.
2022-02-26T02:12:52.357Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:12:52.358Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:12:52.358Z||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.
2022-02-26T02:12:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:12:52.985Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:12:52.985Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T02:12:52.985Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"23b213b0-fb35-4752-b962-81b903412c8f","serviceName":"basic_onboard_Iiahwr","serviceVersion":"1.0","serviceUUID":"e3cd54a6-8eb8-446f-b11d-f5b13e2e6c89","serviceDescription":"service","serviceInvariantUUID":"01999788-669b-4679-8a8b-47d0b00e9dc5","resources":[{"resourceInstanceName":"basic_onboard_Iiahwr 0","resourceName":"basic_onboard_Iiahwr","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4ea35e06-cdc3-41e5-9ceb-3b39496bc49b","resourceInvariantUUID":"108f54b4-e9a6-4261-8e5d-eaaf9a332011","resourceCustomizationUUID":"0065aac7-fce1-454b-8751-27fe5ea2d8ca","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/vf-license-model.xml","artifactChecksum":"NjcwM2UzZTRkYWFmYzA0ZDkxNWQ0ZjczNmVmZjg0NTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"42f99bd1-8195-4af5-9945-0b7050ce027c","artifactVersion":"1"},{"artifactName":"basic_onboard_iiahwr0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/basic_onboard_iiahwr0_modules.json","artifactChecksum":"NDFhZGRmYTM5YjkxYTE0YzhkMDU1YmE4ZmVmYzFkNmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a90ddb46-7788-4527-8026-a2b0f3b9b7eb","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"971e42ac-0dd5-4755-89b3-f1b901f1a2d2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c2468ff4-68ee-4e8c-a3b4-e66475d711ed","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"43591214-c1e2-4fed-9800-99b916f79655","artifactVersion":"2","generatedFromUUID":"971e42ac-0dd5-4755-89b3-f1b901f1a2d2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardIiahwr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-template.yml","artifactChecksum":"ZTg3NDRlNGJlZWRiYTJiZWYyZjgxZjgwY2ZkNDZmOWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"95d8d430-7c82-430e-a490-cb34f478304c","artifactVersion":"1"},{"artifactName":"service-BasicOnboardIiahwr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar","artifactChecksum":"YTljY2FhYzMxMzZmOGVlZWU3NTdkYmY2YzE3ZjVlZjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"75bdb989-407a-4dd2-b5b7-48077fb5faa0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-26T02:12:52.988Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T02:12:52.988Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:12:52.990Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:12:52.990Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645841572356,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:12:52.995Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:12:52.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:52.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "clamp",
"timestamp": 1645841524180,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:12:52.997Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:12:52.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:52.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645841521194,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:12:52.998Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:12:52.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:52.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "clamp",
"timestamp": 1645841524180,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/basic_onboard_iiahwr0_modules.json",
"status": "NOTIFIED"
}
2022-02-26T02:12:52.998Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:12:52.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:52.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645841521194,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/basic_onboard_iiahwr0_modules.json",
"status": "NOTIFIED"
}
2022-02-26T02:12:52.998Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:12:52.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:52.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "clamp",
"timestamp": 1645841524180,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:12:52.998Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:12:52.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:52.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645841521194,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-26T02:12:52.999Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:12:52.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:52.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "clamp",
"timestamp": 1645841524180,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:12:52.999Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:12:52.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:52.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645841521194,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:12:52.999Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:12:52.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:52.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "policy-id",
"timestamp": 1645841527557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:12:52.999Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:12:52.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.000Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "ves-openapi-manager",
"timestamp": 1645841527681,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.000Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:12:53.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.000Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "cds",
"timestamp": 1645841528328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.000Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:12:53.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.000Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "clamp",
"timestamp": 1645841524180,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.000Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:12:53.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.000Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645841521194,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-02-26T02:12:53.000Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:12:53.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.001Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "policy-id",
"timestamp": 1645841527557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/basic_onboard_iiahwr0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.001Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:12:53.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.001Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "ves-openapi-manager",
"timestamp": 1645841527681,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/basic_onboard_iiahwr0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.001Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:12:53.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.001Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "cds",
"timestamp": 1645841528328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/basic_onboard_iiahwr0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.001Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:12:53.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.001Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "clamp",
"timestamp": 1645841524180,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.001Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:12:53.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.001Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645841521194,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.002Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:12:53.002Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.002Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "policy-id",
"timestamp": 1645841527557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-26T02:12:53.002Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:12:53.002Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.002Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "ves-openapi-manager",
"timestamp": 1645841527681,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.002Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:12:53.002Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.002Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645841529866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.002Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:12:53.002Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.002Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "cds",
"timestamp": 1645841528328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.003Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:12:53.003Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.003Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "clamp",
"timestamp": 1645841524180,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar",
"status": "NOTIFIED"
}
2022-02-26T02:12:53.003Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:12:53.003Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.003Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645841521194,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar",
"status": "NOTIFIED"
}
2022-02-26T02:12:53.003Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:12:53.003Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.003Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "policy-id",
"timestamp": 1645841527557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.003Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:12:53.003Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.003Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "ves-openapi-manager",
"timestamp": 1645841527681,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.004Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:12:53.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645841529866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/basic_onboard_iiahwr0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.004Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:12:53.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "cds",
"timestamp": 1645841528328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.004Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:12:53.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "policy-id",
"timestamp": 1645841527557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.004Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:12:53.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "ves-openapi-manager",
"timestamp": 1645841527681,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.004Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:12:53.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645841529866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.005Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:12:53.005Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.005Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "cds",
"timestamp": 1645841528328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.005Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:12:53.005Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.005Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645841533134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/basic_onboard_iiahwr0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-26T02:12:53.005Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:12:53.005Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.005Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "policy-id",
"timestamp": 1645841527557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.005Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:12:53.005Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.005Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "aai-ml",
"timestamp": 1645841532648,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.005Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:12:53.006Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.006Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "ves-openapi-manager",
"timestamp": 1645841527681,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.006Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:12:53.006Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.006Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645841529866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.006Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:12:53.006Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.006Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "cds",
"timestamp": 1645841528328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.006Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:12:53.006Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.006Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "policy-id",
"timestamp": 1645841527557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar",
"status": "NOTIFIED"
}
2022-02-26T02:12:53.006Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:12:53.006Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.006Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "aai-ml",
"timestamp": 1645841532648,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/basic_onboard_iiahwr0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.006Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:12:53.006Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.006Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "ves-openapi-manager",
"timestamp": 1645841527681,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.007Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:12:53.007Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.007Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645841534437,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-26T02:12:53.007Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:12:53.007Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.007Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645841529866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.007Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:12:53.007Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.007Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "cds",
"timestamp": 1645841528328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar",
"status": "NOTIFIED"
}
2022-02-26T02:12:53.007Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:12:53.007Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.007Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "aai-ml",
"timestamp": 1645841532648,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.007Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:12:53.007Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.007Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645841529866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.008Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:12:53.008Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.008Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "policy-id",
"timestamp": 1645841535751,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-26T02:12:53.008Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:12:53.008Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.008Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645841535839,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-02-26T02:12:53.008Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:12:53.008Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.008Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "cds",
"timestamp": 1645841536259,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-26T02:12:53.008Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:12:53.008Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.008Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "aai-ml",
"timestamp": 1645841532648,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.008Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:12:53.009Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.009Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645841529866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar",
"status": "NOTIFIED"
}
2022-02-26T02:12:53.009Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:12:53.009Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.009Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "policy-id",
"timestamp": 1645841536756,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-26T02:12:53.009Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:12:53.009Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.009Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645841536867,
"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=?
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 (?, ?, ?, ?, ?)
2022-02-26T02:12:53.023Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 23b213b0-fb35-4752-b962-81b903412c8f
2022-02-26T02:12:53.024Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23b213b0-fb35-4752-b962-81b903412c8f 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 (?, ?, ?, ?, ?)
2022-02-26T02:12:53.030Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.030Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "cds",
"timestamp": 1645841537265,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-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=?
2022-02-26T02:12:53.034Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 23b213b0-fb35-4752-b962-81b903412c8f
2022-02-26T02:12:53.034Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23b213b0-fb35-4752-b962-81b903412c8f 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 (?, ?, ?, ?, ?)
2022-02-26T02:12:53.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "aai-ml",
"timestamp": 1645841532648,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.041Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:12:53.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "policy-id",
"timestamp": 1645841537757,
"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=?
2022-02-26T02:12:53.044Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 23b213b0-fb35-4752-b962-81b903412c8f
2022-02-26T02:12:53.044Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23b213b0-fb35-4752-b962-81b903412c8f 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=?
2022-02-26T02:12:53.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645841537870,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/basic_onboard_iiahwr0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-26T02:12:53.048Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:12:53.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "clamp",
"timestamp": 1645841537945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-26T02:12:53.049Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:12:53.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645841537946,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-26T02:12:53.049Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:12:53.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "aai-ml",
"timestamp": 1645841532648,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:12:53.049Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:12:53.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "clamp",
"timestamp": 1645841538959,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-26T02:12:53.049Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:12:53.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "aai-ml",
"timestamp": 1645841532648,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar",
"status": "NOTIFIED"
}
2022-02-26T02:12:53.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:12:53.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "clamp",
"timestamp": 1645841539962,
"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=?
2022-02-26T02:12:53.052Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 23b213b0-fb35-4752-b962-81b903412c8f
2022-02-26T02:12:53.053Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23b213b0-fb35-4752-b962-81b903412c8f 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 (?, ?, ?, ?, ?)
2022-02-26T02:12:53.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645841540006,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-26T02:12:53.058Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:12:53.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "aai-ml",
"timestamp": 1645841540557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-26T02:12:53.059Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:12:53.059Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645841541009,
"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=?
2022-02-26T02:12:53.062Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 23b213b0-fb35-4752-b962-81b903412c8f
2022-02-26T02:12:53.062Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23b213b0-fb35-4752-b962-81b903412c8f 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 (?, ?, ?, ?, ?)
2022-02-26T02:12:53.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "aai-ml",
"timestamp": 1645841546107,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-26T02:12:53.068Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:12:53.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:12:53.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "aai-ml",
"timestamp": 1645841547111,
"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=?
2022-02-26T02:12:53.071Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 23b213b0-fb35-4752-b962-81b903412c8f
2022-02-26T02:12:53.071Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23b213b0-fb35-4752-b962-81b903412c8f 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 (?, ?, ?, ?, ?)
2022-02-26T02:12:53.090Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:12:53.091Z||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.
2022-02-26T02:12:53.091Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:12:53.104Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:12:53.104Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:12:53.991Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T02:12:53.991Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:12:53.993Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:12:53.993Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645841572356,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/basic_onboard_iiahwr0_modules.json",
"status": "NOTIFIED"
}
2022-02-26T02:12:54.093Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:12:54.094Z||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.
2022-02-26T02:12:54.094Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:12:54.106Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:12:54.106Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:12:54.994Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T02:12:54.995Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:12:54.996Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:12:54.996Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645841572356,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-26T02:12:55.097Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-26T02:12:55.097Z||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.
2022-02-26T02:12:55.097Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:12:55.111Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:12:55.112Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:12:55.997Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T02:12:55.998Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:12:56.000Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:12:56.000Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645841572356,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:12:56.100Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:12:56.101Z||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.
2022-02-26T02:12:56.101Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:12:56.114Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:12:56.115Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:12:57.001Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T02:12:57.001Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:12:57.003Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:12:57.003Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645841572356,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-02-26T02:12:57.103Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:12:57.104Z||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.
2022-02-26T02:12:57.104Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:12:57.117Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:12:57.117Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:12:58.004Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T02:12:58.005Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:12:58.006Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:12:58.006Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645841572356,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:12:58.107Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:12:58.107Z||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.
2022-02-26T02:12:58.108Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:12:58.121Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:12:58.122Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-02-26T02:12:59.007Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T02:12:59.008Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:12:59.009Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:12:59.009Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645841572356,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar",
"status": "NOTIFIED"
}
2022-02-26T02:12:59.110Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-26T02:12:59.110Z||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.
2022-02-26T02:12:59.110Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:12:59.131Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:12:59.131Z||pool-25-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:13:00.011Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"serviceName": "basic_onboard_Iiahwr",
"serviceVersion": "1.0",
"serviceUUID": "e3cd54a6-8eb8-446f-b11d-f5b13e2e6c89",
"serviceDescription": "service",
"serviceInvariantUUID": "01999788-669b-4679-8a8b-47d0b00e9dc5",
"resources": [
{
"resourceInstanceName": "basic_onboard_Iiahwr 0",
"resourceCustomizationUUID": "0065aac7-fce1-454b-8751-27fe5ea2d8ca",
"resourceName": "basic_onboard_Iiahwr",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "4ea35e06-cdc3-41e5-9ceb-3b39496bc49b",
"resourceInvariantUUID": "108f54b4-e9a6-4261-8e5d-eaaf9a332011",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_iiahwr0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/basic_onboard_iiahwr0_modules.json",
"artifactChecksum": "NDFhZGRmYTM5YjkxYTE0YzhkMDU1YmE4ZmVmYzFkNmU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a90ddb46-7788-4527-8026-a2b0f3b9b7eb",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "971e42ac-0dd5-4755-89b3-f1b901f1a2d2",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "43591214-c1e2-4fed-9800-99b916f79655",
"generatedFromUUID": "971e42ac-0dd5-4755-89b3-f1b901f1a2d2"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "43591214-c1e2-4fed-9800-99b916f79655",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardIiahwr-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar",
"artifactChecksum": "YTljY2FhYzMxMzZmOGVlZWU3NTdkYmY2YzE3ZjVlZjU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "75bdb989-407a-4dd2-b5b7-48077fb5faa0"
}
],
"workloadContext": "Production"
}
2022-02-26T02:13:00.011Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-26T02:13:00.011Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e3cd54a6-8eb8-446f-b11d-f5b13e2e6c89 ASDC
2022-02-26T02:13:00.011Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:23b213b0-fb35-4752-b962-81b903412c8f
ServiceName:basic_onboard_Iiahwr
ServiceVersion:1.0
ServiceUUID:e3cd54a6-8eb8-446f-b11d-f5b13e2e6c89
ServiceInvariantUUID:01999788-669b-4679-8a8b-47d0b00e9dc5
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardIiahwr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar
ArtifactUUID:75bdb989-407a-4dd2-b5b7-48077fb5faa0
ArtifactChecksum:YTljY2FhYzMxMzZmOGVlZWU3NTdkYmY2YzE3ZjVlZjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_Iiahwr 0
ResourceCustomizationUUID:0065aac7-fce1-454b-8751-27fe5ea2d8ca
ResourceInvariantUUID:108f54b4-e9a6-4261-8e5d-eaaf9a332011
ResourceName:basic_onboard_Iiahwr
ResourceType:VF
ResourceUUID:4ea35e06-cdc3-41e5-9ceb-3b39496bc49b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_iiahwr0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/basic_onboard_iiahwr0_modules.json
ArtifactUUID:a90ddb46-7788-4527-8026-a2b0f3b9b7eb
ArtifactChecksum:NDFhZGRmYTM5YjkxYTE0YzhkMDU1YmE4ZmVmYzFkNmU=
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/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.yaml
ArtifactUUID:971e42ac-0dd5-4755-89b3-f1b901f1a2d2
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/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.env
ArtifactUUID:43591214-c1e2-4fed-9800-99b916f79655
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/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.env
ArtifactUUID:43591214-c1e2-4fed-9800-99b916f79655
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-02-26T02:13:00.012Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e3cd54a6-8eb8-446f-b11d-f5b13e2e6c89 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=?
2022-02-26T02:13:00.037Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-26T02:13:00.038Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-02-26T02:13:00.038Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-02-26T02:13:00.038Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 75bdb989-407a-4dd2-b5b7-48077fb5faa0 from URL: /sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar
2022-02-26T02:13:00.038Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-02-26T02:13:00.038Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar
2022-02-26T02:13:00.180Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-02-26T02:13:00.183Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar 75bdb989-407a-4dd2-b5b7-48077fb5faa0 71538
2022-02-26T02:13:00.183Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar ASDC sendASDCNotification
2022-02-26T02:13:00.183Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar
2022-02-26T02:13:00.183Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-26T02:13:00.183Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:13:00.185Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:13:00.185Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645841580183,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-26T02:13:00.285Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:13:00.286Z||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.
2022-02-26T02:13:00.286Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:13:00.299Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:13:00.299Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-02-26T02:13:01.186Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-26T02:13:01.187Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-02-26T02:13:01.187Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 75bdb989-407a-4dd2-b5b7-48077fb5faa0, URL: /sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar to file: /app/ASDC/1/service-BasicOnboardIiahwr-csar.csar
2022-02-26T02:13:01.187Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardIiahwr-csar.csar
2022-02-26T02:13:01.187Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardIiahwr-csar.csar
2022-02-26T02:13:01.188Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardIiahwr-csar.csar
2022-02-26T02:13:01.291Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15302222314752268762/Definitions/service-BasicOnboardIiahwr-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
2022-02-26T02:13:02.735Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-26T02:13:02.736Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-02-26T02:13:02.736Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardIiahwr-csar.csar
2022-02-26T02:13:02.736Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-02-26T02:13:02.737Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||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-BasicOnboardIiahwr-csar.csar
2022-02-26T02:13:02.737Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIiahwr-csar.csar
2022-02-26T02:13:02.737Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIiahwr-csar.csar
2022-02-26T02:13:02.737Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIiahwr-csar.csar
2022-02-26T02:13:02.737Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardIiahwr-csar.csar
2022-02-26T02:13:02.737Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardIiahwr-csar.csar
2022-02-26T02:13:02.737Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIiahwr-csar.csar
2022-02-26T02:13:02.737Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_Iiahwr 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-BasicOnboardIiahwr-csar.csar
2022-02-26T02:13:02.737Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardIiahwr-csar.csar
2022-02-26T02:13:02.737Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-02-26T02:13:02.737Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T02:13:02.738Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Iiahwr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:13:02.738Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_Iiahwr 0 is matching search criteria
2022-02-26T02:13:02.738Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-02-26T02:13:02.738Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_Iiahwr 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-26T02:13:02.738Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T02:13:02.738Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Iiahwr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:13:02.739Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_Iiahwr 0 is matching search criteria
2022-02-26T02:13:02.739Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-02-26T02:13:02.739Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_Iiahwr 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-26T02:13:02.739Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T02:13:02.739Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Iiahwr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:13:02.739Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T02:13:02.740Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_Iiahwr 0 is not matching search criteria
2022-02-26T02:13:02.740Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-02-26T02:13:02.740Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-02-26T02:13:02.740Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-02-26T02:13:02.740Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-26T02:13:02.740Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-26T02:13:02.740Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T02:13:02.741Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Iiahwr is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-26T02:13:02.741Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T02:13:02.741Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_Iiahwr 0 is matching search criteria
2022-02-26T02:13:02.741Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_Iiahwr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T02:13:02.741Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T02:13:02.741Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_Iiahwr 0 is matching search criteria
2022-02-26T02:13:02.742Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_Iiahwr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T02:13:02.742Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T02:13:02.742Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_Iiahwr 0 is matching search criteria
2022-02-26T02:13:02.742Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_Iiahwr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T02:13:02.742Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T02:13:02.742Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_Iiahwr 0 is not matching search criteria
2022-02-26T02:13:02.742Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-26T02:13:02.743Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-26T02:13:02.743Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=290defa7-7144-4d82-bf56-74409d1c846f
2022-02-26T02:13:02.743Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T02:13:02.743Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Iiahwr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:13:02.743Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T02:13:02.743Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Iiahwr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:13:02.743Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T02:13:02.744Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Iiahwr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:13:02.744Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T02:13:02.744Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Iiahwr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:13:02.744Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_Iiahwr
Description:service
Model UUID:e3cd54a6-8eb8-446f-b11d-f5b13e2e6c89
Model Version:NULL
Model InvariantUuid:01999788-669b-4679-8a8b-47d0b00e9dc5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_Iiahwr
Model UUID:09e4e7c6-8fe7-4b69-bb67-0c0d4b3d49bc
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:108f54b4-e9a6-4261-8e5d-eaaf9a332011
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:0065aac7-fce1-454b-8751-27fe5ea2d8ca
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:496983d5-2b41-4f71-a20e-a03139767545
ModelName:BasicOnboardIiahwr..base_ubuntu18..module-0
ModelUuid:b78bde40-ae86-4986-bcaa-1f1a41d71e38
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:290defa7-7144-4d82-bf56-74409d1c846f
ModelInvariantUuid:10322899-9777-4761-93a8-558a318c9905
ModelName:basic_onboard_Iiahwr-nodes.ubuntu18Cvfc
ModelUuid:db900ca1-edad-4e9e-bbe0-f88bed584567
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:d42d12f2-96f5-4d66-a1dd-1806fd656c2b
ModelInvariantUuid:922e935c-a744-49ef-a34a-056777115545
ModelName:BasicOnboardIiahwr.compute.nodes.heat.ubuntu18
ModelUuid:78458181-6756-4f57-a253-f1951b737c0a
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=?
2022-02-26T02:13:02.752Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 4ea35e06-cdc3-41e5-9ceb-3b39496bc49b
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=?
2022-02-26T02:13:02.756Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||basic_onboard_Iiahwr 0
2022-02-26T02:13:02.756Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4ea35e06-cdc3-41e5-9ceb-3b39496bc49b
2022-02-26T02:13:02.756Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a90ddb46-7788-4527-8026-a2b0f3b9b7eb from URL: /sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/basic_onboard_iiahwr0_modules.json
2022-02-26T02:13:02.756Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-02-26T02:13:02.756Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/basic_onboard_iiahwr0_modules.json
2022-02-26T02:13:02.965Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-02-26T02:13:02.965Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/basic_onboard_iiahwr0_modules.json a90ddb46-7788-4527-8026-a2b0f3b9b7eb 798
2022-02-26T02:13:02.966Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/basic_onboard_iiahwr0_modules.json ASDC sendASDCNotification
2022-02-26T02:13:02.966Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/basic_onboard_iiahwr0_modules.json
2022-02-26T02:13:02.966Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-26T02:13:02.966Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:13:02.967Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:13:02.968Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645841582965,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/basic_onboard_iiahwr0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-26T02:13:03.068Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:13:03.068Z||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.
2022-02-26T02:13:03.069Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:13:03.082Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:13:03.083Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:13:03.968Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardIiahwr..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "496983d5-2b41-4f71-a20e-a03139767545",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b78bde40-ae86-4986-bcaa-1f1a41d71e38",
"vfModuleModelCustomizationUUID": "071995ea-6b1d-46e5-a257-c5226d48a622",
"isBase": true,
"artifacts": [
"971e42ac-0dd5-4755-89b3-f1b901f1a2d2",
"43591214-c1e2-4fed-9800-99b916f79655"
],
"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": ""
}
}
]
2022-02-26T02:13:03.972Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardIiahwr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b78bde40-ae86-4986-bcaa-1f1a41d71e38
VfModuleModelInvariantUUID:496983d5-2b41-4f71-a20e-a03139767545
VfModuleModelDescription:NULL
Artifacts UUID List:{
971e42ac-0dd5-4755-89b3-f1b901f1a2d2
,
43591214-c1e2-4fed-9800-99b916f79655
}
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
}
2022-02-26T02:13:03.974Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardIiahwr..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "496983d5-2b41-4f71-a20e-a03139767545",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b78bde40-ae86-4986-bcaa-1f1a41d71e38",
"vfModuleModelCustomizationUUID": "071995ea-6b1d-46e5-a257-c5226d48a622",
"isBase": true,
"artifacts": [
"971e42ac-0dd5-4755-89b3-f1b901f1a2d2",
"43591214-c1e2-4fed-9800-99b916f79655"
],
"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": ""
}
}
]
2022-02-26T02:13:03.974Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardIiahwr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b78bde40-ae86-4986-bcaa-1f1a41d71e38
VfModuleModelInvariantUUID:496983d5-2b41-4f71-a20e-a03139767545
VfModuleModelDescription:NULL
Artifacts UUID List:{
971e42ac-0dd5-4755-89b3-f1b901f1a2d2
,
43591214-c1e2-4fed-9800-99b916f79655
}
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
}
2022-02-26T02:13:03.974Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 971e42ac-0dd5-4755-89b3-f1b901f1a2d2 from URL: /sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.yaml
2022-02-26T02:13:03.974Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-02-26T02:13:03.974Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.yaml
2022-02-26T02:13:04.266Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-02-26T02:13:04.267Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.yaml 971e42ac-0dd5-4755-89b3-f1b901f1a2d2 5033
2022-02-26T02:13:04.267Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-26T02:13:04.267Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.yaml
2022-02-26T02:13:04.267Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-26T02:13:04.267Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:13:04.269Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:13:04.269Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645841584267,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-26T02:13:04.369Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:13:04.370Z||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.
2022-02-26T02:13:04.370Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:13:04.382Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:13:04.382Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:13:05.270Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 43591214-c1e2-4fed-9800-99b916f79655 from URL: /sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.env
2022-02-26T02:13:05.270Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-02-26T02:13:05.271Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.env
2022-02-26T02:13:05.314Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-02-26T02:13:05.314Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.env 43591214-c1e2-4fed-9800-99b916f79655 909
2022-02-26T02:13:05.315Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-26T02:13:05.315Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.env
2022-02-26T02:13:05.315Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-26T02:13:05.315Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:13:05.317Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:13:05.317Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645841585315,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-02-26T02:13:05.417Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:13:05.418Z||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.
2022-02-26T02:13:05.418Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:13:05.432Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:13:05.432Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:13:06.317Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: e3cd54a6-8eb8-446f-b11d-f5b13e2e6c89
2022-02-26T02:13:06.318Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_Iiahwr 0 4ea35e06-cdc3-41e5-9ceb-3b39496bc49b ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-26T02:13:06.334Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@340cca0f, org.onap.sdc.toscaparser.api.parameters.Input@239dca4c, org.onap.sdc.toscaparser.api.parameters.Input@a57b7f, org.onap.sdc.toscaparser.api.parameters.Input@423ab5f7, org.onap.sdc.toscaparser.api.parameters.Input@10b4430d]
2022-02-26T02:13:06.335Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T02:13:06.336Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Iiahwr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:13:06.336Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-02-26T02:13:06.336Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 0065aac7-fce1-454b-8751-27fe5ea2d8ca
2022-02-26T02:13:06.336Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0065aac7-fce1-454b-8751-27fe5ea2d8ca matches Tosca VF Customization UUID: 0065aac7-fce1-454b-8751-27fe5ea2d8ca
2022-02-26T02:13:06.336Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 0065aac7-fce1-454b-8751-27fe5ea2d8ca 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=?
2022-02-26T02:13:06.339Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T02:13:06.339Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Iiahwr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:13:06.339Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 0065aac7-fce1-454b-8751-27fe5ea2d8ca: {\"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\"}
2022-02-26T02:13:06.339Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@53ffcf8b
2022-02-26T02:13:06.340Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T02:13:06.340Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Iiahwr is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-26T02:13:06.340Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 071995ea-6b1d-46e5-a257-c5226d48a622
2022-02-26T02:13:06.340Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 071995ea-6b1d-46e5-a257-c5226d48a622
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=?
2022-02-26T02:13:06.342Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T02:13:06.342Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_Iiahwr 0 is matching search criteria
2022-02-26T02:13:06.343Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_Iiahwr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T02:13:06.343Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T02:13:06.343Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_Iiahwr 0 is matching search criteria
2022-02-26T02:13:06.343Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_Iiahwr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T02:13:06.343Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T02:13:06.343Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_Iiahwr 0 is not matching search criteria
2022-02-26T02:13:06.344Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-26T02:13:06.344Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-26T02:13:06.344Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=290defa7-7144-4d82-bf56-74409d1c846f
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=?
2022-02-26T02:13:06.346Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T02:13:06.346Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_Iiahwr 0 is matching search criteria
2022-02-26T02:13:06.346Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_Iiahwr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T02:13:06.346Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T02:13:06.346Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_Iiahwr 0 is matching search criteria
2022-02-26T02:13:06.347Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_Iiahwr 0] matching following query criteria: sdcType=VF, customizationUUID=0065aac7-fce1-454b-8751-27fe5ea2d8ca
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=?
2022-02-26T02:13:06.348Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T02:13:06.348Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Iiahwr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:13:06.348Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid e3cd54a6-8eb8-446f-b11d-f5b13e2e6c89: basic_onboard_Iiahwr
2022-02-26T02:13:06.349Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T02:13:06.349Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Iiahwr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:13:06.349Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T02:13:06.349Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Iiahwr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:13:06.349Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T02:13:06.349Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Iiahwr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:13:06.349Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T02:13:06.349Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Iiahwr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:13:06.349Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T02:13:06.350Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Iiahwr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:13:06.350Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_Iiahwr
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 (?, ?, ?, ?, ?)
2022-02-26T02:13:06.465Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_Iiahwr 4ea35e06-cdc3-41e5-9ceb-3b39496bc49b 1 ASDC deployResourceStructure
2022-02-26T02:13:06.466Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/basic_onboard_iiahwr0_modules.json ASDC sendASDCNotification
2022-02-26T02:13:06.466Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/basic_onboard_iiahwr0_modules.json
2022-02-26T02:13:06.466Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-26T02:13:06.466Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:13:06.468Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:13:06.468Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645841586466,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/basic_onboard_iiahwr0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-26T02:13:06.568Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:13:06.569Z||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.
2022-02-26T02:13:06.569Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:13:06.582Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:13:06.583Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-02-26T02:13:07.471Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-26T02:13:07.472Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.yaml
2022-02-26T02:13:07.472Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-26T02:13:07.472Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:13:07.474Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:13:07.474Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645841587471,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-02-26T02:13:07.574Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:13:07.575Z||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.
2022-02-26T02:13:07.575Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:13:07.588Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:13:07.588Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:13:08.475Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-26T02:13:08.476Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.env
2022-02-26T02:13:08.476Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-26T02:13:08.476Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:13:08.478Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:13:08.478Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645841588475,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-02-26T02:13:08.578Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-26T02:13:08.579Z||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.
2022-02-26T02:13:08.580Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:13:08.594Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:13:08.594Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:13:09.479Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar ASDC sendASDCNotification
2022-02-26T02:13:09.480Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar
2022-02-26T02:13:09.480Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-26T02:13:09.480Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:13:09.482Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:13:09.483Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645841589479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-26T02:13:09.583Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:13:09.583Z||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.
2022-02-26T02:13:09.584Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:13:09.596Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:13:09.597Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:13:10.484Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23b213b0-fb35-4752-b962-81b903412c8f
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=?
2022-02-26T02:13:10.493Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23b213b0-fb35-4752-b962-81b903412c8f
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=?
2022-02-26T02:13:10.497Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-26T02:13:10.497Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-26T02:13:10.497Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-26T02:13:10.498Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-26T02:13:10.498Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-26T02:13:10.498Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-26T02:13:10.498Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-26T02:13:10.498Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-26T02:13:10.498Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-26T02:13:10.498Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-26T02:13:10.498Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-26T02:13:10.502Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-26T02:13:40.502Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 23b213b0-fb35-4752-b962-81b903412c8f 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=?
2022-02-26T02:13:40.507Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 23b213b0-fb35-4752-b962-81b903412c8f and serviceModelVersionId: e3cd54a6-8eb8-446f-b11d-f5b13e2e6c89
2022-02-26T02:13:40.507Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 01999788-669b-4679-8a8b-47d0b00e9dc5
2022-02-26T02:13:40.508Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/01999788-669b-4679-8a8b-47d0b00e9dc5/model-vers/model-ver/e3cd54a6-8eb8-446f-b11d-f5b13e2e6c89?depth=0
2022-02-26T02:13:40.513Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-02-26T02:13:40.554Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01999788-669b-4679-8a8b-47d0b00e9dc5/model-vers/model-ver/e3cd54a6-8eb8-446f-b11d-f5b13e2e6c89?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]}
2022-02-26T02:13:40.555Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01999788-669b-4679-8a8b-47d0b00e9dc5/model-vers/model-ver/e3cd54a6-8eb8-446f-b11d-f5b13e2e6c89?depth=0|INFO|500||Invoke
2022-02-26T02:13:40.577Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01999788-669b-4679-8a8b-47d0b00e9dc5/model-vers/model-ver/e3cd54a6-8eb8-446f-b11d-f5b13e2e6c89?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-02-26T02:13:40.858Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01999788-669b-4679-8a8b-47d0b00e9dc5/model-vers/model-ver/e3cd54a6-8eb8-446f-b11d-f5b13e2e6c89?depth=0|INFO|500||InvokeReturn
2022-02-26T02:13:40.858Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01999788-669b-4679-8a8b-47d0b00e9dc5/model-vers/model-ver/e3cd54a6-8eb8-446f-b11d-f5b13e2e6c89?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220226-02:13:40:585-90605], vertex-id=[377000], Content-Length=[0], Date=[Sat, 26 Feb 2022 02:13:40 GMT], Content-Type=[application/json]}
2022-02-26T02:13:40.859Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-02-26T02:13:40.859Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-26T02:13:40.859Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-26T02:13:40.863Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-02-26T02:13:40.863Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 23b213b0-fb35-4752-b962-81b903412c8f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-26T02:13:40.863Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-26T02:13:40.864Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:13:40.866Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:13:40.866Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645841620863,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-26T02:13:40.966Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:13:40.967Z||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.
2022-02-26T02:13:40.967Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:13:40.984Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:13:40.984Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-26T02:13:52.356Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:13:52.357Z|23b213b0-fb35-4752-b962-81b903412c8f|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.
2022-02-26T02:13:52.357Z|23b213b0-fb35-4752-b962-81b903412c8f|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:13:52.358Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:13:52.358Z||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.
2022-02-26T02:13:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:13:52.477Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:13:52.478Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:13:52.478Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645841572356,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:13:52.478Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:14:01.899Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:14:52.356Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:14:52.357Z|23b213b0-fb35-4752-b962-81b903412c8f|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.
2022-02-26T02:14:52.357Z|23b213b0-fb35-4752-b962-81b903412c8f|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:14:52.358Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:14:52.359Z||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.
2022-02-26T02:14:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:14:52.882Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:14:52.883Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-26T02:14:52.883Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645841572356,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/basic_onboard_iiahwr0_modules.json",
"status": "NOTIFIED"
}
2022-02-26T02:14:52.883Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-26T02:14:52.883Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-26T02:14:52.884Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645841572356,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-26T02:14:52.884Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-26T02:14:52.884Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-26T02:14:52.884Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645841572356,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:14:52.884Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-26T02:14:52.884Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-26T02:14:52.884Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645841572356,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-02-26T02:14:52.884Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-26T02:14:52.884Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-26T02:14:52.884Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645841572356,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:14:52.884Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-26T02:14:52.884Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-26T02:14:52.885Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645841572356,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar",
"status": "NOTIFIED"
}
2022-02-26T02:14:52.885Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-02-26T02:14:52.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-26T02:14:52.885Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645841580183,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-26T02:14:52.885Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:14:52.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-26T02:14:52.885Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645841582965,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/basic_onboard_iiahwr0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-26T02:14:52.885Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:14:52.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-26T02:14:52.885Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645841584267,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-26T02:14:52.885Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:14:52.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-26T02:14:52.885Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645841585315,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-02-26T02:14:52.885Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:14:52.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-26T02:14:52.886Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645841586466,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/basic_onboard_iiahwr0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-26T02:14:52.886Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:14:52.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-26T02:14:52.886Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645841587471,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-02-26T02:14:52.886Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:14:52.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-26T02:14:52.886Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645841588475,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/resourceInstances/basic_onboard_iiahwr0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-02-26T02:14:52.886Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:14:52.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-26T02:14:52.886Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645841589479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiahwr/1.0/artifacts/service-BasicOnboardIiahwr-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-26T02:14:52.887Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:14:52.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-26T02:14:52.887Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23b213b0-fb35-4752-b962-81b903412c8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645841620863,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-26T02:14:52.887Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:15:01.903Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:15:52.356Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:15:52.357Z|23b213b0-fb35-4752-b962-81b903412c8f|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.
2022-02-26T02:15:52.357Z|23b213b0-fb35-4752-b962-81b903412c8f|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:15:52.358Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:15:52.359Z||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.
2022-02-26T02:15:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:16:01.902Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:16:01.903Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:16:52.356Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:16:52.357Z|23b213b0-fb35-4752-b962-81b903412c8f|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.
2022-02-26T02:16:52.357Z|23b213b0-fb35-4752-b962-81b903412c8f|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:16:52.358Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:16:52.359Z||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.
2022-02-26T02:16:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:17:01.902Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:17:01.902Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:17:52.356Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:17:52.357Z|23b213b0-fb35-4752-b962-81b903412c8f|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.
2022-02-26T02:17:52.357Z|23b213b0-fb35-4752-b962-81b903412c8f|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:17:52.358Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:17:52.358Z||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.
2022-02-26T02:17:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:18:01.902Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:18:01.902Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:18:52.357Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:18:52.357Z|23b213b0-fb35-4752-b962-81b903412c8f|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.
2022-02-26T02:18:52.357Z|23b213b0-fb35-4752-b962-81b903412c8f|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:18:52.358Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:18:52.358Z||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.
2022-02-26T02:18:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:19:01.903Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:19:01.904Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:19:52.357Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:19:52.358Z|23b213b0-fb35-4752-b962-81b903412c8f|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.
2022-02-26T02:19:52.358Z|23b213b0-fb35-4752-b962-81b903412c8f|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:19:52.358Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:19:52.359Z||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.
2022-02-26T02:19:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:20:01.921Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:20:01.923Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:20:52.357Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:20:52.357Z|23b213b0-fb35-4752-b962-81b903412c8f|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.
2022-02-26T02:20:52.357Z|23b213b0-fb35-4752-b962-81b903412c8f|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:20:52.358Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:20:52.358Z||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.
2022-02-26T02:20:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:21:01.901Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:21:01.904Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:21:52.357Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:21:52.358Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:21:52.359Z||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.
2022-02-26T02:21:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:21:52.359Z|23b213b0-fb35-4752-b962-81b903412c8f|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.
2022-02-26T02:21:52.359Z|23b213b0-fb35-4752-b962-81b903412c8f|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:21:52.608Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:21:52.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:21:52.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
"consumerID": "clamp",
"timestamp": 1645842094180,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:21:52.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:21:52.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:21:52.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645842099866,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:21:52.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:21:52.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:21:52.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
"consumerID": "cds",
"timestamp": 1645842098325,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:21:52.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:21:52.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:21:52.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645842101194,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:21:52.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:21:52.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:21:52.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
"consumerID": "aai-ml",
"timestamp": 1645842102648,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:21:52.612Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:21:52.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:21:52.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
"consumerID": "clamp",
"timestamp": 1645842094180,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-26T02:21:52.613Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:21:52.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:21:52.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645842099866,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-26T02:21:52.613Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:21:52.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:21:52.614Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
"consumerID": "cds",
"timestamp": 1645842098325,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-26T02:21:52.614Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:21:52.614Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:21:52.614Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645842101194,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-26T02:21:52.614Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:21:52.615Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:21:52.615Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
"consumerID": "aai-ml",
"timestamp": 1645842102648,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-26T02:21:52.615Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:21:52.615Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:21:52.615Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
"consumerID": "cds",
"timestamp": 1645842105950,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-26T02:21:52.616Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:21:52.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:21:52.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645842105950,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-26T02:21:52.616Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:21:52.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:21:52.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
"consumerID": "aai-ml",
"timestamp": 1645842106037,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-26T02:21:52.617Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:21:52.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:21:52.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
"consumerID": "cds",
"timestamp": 1645842106955,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-26T02:21:52.631Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 27234bc2-fb9e-4954-9bd6-691f01bb48f6
2022-02-26T02:21:52.631Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 27234bc2-fb9e-4954-9bd6-691f01bb48f6 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 (?, ?, ?, ?, ?)
2022-02-26T02:21:52.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:21:52.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645842107326,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-26T02:21:52.639Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:21:52.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:21:52.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
"consumerID": "policy-id",
"timestamp": 1645842107557,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:21:52.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:21:52.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:21:52.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
"consumerID": "ves-openapi-manager",
"timestamp": 1645842107681,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:21:52.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:21:52.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:21:52.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645842108329,
"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=?
2022-02-26T02:21:52.643Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 27234bc2-fb9e-4954-9bd6-691f01bb48f6
2022-02-26T02:21:52.644Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 27234bc2-fb9e-4954-9bd6-691f01bb48f6 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 (?, ?, ?, ?, ?)
2022-02-26T02:21:52.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:21:52.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
"consumerID": "policy-id",
"timestamp": 1645842107557,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-26T02:21:52.653Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:21:52.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:21:52.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
"consumerID": "ves-openapi-manager",
"timestamp": 1645842107681,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:21:52.654Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-26T02:21:52.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:21:52.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
"consumerID": "aai-ml",
"timestamp": 1645842110037,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-26T02:21:52.654Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:21:52.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:21:52.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
"consumerID": "policy-id",
"timestamp": 1645842110442,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-26T02:21:52.654Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:21:52.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:21:52.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
"consumerID": "aai-ml",
"timestamp": 1645842111042,
"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=?
2022-02-26T02:21:52.658Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 27234bc2-fb9e-4954-9bd6-691f01bb48f6
2022-02-26T02:21:52.658Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 27234bc2-fb9e-4954-9bd6-691f01bb48f6 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 (?, ?, ?, ?, ?)
2022-02-26T02:21:52.665Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:21:52.665Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
"consumerID": "policy-id",
"timestamp": 1645842111446,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-26T02:21:52.665Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:21:52.991Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:21:52.991Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T02:21:52.991Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"27234bc2-fb9e-4954-9bd6-691f01bb48f6","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"b56f58d4-3a70-47ba-a5bc-5373cf5b9c39","serviceDescription":"service","serviceInvariantUUID":"1bfc3562-74fc-4ce3-bd8d-5d301ad8b6c6","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"60770aa6-ebd2-4fb8-9347-10ad4dbb0b60","resourceInvariantUUID":"d9b95ccc-3c6a-402c-a2f9-30b05fb65bfb","resourceCustomizationUUID":"9e2ff3d9-c4b5-461c-9fcd-46fe12c0dda9","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":"ODQzZGQzZmQ2N2JjNWE1ZDcyMGU3NTQxYjNlNzI1MWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"935c6295-cce6-4528-8ce7-5e9ad32ad0bd","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MWYyNDJmZTlmOGQwYWI3ZGM1NTU0N2NlNjE3ZjU0MGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"380f6821-ae66-44d9-8f61-c4cb7d630685","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-26T02:21:52.993Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T02:21:52.994Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:21:52.995Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:21:52.995Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645842112357,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:21:53.096Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-26T02:21:53.097Z||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.
2022-02-26T02:21:53.097Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:21:53.114Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:21:53.114Z||pool-35-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:21:53.996Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T02:21:53.996Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:21:53.998Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:21:53.998Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645842112357,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-26T02:21:54.099Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-26T02:21:54.100Z||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.
2022-02-26T02:21:54.100Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:21:54.113Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:21:54.113Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:21:55.000Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "b56f58d4-3a70-47ba-a5bc-5373cf5b9c39",
"serviceDescription": "service",
"serviceInvariantUUID": "1bfc3562-74fc-4ce3-bd8d-5d301ad8b6c6",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "9e2ff3d9-c4b5-461c-9fcd-46fe12c0dda9",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "60770aa6-ebd2-4fb8-9347-10ad4dbb0b60",
"resourceInvariantUUID": "d9b95ccc-3c6a-402c-a2f9-30b05fb65bfb",
"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": "MWYyNDJmZTlmOGQwYWI3ZGM1NTU0N2NlNjE3ZjU0MGY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "380f6821-ae66-44d9-8f61-c4cb7d630685"
}
],
"workloadContext": "Production"
}
2022-02-26T02:21:55.000Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-26T02:21:55.000Z|23b213b0-fb35-4752-b962-81b903412c8f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b56f58d4-3a70-47ba-a5bc-5373cf5b9c39 ASDC
2022-02-26T02:21:55.001Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:27234bc2-fb9e-4954-9bd6-691f01bb48f6
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:b56f58d4-3a70-47ba-a5bc-5373cf5b9c39
ServiceInvariantUUID:1bfc3562-74fc-4ce3-bd8d-5d301ad8b6c6
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:380f6821-ae66-44d9-8f61-c4cb7d630685
ArtifactChecksum:MWYyNDJmZTlmOGQwYWI3ZGM1NTU0N2NlNjE3ZjU0MGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:9e2ff3d9-c4b5-461c-9fcd-46fe12c0dda9
ResourceInvariantUUID:d9b95ccc-3c6a-402c-a2f9-30b05fb65bfb
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:60770aa6-ebd2-4fb8-9347-10ad4dbb0b60
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-02-26T02:21:55.001Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b56f58d4-3a70-47ba-a5bc-5373cf5b9c39 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=?
2022-02-26T02:21:55.023Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-26T02:21:55.023Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-02-26T02:21:55.024Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-02-26T02:21:55.024Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 380f6821-ae66-44d9-8f61-c4cb7d630685 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-26T02:21:55.024Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-02-26T02:21:55.024Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-26T02:21:55.080Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-02-26T02:21:55.082Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 380f6821-ae66-44d9-8f61-c4cb7d630685 52490
2022-02-26T02:21:55.082Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-02-26T02:21:55.082Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-26T02:21:55.082Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-26T02:21:55.083Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:21:55.084Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:21:55.084Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645842115082,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-26T02:21:55.185Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-26T02:21:55.185Z||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.
2022-02-26T02:21:55.185Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:21:55.199Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:21:55.199Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:21:56.085Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-26T02:21:56.086Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-02-26T02:21:56.086Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 380f6821-ae66-44d9-8f61-c4cb7d630685, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-26T02:21:56.086Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-02-26T02:21:56.086Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-26T02:21:56.086Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-26T02:21:56.160Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7197760914169347496/Definitions/service-BasicNetwork-template.yml
2022-02-26T02:21:56.495Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-26T02:21:56.495Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-02-26T02:21:56.495Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-26T02:21:56.495Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-02-26T02:21:56.495Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||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
2022-02-26T02:21:56.496Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||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
2022-02-26T02:21:56.496Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||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
2022-02-26T02:21:56.496Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||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
2022-02-26T02:21:56.496Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-26T02:21:56.496Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||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
2022-02-26T02:21:56.496Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||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
2022-02-26T02:21:56.496Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||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
2022-02-26T02:21:56.496Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-02-26T02:21:56.496Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T02:21:56.496Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:21:56.496Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-02-26T02:21:56.497Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-02-26T02:21:56.497Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-26T02:21:56.497Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T02:21:56.497Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:21:56.497Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-02-26T02:21:56.497Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-02-26T02:21:56.497Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-26T02:21:56.497Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T02:21:56.497Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:21:56.497Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T02:21:56.497Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:21:56.498Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T02:21:56.498Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:21:56.498Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T02:21:56.498Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:21:56.498Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T02:21:56.498Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:21:56.498Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:b56f58d4-3a70-47ba-a5bc-5373cf5b9c39
Model Version:NULL
Model InvariantUuid:1bfc3562-74fc-4ce3-bd8d-5d301ad8b6c6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:d9b95ccc-3c6a-402c-a2f9-30b05fb65bfb
Model UUID:5488da63-d1f5-4de7-aca1-e8fa78a6b693
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:9e2ff3d9-c4b5-461c-9fcd-46fe12c0dda9
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=?
2022-02-26T02:21:56.504Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: 60770aa6-ebd2-4fb8-9347-10ad4dbb0b60
2022-02-26T02:21:56.504Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||No resources found for Service: b56f58d4-3a70-47ba-a5bc-5373cf5b9c39
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=?
2022-02-26T02:21:56.507Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||
2022-02-26T02:21:56.507Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-02-26T02:21:56.508Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||No resources found for Service: b56f58d4-3a70-47ba-a5bc-5373cf5b9c39
2022-02-26T02:21:56.508Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: b56f58d4-3a70-47ba-a5bc-5373cf5b9c39
2022-02-26T02:21:56.508Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-02-26T02:21:56.508Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||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=?
2022-02-26T02:21:56.512Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@36e6409c, org.onap.sdc.toscaparser.api.parameters.Input@5944c3be, org.onap.sdc.toscaparser.api.parameters.Input@19fd721b, org.onap.sdc.toscaparser.api.parameters.Input@1e1e267c, org.onap.sdc.toscaparser.api.parameters.Input@1af87783]
2022-02-26T02:21:56.513Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T02:21:56.513Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:21:56.513Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T02:21:56.513Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:21:56.513Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid b56f58d4-3a70-47ba-a5bc-5373cf5b9c39: Generic NeutronNet
2022-02-26T02:21:56.513Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T02:21:56.513Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:21:56.514Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T02:21:56.514Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||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=?
2022-02-26T02:21:56.532Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T02:21:56.532Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:21:56.532Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T02:21:56.532Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:21:56.532Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T02:21:56.532Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:21:56.533Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||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 (?, ?)
2022-02-26T02:21:56.591Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-02-26T02:21:56.591Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-02-26T02:21:56.591Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-26T02:21:56.592Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-26T02:21:56.592Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:21:56.593Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:21:56.593Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645842116591,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-26T02:21:56.693Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:21:56.694Z||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.
2022-02-26T02:21:56.694Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:21:56.705Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:21:56.705Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:21:57.594Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 27234bc2-fb9e-4954-9bd6-691f01bb48f6
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=?
2022-02-26T02:21:57.603Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 27234bc2-fb9e-4954-9bd6-691f01bb48f6
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=?
2022-02-26T02:21:57.604Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-26T02:21:57.605Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-26T02:21:57.605Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-26T02:21:57.605Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-26T02:21:57.605Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-26T02:21:57.605Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-26T02:21:57.605Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-26T02:21:57.605Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-26T02:21:57.605Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-26T02:21:57.608Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-26T02:22:27.608Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 27234bc2-fb9e-4954-9bd6-691f01bb48f6 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=?
2022-02-26T02:22:27.614Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 27234bc2-fb9e-4954-9bd6-691f01bb48f6 and serviceModelVersionId: b56f58d4-3a70-47ba-a5bc-5373cf5b9c39
2022-02-26T02:22:27.615Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1bfc3562-74fc-4ce3-bd8d-5d301ad8b6c6
2022-02-26T02:22:27.615Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1bfc3562-74fc-4ce3-bd8d-5d301ad8b6c6/model-vers/model-ver/b56f58d4-3a70-47ba-a5bc-5373cf5b9c39?depth=0
2022-02-26T02:22:27.620Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-02-26T02:22:27.652Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1bfc3562-74fc-4ce3-bd8d-5d301ad8b6c6/model-vers/model-ver/b56f58d4-3a70-47ba-a5bc-5373cf5b9c39?depth=0|INFO|500||Invoke
2022-02-26T02:22:27.653Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1bfc3562-74fc-4ce3-bd8d-5d301ad8b6c6/model-vers/model-ver/b56f58d4-3a70-47ba-a5bc-5373cf5b9c39?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1bfc3562-74fc-4ce3-bd8d-5d301ad8b6c6/model-vers/model-ver/b56f58d4-3a70-47ba-a5bc-5373cf5b9c39?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[27234bc2-fb9e-4954-9bd6-691f01bb48f6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c50bc6d5-f2d2-49ba-b7a1-2ac99a6f7b52], X-ECOMP-RequestID=[27234bc2-fb9e-4954-9bd6-691f01bb48f6], X-TransactionId=[], X-ONAP-RequestID=[27234bc2-fb9e-4954-9bd6-691f01bb48f6], Content-Type=[application/merge-patch+json]}
2022-02-26T02:22:27.671Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1bfc3562-74fc-4ce3-bd8d-5d301ad8b6c6/model-vers/model-ver/b56f58d4-3a70-47ba-a5bc-5373cf5b9c39?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-02-26T02:22:27.745Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1bfc3562-74fc-4ce3-bd8d-5d301ad8b6c6/model-vers/model-ver/b56f58d4-3a70-47ba-a5bc-5373cf5b9c39?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/1bfc3562-74fc-4ce3-bd8d-5d301ad8b6c6/model-vers/model-ver/b56f58d4-3a70-47ba-a5bc-5373cf5b9c39?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220226-02:22:27:678-8736], vertex-id=[221328], Content-Length=[0], Date=[Sat, 26 Feb 2022 02:22:27 GMT], Content-Type=[application/json]}
2022-02-26T02:22:27.746Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1bfc3562-74fc-4ce3-bd8d-5d301ad8b6c6/model-vers/model-ver/b56f58d4-3a70-47ba-a5bc-5373cf5b9c39?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-26T02:22:27.746Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1bfc3562-74fc-4ce3-bd8d-5d301ad8b6c6/model-vers/model-ver/b56f58d4-3a70-47ba-a5bc-5373cf5b9c39?depth=0|INFO|500||InvokeReturn
2022-02-26T02:22:27.746Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-26T02:22:27.746Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-26T02:22:27.750Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-02-26T02:22:27.750Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 27234bc2-fb9e-4954-9bd6-691f01bb48f6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-26T02:22:27.750Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-26T02:22:27.751Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:22:27.752Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:22:27.752Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645842147750,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-26T02:22:27.853Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:22:27.853Z||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.
2022-02-26T02:22:27.853Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:22:27.871Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:22:27.872Z||pool-39-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-26T02:22:52.356Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:22:52.357Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|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.
2022-02-26T02:22:52.357Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:22:52.358Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:22:52.358Z||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.
2022-02-26T02:22:52.358Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:22:52.379Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:22:52.380Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-26T02:22:52.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
"consumerID": "policy-id",
"timestamp": 1645842112449,
"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=?
2022-02-26T02:22:52.387Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 27234bc2-fb9e-4954-9bd6-691f01bb48f6
2022-02-26T02:22:52.387Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 27234bc2-fb9e-4954-9bd6-691f01bb48f6 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 (?, ?, ?, ?, ?)
2022-02-26T02:23:01.902Z|27234bc2-fb9e-4954-9bd6-691f01bb48f6|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:23:52.357Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:23:52.357Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|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.
2022-02-26T02:23:52.358Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:23:52.358Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:23:52.359Z||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.
2022-02-26T02:23:52.360Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:23:52.897Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:23:52.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T02:23:52.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645842112357,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:23:52.898Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-26T02:23:52.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T02:23:52.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645842112357,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-26T02:23:52.899Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-26T02:23:52.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T02:23:52.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645842115082,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-26T02:23:52.899Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:23:52.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T02:23:52.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
"consumerID": "clamp",
"timestamp": 1645842115415,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-26T02:23:52.899Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:23:52.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T02:23:52.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645842116591,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-26T02:23:52.900Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:23:52.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T02:23:52.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
"consumerID": "clamp",
"timestamp": 1645842117036,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-26T02:23:52.900Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:23:52.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T02:23:52.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
"consumerID": "clamp",
"timestamp": 1645842118039,
"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=?
2022-02-26T02:23:52.908Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 27234bc2-fb9e-4954-9bd6-691f01bb48f6
2022-02-26T02:23:52.908Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 27234bc2-fb9e-4954-9bd6-691f01bb48f6 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 (?, ?, ?, ?, ?)
2022-02-26T02:23:52.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T02:23:52.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27234bc2-fb9e-4954-9bd6-691f01bb48f6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645842147750,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-26T02:23:52.916Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:24:01.922Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:24:52.356Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:24:52.357Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|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.
2022-02-26T02:24:52.357Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:24:52.358Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:24:52.359Z||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.
2022-02-26T02:24:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:25:01.899Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:25:01.900Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:25:52.356Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:25:52.357Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|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.
2022-02-26T02:25:52.357Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:25:52.358Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:25:52.358Z||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.
2022-02-26T02:25:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:26:01.903Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:26:01.904Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:26:52.356Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:26:52.357Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|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.
2022-02-26T02:26:52.357Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:26:52.358Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:26:52.358Z||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.
2022-02-26T02:26:52.358Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:27:01.899Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:27:01.903Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:27:52.356Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:27:52.357Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|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.
2022-02-26T02:27:52.357Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:27:52.358Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T02:27:52.358Z||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.
2022-02-26T02:27:52.359Z||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 N4AU6mxhljfsuRDJ) ...
2022-02-26T02:27:52.985Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:27:52.985Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.985Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"bac8227b-cf44-4628-a05b-c214c9f08ece","serviceName":"Demo_pNF_70IWz1lmezKO9PNAuJ7C","serviceVersion":"1.0","serviceUUID":"f94e1bc1-4fa1-432e-87f0-0b1c3255007d","serviceDescription":"catalog service description","serviceInvariantUUID":"c308e42d-9ebe-4174-ab70-e11a9bc85603","resources":[{"resourceInstanceName":"pNF c285ebfb-2064 0","resourceName":"pNF c285ebfb-2064","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"13de1b1c-b0ed-4f6f-9867-52539fd35f4b","resourceInvariantUUID":"0270b840-42d1-4300-ba64-595ed24f4c5c","resourceCustomizationUUID":"4571ed3b-bbd3-45c4-af97-2d3ceea014a4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/vf-license-model.xml","artifactChecksum":"NWE5MTBkMWJjM2UwOGRlOGZkMmYwN2M1MmU4MGFjNTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a8758d84-fe90-4c6d-96a6-2a1ca641f71f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/pNF.csar","artifactChecksum":"YzJkNGZhYzQ1NDVkMWVjODFjMjAwN2UxY2Q5YTMyYWQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f6583676-c5c9-4a25-8301-53fe6e8dbdf0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"94078311-657d-407e-b472-e60d6852895f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/vendor-license-model.xml","artifactChecksum":"ZTE0NjUxM2FhZGVmNzM1ZWNkMzgwYzA0MGNhNjBkMmE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"97e3d908-8d94-403f-b6ca-6253e6431cc7","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7a8d2946-68a7-4a15-9cac-40aa887a2b5c","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"320d6dd5-3fb5-46b0-8fe4-23c2a9070f7f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf70iwz1lmezko9pnauj7c-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-template.yml","artifactChecksum":"MDJiNTM5YjE5MTY3Y2JhNmE5OTc0ZWI2ZDBiOTkyODM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e176573e-b42e-4008-9fdb-7131e9d6834a","artifactVersion":"1"},{"artifactName":"service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar","artifactChecksum":"Zjg3NDBlNTVmZGQzMmQ0OTg3MzMyNmQzZGMyZjc1MWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63269697-559e-4120-971d-1cabe662a351","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-26T02:27:52.987Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:27:52.988Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.989Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "cds",
"timestamp": 1645842443325,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:27:52.989Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-26T02:27:52.989Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.989Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "ves-openapi-manager",
"timestamp": 1645842447681,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:27:52.989Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-26T02:27:52.989Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.989Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645842441194,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:27:52.989Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-26T02:27:52.990Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.990Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "policy-id",
"timestamp": 1645842447557,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:27:52.990Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-26T02:27:52.990Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.990Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "cds",
"timestamp": 1645842443325,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:27:52.990Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-26T02:27:52.990Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.990Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "ves-openapi-manager",
"timestamp": 1645842447681,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:27:52.990Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-26T02:27:52.990Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.990Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645842441194,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:27:52.990Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-26T02:27:52.990Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.990Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "policy-id",
"timestamp": 1645842447557,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:27:52.991Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-26T02:27:52.991Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.991Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "cds",
"timestamp": 1645842443325,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:27:52.991Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-26T02:27:52.991Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.991Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "ves-openapi-manager",
"timestamp": 1645842447681,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:27:52.991Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-26T02:27:52.991Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.991Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645842441194,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:27:52.991Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-26T02:27:52.991Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.991Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "policy-id",
"timestamp": 1645842447557,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:27:52.991Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-26T02:27:52.991Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.991Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "cds",
"timestamp": 1645842443325,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:27:52.991Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-26T02:27:52.992Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.992Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "ves-openapi-manager",
"timestamp": 1645842447681,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:27:52.992Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-26T02:27:52.992Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.992Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645842441194,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:27:52.992Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-26T02:27:52.992Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.992Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "policy-id",
"timestamp": 1645842447557,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:27:52.992Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-26T02:27:52.992Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.992Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "cds",
"timestamp": 1645842443325,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:27:52.992Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-26T02:27:52.992Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.992Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "ves-openapi-manager",
"timestamp": 1645842447681,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:27:52.992Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-26T02:27:52.992Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.992Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645842441194,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:27:52.992Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-26T02:27:52.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.993Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "policy-id",
"timestamp": 1645842447557,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:27:52.993Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-26T02:27:52.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.993Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "cds",
"timestamp": 1645842443325,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:27:52.993Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-26T02:27:52.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.993Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "ves-openapi-manager",
"timestamp": 1645842447681,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-02-26T02:27:52.993Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-26T02:27:52.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.993Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645842441194,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:27:52.993Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-26T02:27:52.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.993Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "policy-id",
"timestamp": 1645842447557,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:27:52.993Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-26T02:27:52.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "cds",
"timestamp": 1645842443325,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:27:52.994Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-26T02:27:52.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "ves-openapi-manager",
"timestamp": 1645842447681,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:27:52.994Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-26T02:27:52.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645842441194,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:27:52.994Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-26T02:27:52.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "policy-id",
"timestamp": 1645842447557,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:27:52.994Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-26T02:27:52.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "clamp",
"timestamp": 1645842454180,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:27:52.994Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-26T02:27:52.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "cds",
"timestamp": 1645842443325,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar",
"status": "NOTIFIED"
}
2022-02-26T02:27:52.994Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-26T02:27:52.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "ves-openapi-manager",
"timestamp": 1645842447681,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:27:52.995Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-26T02:27:52.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645842441194,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar",
"status": "NOTIFIED"
}
2022-02-26T02:27:52.995Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-26T02:27:52.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "policy-id",
"timestamp": 1645842447557,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar",
"status": "NOTIFIED"
}
2022-02-26T02:27:52.995Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-26T02:27:52.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "clamp",
"timestamp": 1645842454180,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:27:52.995Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-26T02:27:52.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "cds",
"timestamp": 1645842456642,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-26T02:27:52.995Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:27:52.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "ves-openapi-manager",
"timestamp": 1645842456784,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-26T02:27:52.995Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:27:52.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "policy-id",
"timestamp": 1645842456773,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-26T02:27:52.996Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:27:52.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "clamp",
"timestamp": 1645842454180,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:27:52.996Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-26T02:27:52.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:52.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "cds",
"timestamp": 1645842457648,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-26T02:27:53.007Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T02:27:53.008Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:27:53.009Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bac8227b-cf44-4628-a05b-c214c9f08ece
2022-02-26T02:27:53.009Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bac8227b-cf44-4628-a05b-c214c9f08ece and ComponentName cds
2022-02-26T02:27:53.009Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:27:53.010Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645842472356,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
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 (?, ?, ?, ?, ?)
2022-02-26T02:27:53.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:53.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "policy-id",
"timestamp": 1645842457777,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-26T02:27:53.015Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:27:53.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:53.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "clamp",
"timestamp": 1645842454180,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:27:53.015Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-26T02:27:53.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:53.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "ves-openapi-manager",
"timestamp": 1645842457983,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-02-26T02:27:53.015Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:27:53.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:53.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "policy-id",
"timestamp": 1645842458779,
"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=?
2022-02-26T02:27:53.018Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bac8227b-cf44-4628-a05b-c214c9f08ece
2022-02-26T02:27:53.019Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bac8227b-cf44-4628-a05b-c214c9f08ece 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 (?, ?, ?, ?, ?)
2022-02-26T02:27:53.024Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:53.024Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "clamp",
"timestamp": 1645842454180,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:27:53.024Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-26T02:27:53.024Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:53.024Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "ves-openapi-manager",
"timestamp": 1645842458987,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
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=?
2022-02-26T02:27:53.027Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of bac8227b-cf44-4628-a05b-c214c9f08ece
2022-02-26T02:27:53.027Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bac8227b-cf44-4628-a05b-c214c9f08ece and ComponentName
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 (?, ?, ?, ?, ?)
2022-02-26T02:27:53.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:53.032Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "clamp",
"timestamp": 1645842454180,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:27:53.033Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-26T02:27:53.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:53.033Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645842459866,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:27:53.033Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-26T02:27:53.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:53.033Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "clamp",
"timestamp": 1645842454180,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:27:53.033Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-26T02:27:53.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:53.033Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645842459866,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:27:53.033Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-26T02:27:53.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:53.033Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "clamp",
"timestamp": 1645842454180,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar",
"status": "NOTIFIED"
}
2022-02-26T02:27:53.033Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-26T02:27:53.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:53.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645842459866,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:27:53.034Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-26T02:27:53.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:53.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "aai-ml",
"timestamp": 1645842462648,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:27:53.034Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-26T02:27:53.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:53.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645842459866,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:27:53.034Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-26T02:27:53.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:53.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "aai-ml",
"timestamp": 1645842462648,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:27:53.034Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-26T02:27:53.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:53.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645842459866,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:27:53.035Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-26T02:27:53.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:53.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "aai-ml",
"timestamp": 1645842462648,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:27:53.035Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-26T02:27:53.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:53.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645842459866,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:27:53.035Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-26T02:27:53.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:53.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "aai-ml",
"timestamp": 1645842462648,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:27:53.035Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-26T02:27:53.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:53.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645842459866,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:27:53.035Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-26T02:27:53.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:53.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "aai-ml",
"timestamp": 1645842462648,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:27:53.035Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-26T02:27:53.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:53.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645842459866,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar",
"status": "NOTIFIED"
}
2022-02-26T02:27:53.036Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-26T02:27:53.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:53.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "aai-ml",
"timestamp": 1645842462648,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:27:53.036Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-26T02:27:53.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:53.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645842468846,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-26T02:27:53.036Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:27:53.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:53.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "aai-ml",
"timestamp": 1645842462648,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:27:53.036Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-26T02:27:53.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:53.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "clamp",
"timestamp": 1645842470085,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-26T02:27:53.036Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:27:53.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:53.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "aai-ml",
"timestamp": 1645842462648,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar",
"status": "NOTIFIED"
}
2022-02-26T02:27:53.037Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-02-26T02:27:53.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:53.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645842470444,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-26T02:27:53.037Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:27:53.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:53.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645842471448,
"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=?
2022-02-26T02:27:53.040Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bac8227b-cf44-4628-a05b-c214c9f08ece
2022-02-26T02:27:53.040Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bac8227b-cf44-4628-a05b-c214c9f08ece 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 (?, ?, ?, ?, ?)
2022-02-26T02:27:53.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:53.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "aai-ml",
"timestamp": 1645842471570,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-26T02:27:53.046Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:27:53.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-26T02:27:53.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "clamp",
"timestamp": 1645842472092,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-26T02:27:53.046Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T02:27:53.110Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:27:53.110Z||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.
2022-02-26T02:27:53.110Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:27:53.122Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:27:53.123Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:27:54.010Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T02:27:54.011Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:27:54.012Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:27:54.012Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645842472356,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:27:54.112Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:27:54.113Z||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.
2022-02-26T02:27:54.113Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:27:54.127Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:27:54.128Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:27:55.012Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T02:27:55.013Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:27:55.014Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:27:55.014Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645842472356,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:27:55.114Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-26T02:27:55.115Z||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.
2022-02-26T02:27:55.115Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:27:55.128Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:27:55.129Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-02-26T02:27:56.015Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T02:27:56.015Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:27:56.017Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:27:56.017Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645842472356,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:27:56.117Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:27:56.117Z||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.
2022-02-26T02:27:56.118Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:27:56.129Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:27:56.129Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:27:57.017Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T02:27:57.018Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:27:57.019Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:27:57.020Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645842472356,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:27:57.120Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:27:57.122Z||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.
2022-02-26T02:27:57.122Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:27:57.134Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:27:57.134Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:27:58.020Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T02:27:58.021Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:27:58.022Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:27:58.022Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645842472356,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/resourceInstances/pnfc285ebfb20640/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:27:58.122Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:27:58.123Z||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.
2022-02-26T02:27:58.123Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:27:58.135Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:27:58.136Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-02-26T02:27:59.023Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T02:27:59.023Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:27:59.025Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:27:59.025Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645842472356,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-26T02:27:59.125Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:27:59.126Z||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.
2022-02-26T02:27:59.126Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:27:59.139Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:27:59.139Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:28:00.025Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T02:28:00.026Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:28:00.027Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:28:00.027Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645842472356,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar",
"status": "NOTIFIED"
}
2022-02-26T02:28:00.127Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:28:00.128Z||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.
2022-02-26T02:28:00.128Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:28:00.140Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:28:00.140Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:28:01.028Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"serviceName": "Demo_pNF_70IWz1lmezKO9PNAuJ7C",
"serviceVersion": "1.0",
"serviceUUID": "f94e1bc1-4fa1-432e-87f0-0b1c3255007d",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "c308e42d-9ebe-4174-ab70-e11a9bc85603",
"resources": [
{
"resourceInstanceName": "pNF c285ebfb-2064 0",
"resourceCustomizationUUID": "4571ed3b-bbd3-45c4-af97-2d3ceea014a4",
"resourceName": "pNF c285ebfb-2064",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "13de1b1c-b0ed-4f6f-9867-52539fd35f4b",
"resourceInvariantUUID": "0270b840-42d1-4300-ba64-595ed24f4c5c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar",
"artifactChecksum": "Zjg3NDBlNTVmZGQzMmQ0OTg3MzMyNmQzZGMyZjc1MWQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "63269697-559e-4120-971d-1cabe662a351"
}
],
"workloadContext": "Production"
}
2022-02-26T02:28:01.028Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-26T02:28:01.028Z|f8aad181-bab9-43e1-b42b-2e8a9491b97c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f94e1bc1-4fa1-432e-87f0-0b1c3255007d ASDC
2022-02-26T02:28:01.029Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:bac8227b-cf44-4628-a05b-c214c9f08ece
ServiceName:Demo_pNF_70IWz1lmezKO9PNAuJ7C
ServiceVersion:1.0
ServiceUUID:f94e1bc1-4fa1-432e-87f0-0b1c3255007d
ServiceInvariantUUID:c308e42d-9ebe-4174-ab70-e11a9bc85603
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar
ArtifactUUID:63269697-559e-4120-971d-1cabe662a351
ArtifactChecksum:Zjg3NDBlNTVmZGQzMmQ0OTg3MzMyNmQzZGMyZjc1MWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c285ebfb-2064 0
ResourceCustomizationUUID:4571ed3b-bbd3-45c4-af97-2d3ceea014a4
ResourceInvariantUUID:0270b840-42d1-4300-ba64-595ed24f4c5c
ResourceName:pNF c285ebfb-2064
ResourceType:PNF
ResourceUUID:13de1b1c-b0ed-4f6f-9867-52539fd35f4b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-02-26T02:28:01.029Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f94e1bc1-4fa1-432e-87f0-0b1c3255007d 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=?
2022-02-26T02:28:01.047Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-26T02:28:01.047Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-02-26T02:28:01.048Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-02-26T02:28:01.048Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 63269697-559e-4120-971d-1cabe662a351 from URL: /sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar
2022-02-26T02:28:01.048Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-02-26T02:28:01.048Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar
2022-02-26T02:28:01.277Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-02-26T02:28:01.280Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar 63269697-559e-4120-971d-1cabe662a351 82633
2022-02-26T02:28:01.280Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar ASDC sendASDCNotification
2022-02-26T02:28:01.280Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar
2022-02-26T02:28:01.280Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-26T02:28:01.280Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-02-26T02:28:01.282Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T02:28:01.282Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "bac8227b-cf44-4628-a05b-c214c9f08ece",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645842481280,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-26T02:28:01.382Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T02:28:01.383Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-26T02:28:01.383Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as N4AU6mxhljfsuRDJ) ...
2022-02-26T02:28:01.395Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T02:28:01.395Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-26T02:28:02.282Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-26T02:28:02.283Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-02-26T02:28:02.283Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 63269697-559e-4120-971d-1cabe662a351, URL: /sdc/v1/catalog/services/DemoPnf70iwz1lmezko9pnauj7c/1.0/artifacts/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar to file: /app/ASDC/1/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar
2022-02-26T02:28:02.283Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar
2022-02-26T02:28:02.284Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar
2022-02-26T02:28:02.284Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar
2022-02-26T02:28:02.361Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7664269571439430536/Definitions/service-DemoPnf70iwz1lmezko9pnauj7c-template.yml
2022-02-26T02:28:02.899Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-26T02:28:02.899Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-02-26T02:28:02.899Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar
2022-02-26T02:28:02.899Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-02-26T02:28:02.899Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c285ebfb-2064 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar
2022-02-26T02:28:02.900Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar
2022-02-26T02:28:02.900Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar
2022-02-26T02:28:02.900Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf70iwz1lmezko9pnauj7c-csar.csar
2022-02-26T02:28:02.900Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||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-DemoPnf70iwz1lmezko9pnauj7c-csar.csar
2022-02-26T02:28:02.900Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||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-DemoPnf70iwz1lmezko9pnauj7c-csar.csar
2022-02-26T02:28:02.900Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||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-DemoPnf70iwz1lmezko9pnauj7c-csar.csar
2022-02-26T02:28:02.900Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-02-26T02:28:02.900Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T02:28:02.900Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_70IWz1lmezKO9PNAuJ7C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:28:02.900Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Node template pNF c285ebfb-2064 0 is matching search criteria
2022-02-26T02:28:02.900Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-02-26T02:28:02.900Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF c285ebfb-2064 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-26T02:28:02.901Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T02:28:02.901Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_70IWz1lmezKO9PNAuJ7C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:28:02.901Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Node template pNF c285ebfb-2064 0 is matching search criteria
2022-02-26T02:28:02.901Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-02-26T02:28:02.901Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF c285ebfb-2064 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-26T02:28:02.901Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T02:28:02.901Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_70IWz1lmezKO9PNAuJ7C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:28:02.901Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T02:28:02.901Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_70IWz1lmezKO9PNAuJ7C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:28:02.901Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T02:28:02.901Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_70IWz1lmezKO9PNAuJ7C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:28:02.901Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T02:28:02.902Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_70IWz1lmezKO9PNAuJ7C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:28:02.902Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T02:28:02.902Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_70IWz1lmezKO9PNAuJ7C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:28:02.902Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_70IWz1lmezKO9PNAuJ7C
Description:catalog service description
Model UUID:f94e1bc1-4fa1-432e-87f0-0b1c3255007d
Model Version:NULL
Model InvariantUuid:c308e42d-9ebe-4174-ab70-e11a9bc85603
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_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=?
2022-02-26T02:28:02.907Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 13de1b1c-b0ed-4f6f-9867-52539fd35f4b
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=?
2022-02-26T02:28:02.909Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||INFO|500||pNF c285ebfb-2064 0
2022-02-26T02:28:02.909Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 13de1b1c-b0ed-4f6f-9867-52539fd35f4b
2022-02-26T02:28:02.909Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||No resources found for Service: f94e1bc1-4fa1-432e-87f0-0b1c3255007d
2022-02-26T02:28:02.910Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: f94e1bc1-4fa1-432e-87f0-0b1c3255007d
2022-02-26T02:28:02.910Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF c285ebfb-2064 0 13de1b1c-b0ed-4f6f-9867-52539fd35f4b ASDC
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=?
2022-02-26T02:28:02.913Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@15ee8d79, org.onap.sdc.toscaparser.api.parameters.Input@5032be9e, org.onap.sdc.toscaparser.api.parameters.Input@4105e287, org.onap.sdc.toscaparser.api.parameters.Input@42f48057, org.onap.sdc.toscaparser.api.parameters.Input@23904835]
2022-02-26T02:28:02.913Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T02:28:02.914Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_70IWz1lmezKO9PNAuJ7C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T02:28:02.914Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid f94e1bc1-4fa1-432e-87f0-0b1c3255007d: pNF c285ebfb-2064
2022-02-26T02:28:02.914Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||INFO|500||Processing PNF resource: 13de1b1c-b0ed-4f6f-9867-52539fd35f4b
2022-02-26T02:28:02.914Z|bac8227b-cf44-4628-a05b-c214c9f08ece|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery